Struct solana_ledger::blockstore_processor::ProcessOptions[][src]

pub struct ProcessOptions {
Show 16 fields pub bpf_jit: bool, pub poh_verify: bool, pub full_leader_cache: bool, pub dev_halt_at_slot: Option<Slot>, pub entry_callback: Option<ProcessCallback>, pub override_num_threads: Option<usize>, pub new_hard_forks: Option<Vec<Slot>>, pub frozen_accounts: Vec<Pubkey>, pub debug_keys: Option<Arc<HashSet<Pubkey>>>, pub account_indexes: AccountSecondaryIndexes, pub accounts_db_caching_enabled: bool, pub limit_load_slot_count_from_snapshot: Option<usize>, pub allow_dead_slots: bool, pub accounts_db_test_hash_calculation: bool, pub accounts_db_skip_shrink: bool, pub shrink_ratio: AccountShrinkThreshold,
}

Fields

bpf_jit: boolpoh_verify: boolfull_leader_cache: booldev_halt_at_slot: Option<Slot>entry_callback: Option<ProcessCallback>override_num_threads: Option<usize>new_hard_forks: Option<Vec<Slot>>frozen_accounts: Vec<Pubkey>debug_keys: Option<Arc<HashSet<Pubkey>>>account_indexes: AccountSecondaryIndexesaccounts_db_caching_enabled: boollimit_load_slot_count_from_snapshot: Option<usize>allow_dead_slots: boolaccounts_db_test_hash_calculation: boolaccounts_db_skip_shrink: boolshrink_ratio: AccountShrinkThreshold

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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