Uses of Enum Class
org.apache.cassandra.db.lifecycle.LifecycleTransaction.ReaderState.Action
Packages that use LifecycleTransaction.ReaderState.Action
-
Uses of LifecycleTransaction.ReaderState.Action in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle that return LifecycleTransaction.ReaderState.ActionModifier and TypeMethodDescriptionLifecycleTransaction.ReaderState.Action.get(boolean updated, boolean obsoleted) Returns the enum constant of this class with the specified name.LifecycleTransaction.ReaderState.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.db.lifecycle with parameters of type LifecycleTransaction.ReaderState.ActionModifierConstructorDescriptionReaderState(LifecycleTransaction.ReaderState.Action logged, LifecycleTransaction.ReaderState.Action staged, SSTableReader currentlyVisible, SSTableReader nextVisible, boolean original)