Uses of Enum Class
org.apache.cassandra.repair.RepairParallelism
Packages that use RepairParallelism
Package
Description
-
Uses of RepairParallelism in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair declared as RepairParallelismMethods in org.apache.cassandra.repair that return RepairParallelismModifier and TypeMethodDescriptionstatic RepairParallelismReturn RepairParallelism that match given name.static RepairParallelismReturns the enum constant of this class with the specified name.static RepairParallelism[]RepairParallelism.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.repair with parameters of type RepairParallelismModifierConstructorDescriptionRepairSession(SharedContext ctx, Scheduler validationScheduler, TimeUUID parentRepairSession, CommonRange commonRange, String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, String... cfnames) Create new repair session. -
Uses of RepairParallelism in org.apache.cassandra.repair.messages
Methods in org.apache.cassandra.repair.messages that return RepairParallelismConstructors in org.apache.cassandra.repair.messages with parameters of type RepairParallelismModifierConstructorDescriptionRepairOption(RepairParallelism parallelism, boolean primaryRange, boolean incremental, boolean trace, int jobThreads, Collection<Range<Token>> ranges, boolean isSubrangeRepair, boolean pullRepair, boolean forceRepair, PreviewKind previewKind, boolean optimiseStreams, boolean ignoreUnreplicatedKeyspaces, boolean repairPaxos, boolean paxosOnly) -
Uses of RepairParallelism in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type RepairParallelismModifier and TypeMethodDescriptionActiveRepairService.submitRepairSession(TimeUUID parentRepairSession, CommonRange range, String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, ExecutorPlus executor, Scheduler validationScheduler, String... cfnames) Requests repairs for the given keyspace and column families.