Uses of Class
org.apache.cassandra.db.lifecycle.LifecycleTransaction.ReaderState.Action
-
Packages that use LifecycleTransaction.ReaderState.Action Package Description org.apache.cassandra.db.lifecycle -
-
Uses of LifecycleTransaction.ReaderState.Action in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle that return LifecycleTransaction.ReaderState.Action Modifier and Type Method 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.Constructors in org.apache.cassandra.db.lifecycle with parameters of type LifecycleTransaction.ReaderState.Action Constructor Description ReaderState(LifecycleTransaction.ReaderState.Action logged, LifecycleTransaction.ReaderState.Action staged, SSTableReader currentlyVisible, SSTableReader nextVisible, boolean original)
-