Uses of Enum Class
org.apache.cassandra.db.commitlog.CommitLogSegment.CDCState
Packages that use CommitLogSegment.CDCState
-
Uses of CommitLogSegment.CDCState in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog that return CommitLogSegment.CDCStateModifier and TypeMethodDescriptionCommitLogSegment.getCDCState()CommitLogSegment.setCDCState(CommitLogSegment.CDCState newState) Change the current cdcState on this CommitLogSegment.static CommitLogSegment.CDCStateReturns the enum constant of this class with the specified name.static CommitLogSegment.CDCState[]CommitLogSegment.CDCState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogSegment.CDCStateModifier and TypeMethodDescriptionCommitLogSegment.setCDCState(CommitLogSegment.CDCState newState) Change the current cdcState on this CommitLogSegment.