Package | Description |
---|---|
org.apache.cassandra.io.sstable |
Modifier and Type | Method and Description |
---|---|
static SSTableWriter.FinishType |
SSTableWriter.FinishType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSTableWriter.FinishType[] |
SSTableWriter.FinishType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SSTableReader |
SSTableWriter.finish(SSTableWriter.FinishType finishType,
long maxDataAge,
long repairedAt) |
Copyright © 2020 The Apache Software Foundation