pub struct DataLoadConfigurationBuilder { /* private fields */ }
Implementations§
source§impl DataLoadConfigurationBuilder
impl DataLoadConfigurationBuilder
pub fn new() -> Self
pub fn parallelism(self, parallelism: u32) -> Self
pub fn batch_size(self, batch_size: u64) -> Self
pub fn prefetch_count(self, prefetch_count: u32) -> Self
pub fn load_all_vertex_attributes( self, load_all_vertex_attributes: bool, ) -> Self
pub fn load_all_edge_attributes(self, load_all_edge_attributes: bool) -> Self
pub fn build(self) -> DataLoadConfiguration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataLoadConfigurationBuilder
impl RefUnwindSafe for DataLoadConfigurationBuilder
impl Send for DataLoadConfigurationBuilder
impl Sync for DataLoadConfigurationBuilder
impl Unpin for DataLoadConfigurationBuilder
impl UnwindSafe for DataLoadConfigurationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more