Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.memtable |
Modifier and Type | Field and Description |
---|---|
TableMetrics |
ColumnFamilyStore.metric |
Modifier and Type | Method and Description |
---|---|
static TableMetrics |
ColumnFamilyStore.metricsFor(TableId tableId) |
Modifier and Type | Method and Description |
---|---|
protected void |
PartitionRangeReadCommand.recordLatency(TableMetrics metric,
long latencyNanos) |
protected abstract void |
ReadCommand.recordLatency(TableMetrics metric,
long latencyNanos) |
protected void |
SinglePartitionReadCommand.recordLatency(TableMetrics metric,
long latencyNanos) |
Constructor and Description |
---|
FlushRunnable(Memtable.FlushablePartitionSet<?> flushSet,
SSTableMultiWriter writer,
TableMetrics metrics,
boolean logCompletion) |
Copyright © 2009-2022 The Apache Software Foundation