Struct rocksdb::rocksdb_options::ReadOptions [−][src]
Implementations
impl ReadOptions
[src]
pub fn new() -> ReadOptions
[src]
pub fn set_verify_checksums(&mut self, v: bool)
[src]
pub fn fill_cache(&mut self, v: bool)
[src]
pub unsafe fn set_snapshot(&mut self, snapshot: &UnsafeSnap)
[src]
pub fn set_iterate_lower_bound(&mut self, key: Vec<u8>)
[src]
pub fn iterate_lower_bound(&self) -> &[u8]ⓘ
[src]
pub fn set_iterate_upper_bound(&mut self, key: Vec<u8>)
[src]
pub fn iterate_upper_bound(&self) -> &[u8]ⓘ
[src]
pub fn set_read_tier(&mut self, tier: c_int)
[src]
pub fn set_tailing(&mut self, v: bool)
[src]
pub fn set_managed(&mut self, v: bool)
[src]
pub fn set_readahead_size(&mut self, size: size_t)
[src]
pub fn set_max_skippable_internal_keys(&mut self, n: u64)
[src]
pub fn set_total_order_seek(&mut self, v: bool)
[src]
pub fn set_prefix_same_as_start(&mut self, v: bool)
[src]
pub fn set_pin_data(&mut self, v: bool)
[src]
pub fn set_background_purge_on_iterator_cleanup(&mut self, v: bool)
[src]
pub fn set_ignore_range_deletions(&mut self, v: bool)
[src]
pub fn get_inner(&self) -> *const DBReadOptions
[src]
pub fn get_titan_inner(&self) -> *const DBTitanReadOptions
[src]
pub fn set_titan_key_only(&mut self, v: bool)
[src]
pub fn set_table_filter(&mut self, filter: Box<dyn TableFilter>)
[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReadOptions
impl !Send for ReadOptions
impl !Sync for ReadOptions
impl Unpin for ReadOptions
impl UnwindSafe for ReadOptions
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,