Trait engine_traits::compaction_job::CompactionJobInfo [−][src]
Associated Types
Required methods
fn status(&self) -> Result<(), String>
[src]
fn cf_name(&self) -> &str
[src]
fn input_file_count(&self) -> usize
[src]
fn input_file_at(&self, pos: usize) -> &Path
[src]
fn output_file_count(&self) -> usize
[src]
fn output_file_at(&self, pos: usize) -> &Path
[src]
fn table_properties(&self) -> &Self::TablePropertiesCollectionView
[src]
fn elapsed_micros(&self) -> u64
[src]
fn num_corrupt_keys(&self) -> u64
[src]
fn output_level(&self) -> i32
[src]
fn input_records(&self) -> u64
[src]
fn output_records(&self) -> u64
[src]
fn total_input_bytes(&self) -> u64
[src]
fn total_output_bytes(&self) -> u64
[src]
fn compaction_reason(&self) -> Self::CompactionReason
[src]
Implementors
impl CompactionJobInfo for RocksCompactionJobInfo<'_>
impl CompactionJobInfo for RocksCompactionJobInfo<'_>