Struct engine_rocks::raw::ReadOptions [−][src]
Fields
inner: *mut DBReadOptions
lower_bound: Vec<u8, Global>
upper_bound: Vec<u8, Global>
titan_inner: *mut DBTitanReadOptions
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, Global>)
[src]
pub fn iterate_lower_bound(&self) -> &[u8]ⓘ
[src]
pub fn set_iterate_upper_bound(&mut self, key: Vec<u8, Global>)
[src]
pub fn iterate_upper_bound(&self) -> &[u8]ⓘ
[src]
pub fn set_read_tier(&mut self, tier: i32)
[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: usize)
[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 + 'static, Global>
)
[src]
&mut self,
filter: Box<dyn TableFilter + 'static, Global>
)
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> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
[src]
pub const ALIGN: usize
[src]
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
[src]
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
[src]
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
[src]
pub unsafe fn drop(ptr: usize)
[src]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,