Uses of Class
org.apache.cassandra.db.commitlog.CommitLogSegment.CDCState
-
Packages that use CommitLogSegment.CDCState Package Description org.apache.cassandra.db.commitlog -
-
Uses of CommitLogSegment.CDCState in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog that return CommitLogSegment.CDCState Modifier and Type Method Description CommitLogSegment.CDCState
CommitLogSegment. getCDCState()
CommitLogSegment.CDCState
CommitLogSegment. setCDCState(CommitLogSegment.CDCState newState)
Change the current cdcState on this CommitLogSegment.static CommitLogSegment.CDCState
CommitLogSegment.CDCState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommitLogSegment.CDCState[]
CommitLogSegment.CDCState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogSegment.CDCState Modifier and Type Method Description CommitLogSegment.CDCState
CommitLogSegment. setCDCState(CommitLogSegment.CDCState newState)
Change the current cdcState on this CommitLogSegment.
-