Enum ethcore::client::DatabaseCompactionProfile
[−]
[src]
pub enum DatabaseCompactionProfile { Auto, SSD, HDD, }
Client state db compaction profile
Variants
Auto
Try to determine compaction profile automatically
SSD
SSD compaction profile
HDD
HDD or other slow storage io compaction profile
Methods
impl DatabaseCompactionProfile
[src]
fn compaction_profile(&self, db_path: &Path) -> CompactionProfile
Returns corresponding compaction profile.
Trait Implementations
impl Debug for DatabaseCompactionProfile
[src]
impl PartialEq for DatabaseCompactionProfile
[src]
fn eq(&self, __arg_0: &DatabaseCompactionProfile) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.