Package | Description |
---|---|
org.apache.cassandra.db.compaction |
Modifier and Type | Method and Description |
---|---|
static CompactionInfo.Unit |
CompactionInfo.Unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompactionInfo.Unit[] |
CompactionInfo.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompactionInfo(CFMetaData cfm,
OperationType tasktype,
long completed,
long total,
CompactionInfo.Unit unit,
java.util.UUID compactionId) |
CompactionInfo(OperationType tasktype,
long completed,
long total,
CompactionInfo.Unit unit,
java.util.UUID compactionId) |
Copyright © 2020 The Apache Software Foundation