Uses of Class
org.apache.cassandra.repair.state.ValidationState
-
Packages that use ValidationState Package Description org.apache.cassandra.repair org.apache.cassandra.repair.state org.apache.cassandra.service -
-
Uses of ValidationState in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair declared as ValidationState Modifier and Type Field Description ValidationStateValidator. stateConstructors in org.apache.cassandra.repair with parameters of type ValidationState Constructor Description Validator(ValidationState state, int nowInSec, boolean evenTreeDistribution, boolean isIncremental, PreviewKind previewKind)Validator(ValidationState state, int nowInSec, boolean isIncremental, PreviewKind previewKind)Validator(ValidationState state, int nowInSec, PreviewKind previewKind) -
Uses of ValidationState in org.apache.cassandra.repair.state
Methods in org.apache.cassandra.repair.state that return types with arguments of type ValidationState Modifier and Type Method Description java.util.Collection<ValidationState>ParticipateState. validations()Methods in org.apache.cassandra.repair.state with parameters of type ValidationState Modifier and Type Method Description booleanParticipateState. register(ValidationState state) -
Uses of ValidationState in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return ValidationState Modifier and Type Method Description ValidationStateActiveRepairService. validation(java.util.UUID id)Methods in org.apache.cassandra.service that return types with arguments of type ValidationState Modifier and Type Method Description java.util.Collection<ValidationState>ActiveRepairService. validations()
-