Class ValidationState
java.lang.Object
org.apache.cassandra.repair.state.AbstractCompletable<I>
org.apache.cassandra.repair.state.AbstractState<ValidationState.State,UUID>
org.apache.cassandra.repair.state.ValidationState
- All Implemented Interfaces:
Completable<UUID>,State<ValidationState.State,UUID>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classstatic enumNested 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 TypeFieldDescriptionlongfinal RepairJobDesclonglongfinal InetAddressAndPortlongfinal ValidationState.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
ConstructorsConstructorDescriptionValidationState(Clock clock, RepairJobDesc desc, InetAddressAndPort initiator) -
Method Summary
Methods inherited from class org.apache.cassandra.repair.state.AbstractState
getCurrentState, getStateTimesMillis, getStatus, isAccepted, maybeUpdateState, onComplete, status, 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
-
phase
-
desc
-
initiator
-
estimatedPartitions
public long estimatedPartitions -
estimatedTotalBytes
public long estimatedTotalBytes -
partitionsProcessed
public long partitionsProcessed -
bytesRead
public long bytesRead
-
-
Constructor Details
-
ValidationState
-
-
Method Details
-
getProgress
public float getProgress()
-