Home
last modified time | relevance | path

Searched refs:UserKeyTablePropertiesCollector (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dtable_properties_collector.cc32 Status UserKeyTablePropertiesCollector::InternalAdd(const Slice& key, in InternalAdd()
44 void UserKeyTablePropertiesCollector::BlockAdd( in BlockAdd()
51 Status UserKeyTablePropertiesCollector::Finish( in Finish()
57 UserKeyTablePropertiesCollector::GetReadableProperties() const { in GetReadableProperties()
Dtable_properties_collector.h56 class UserKeyTablePropertiesCollector : public IntTblPropCollector {
59 explicit UserKeyTablePropertiesCollector(TablePropertiesCollector* collector) in UserKeyTablePropertiesCollector() function
62 virtual ~UserKeyTablePropertiesCollector() {} in ~UserKeyTablePropertiesCollector()
95 return new UserKeyTablePropertiesCollector( in CreateIntTblPropCollector()