Struct solana_runtime::accounts_index::AccountsIndexConfig
source · [−]pub struct AccountsIndexConfig {
pub bins: Option<usize>,
pub flush_threads: Option<usize>,
pub drives: Option<Vec<PathBuf>>,
pub index_limit_mb: Option<usize>,
pub ages_to_stay_in_cache: Option<Age>,
pub scan_results_limit_bytes: Option<usize>,
}
Fields
bins: Option<usize>
flush_threads: Option<usize>
drives: Option<Vec<PathBuf>>
index_limit_mb: Option<usize>
ages_to_stay_in_cache: Option<Age>
scan_results_limit_bytes: Option<usize>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountsIndexConfig
impl Send for AccountsIndexConfig
impl Sync for AccountsIndexConfig
impl Unpin for AccountsIndexConfig
impl UnwindSafe for AccountsIndexConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more