Unverified Commit 4f42313c authored by Wallace's avatar Wallace Committed by GitHub

export DBValueType and WriteBatchIter (#592)

Signed-off-by: 's avatarLittle-Wallace <bupt2013211450@gmail.com>
parent bd020b19
...@@ -46,7 +46,8 @@ pub use librocksdb_sys::{ ...@@ -46,7 +46,8 @@ pub use librocksdb_sys::{
DBBackgroundErrorReason, DBBottommostLevelCompaction, DBCompactionStyle, DBCompressionType, DBBackgroundErrorReason, DBBottommostLevelCompaction, DBCompactionStyle, DBCompressionType,
DBEntryType, DBInfoLogLevel, DBRateLimiterMode, DBRecoveryMode, DBEntryType, DBInfoLogLevel, DBRateLimiterMode, DBRecoveryMode,
DBSstPartitionerResult as SstPartitionerResult, DBStatisticsHistogramType, DBSstPartitionerResult as SstPartitionerResult, DBStatisticsHistogramType,
DBStatisticsTickerType, DBStatusPtr, DBTitanDBBlobRunMode, IndexType, WriteStallCondition, DBStatisticsTickerType, DBStatusPtr, DBTitanDBBlobRunMode, DBValueType, IndexType,
WriteStallCondition,
}; };
pub use logger::Logger; pub use logger::Logger;
pub use merge_operator::MergeOperands; pub use merge_operator::MergeOperands;
...@@ -75,7 +76,7 @@ pub use table_properties::{ ...@@ -75,7 +76,7 @@ pub use table_properties::{
pub use table_properties_collector::TablePropertiesCollector; pub use table_properties_collector::TablePropertiesCollector;
pub use table_properties_collector_factory::TablePropertiesCollectorFactory; pub use table_properties_collector_factory::TablePropertiesCollectorFactory;
pub use titan::{TitanBlobIndex, TitanDBOptions}; pub use titan::{TitanBlobIndex, TitanDBOptions};
pub use write_batch::{WriteBatch, WriteBatchRef}; pub use write_batch::{WriteBatch, WriteBatchIter, WriteBatchRef};
#[allow(deprecated)] #[allow(deprecated)]
pub use rocksdb::Kv; pub use rocksdb::Kv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment