Class SessionState
java.lang.Object
org.apache.cassandra.repair.state.AbstractCompletable<I>
org.apache.cassandra.repair.state.AbstractState<SessionState.State,TimeUUID>
org.apache.cassandra.repair.state.SessionState
- All Implemented Interfaces:
Completable<TimeUUID>,State<SessionState.State,TimeUUID>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.cassandra.repair.state.AbstractState
AbstractState.UpdateTypeNested classes/interfaces inherited from class org.apache.cassandra.repair.state.AbstractCompletable
AbstractCompletable.BasePhase, AbstractCompletable.BaseSkipPhase, AbstractCompletable.StatusNested classes/interfaces inherited from interface org.apache.cassandra.repair.state.Completable
Completable.Result -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String[]final CommonRangefinal Stringfinal TimeUUIDfinal SessionState.PhaseFields inherited from class org.apache.cassandra.repair.state.AbstractState
COMPLETE, currentState, INIT, stateTimesNanosFields inherited from class org.apache.cassandra.repair.state.AbstractCompletable
clock, id, lastUpdatedAtNs -
Constructor Summary
ConstructorsConstructorDescriptionSessionState(Clock clock, TimeUUID parentRepairSession, String keyspace, String[] cfnames, CommonRange commonRange) -
Method Summary
Methods inherited from class org.apache.cassandra.repair.state.AbstractState
getCurrentState, getStateTimesMillis, getStatus, isAccepted, maybeUpdateState, onComplete, toString, updateStateMethods inherited from class org.apache.cassandra.repair.state.AbstractCompletable
getCompletionStatus, getId, getInitializedAtMillis, getInitializedAtNanos, getLastUpdatedAtMillis, getLastUpdatedAtNanos, getResult, nanosToMillis, tryResult, updatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cassandra.repair.state.Completable
getDurationMillis, getFailureCause, getId, getInitializedAtMillis, getInitializedAtNanos, getLastUpdatedAtMillis, getLastUpdatedAtNanos, getResult, getSuccessMessage, isComplete
-
Field Details
-
parentRepairSession
-
keyspace
-
cfnames
-
commonRange
-
phase
-
-
Constructor Details
-
SessionState
public SessionState(Clock clock, TimeUUID parentRepairSession, String keyspace, String[] cfnames, CommonRange commonRange)
-
-
Method Details
-
getJobs
-
getJob
-
getJobIds
-
getParticipants
-
status
- Overrides:
statusin classAbstractState<SessionState.State,TimeUUID>
-
register
-