Package | Description |
---|---|
org.apache.cassandra.db.commitlog |
Modifier and Type | Method and Description |
---|---|
CommitLogSegment.CDCState |
CommitLogSegment.getCDCState() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CommitLogSegment.setCDCState(CommitLogSegment.CDCState newState)
Change the current cdcState on this CommitLogSegment.
|
Copyright © 2009-2021 The Apache Software Foundation