public class ValidationState extends AbstractState<ValidationState.State,java.util.UUID>
Modifier and Type | Class and Description |
---|---|
class |
ValidationState.Phase |
static class |
ValidationState.State |
AbstractCompletable.BasePhase, AbstractCompletable.BaseSkipPhase
Completable.Result
Modifier and Type | Field and Description |
---|---|
long |
bytesRead |
RepairJobDesc |
desc |
long |
estimatedPartitions |
long |
estimatedTotalBytes |
InetAddressAndPort |
initiator |
long |
partitionsProcessed |
ValidationState.Phase |
phase |
COMPLETE, currentState, INIT, stateTimesNanos
id, lastUpdatedAtNs
Constructor and Description |
---|
ValidationState(RepairJobDesc desc,
InetAddressAndPort initiator) |
Modifier and Type | Method and Description |
---|---|
float |
getProgress() |
getCurrentState, getStateTimesMillis, getStatus, onComplete, updateState
getId, getInitializedAtMillis, getInitializedAtNanos, getLastUpdatedAtMillis, getLastUpdatedAtNanos, getResult, nanosToMillis, tryResult, updated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDurationMillis, getFailureCause, getId, getInitializedAtMillis, getInitializedAtNanos, getLastUpdatedAtMillis, getLastUpdatedAtNanos, getResult, getSuccessMessage, isComplete
public final ValidationState.Phase phase
public final RepairJobDesc desc
public final InetAddressAndPort initiator
public long estimatedPartitions
public long estimatedTotalBytes
public long partitionsProcessed
public long bytesRead
public ValidationState(RepairJobDesc desc, InetAddressAndPort initiator)
Copyright © 2009- The Apache Software Foundation