| Package | Description |
|---|---|
| org.apache.cassandra.repair.consistent | |
| org.apache.cassandra.repair.messages |
| Modifier and Type | Method and Description |
|---|---|
ConsistentSession.State |
ConsistentSession.getState() |
static ConsistentSession.State |
ConsistentSession.State.valueOf(int ordinal) |
static ConsistentSession.State |
ConsistentSession.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsistentSession.State[] |
ConsistentSession.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConsistentSession.State.canTransitionTo(ConsistentSession.State state) |
void |
CoordinatorSession.setParticipantState(InetAddressAndPort participant,
ConsistentSession.State state) |
void |
ConsistentSession.setState(ConsistentSession.State state) |
void |
CoordinatorSession.setState(ConsistentSession.State state) |
| Modifier and Type | Field and Description |
|---|---|
ConsistentSession.State |
StatusResponse.state |
| Constructor and Description |
|---|
StatusResponse(java.util.UUID sessionID,
ConsistentSession.State state) |
Copyright © 2009-2020 The Apache Software Foundation