Package | Description |
---|---|
org.apache.cassandra.db.lifecycle |
Modifier and Type | Method and Description |
---|---|
static LifecycleTransaction.ReaderState.Action |
LifecycleTransaction.ReaderState.Action.get(boolean updated,
boolean obsoleted) |
static LifecycleTransaction.ReaderState.Action |
LifecycleTransaction.ReaderState.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleTransaction.ReaderState.Action[] |
LifecycleTransaction.ReaderState.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReaderState(LifecycleTransaction.ReaderState.Action logged,
LifecycleTransaction.ReaderState.Action staged,
SSTableReader currentlyVisible,
SSTableReader nextVisible,
boolean original) |
Copyright © 2018 The Apache Software Foundation