Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.compaction | |
org.apache.cassandra.notifications |
Modifier and Type | Method and Description |
---|---|
long |
ColumnFamilyStore.getExpectedCompactedFileSize(java.lang.Iterable<SSTableReader> sstables,
OperationType operation)
Calculate expected file size of SSTable after compaction.
|
void |
ColumnFamilyStore.markCompacted(java.util.Collection<SSTableReader> sstables,
OperationType compactionType) |
void |
DataTracker.markCompacted(java.util.Collection<SSTableReader> sstables,
OperationType compactionType) |
void |
DataTracker.notifySSTablesChanged(java.lang.Iterable<SSTableReader> removed,
java.lang.Iterable<SSTableReader> added,
OperationType compactionType) |
void |
ColumnFamilyStore.replaceCompactedSSTables(java.util.Collection<SSTableReader> sstables,
java.lang.Iterable<SSTableReader> replacements,
OperationType compactionType) |
void |
DataTracker.replaceCompactedSSTables(java.util.Collection<SSTableReader> sstables,
java.lang.Iterable<SSTableReader> replacements,
OperationType compactionType) |
Modifier and Type | Field and Description |
---|---|
protected OperationType |
AbstractCompactionTask.compactionType |
protected OperationType |
AbstractCompactionIterable.type |
Modifier and Type | Method and Description |
---|---|
OperationType |
CompactionInfo.getTaskType() |
static OperationType |
OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AbstractCompactionTask |
AbstractCompactionTask.setCompactionType(OperationType compactionType) |
Constructor and Description |
---|
AbstractCompactionIterable(CompactionController controller,
OperationType type,
java.util.List<ICompactionScanner> scanners) |
CompactionInfo(CFMetaData cfm,
OperationType tasktype,
long bytesComplete,
long totalBytes) |
CompactionInfo(CFMetaData cfm,
OperationType tasktype,
long completed,
long total,
java.lang.String unit) |
CompactionInfo(OperationType tasktype,
long completed,
long total,
java.lang.String unit) |
CompactionIterable(OperationType type,
java.util.List<ICompactionScanner> scanners,
CompactionController controller) |
ParallelCompactionIterable(OperationType type,
java.util.List<ICompactionScanner> scanners,
CompactionController controller) |
ParallelCompactionIterable(OperationType type,
java.util.List<ICompactionScanner> scanners,
CompactionController controller,
int maxInMemorySize) |
Modifier and Type | Field and Description |
---|---|
OperationType |
SSTableListChangedNotification.compactionType |
Constructor and Description |
---|
SSTableListChangedNotification(java.lang.Iterable<SSTableReader> added,
java.lang.Iterable<SSTableReader> removed,
OperationType compactionType) |
Copyright © 2014 The Apache Software Foundation