Uses of Class
org.apache.cassandra.repair.RepairParallelism
-
Packages that use RepairParallelism Package Description org.apache.cassandra.repair org.apache.cassandra.repair.messages org.apache.cassandra.service -
-
Uses of RepairParallelism in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair declared as RepairParallelism Modifier and Type Field Description RepairParallelismRepairSession. parallelismDegreeMethods in org.apache.cassandra.repair that return RepairParallelism Modifier and Type Method Description static RepairParallelismRepairParallelism. fromName(java.lang.String name)Return RepairParallelism that match given name.static RepairParallelismRepairParallelism. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RepairParallelism[]RepairParallelism. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.repair with parameters of type RepairParallelism Constructor Description RepairSession(TimeUUID parentRepairSession, Scheduler validationScheduler, CommonRange commonRange, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, java.lang.String... cfnames)Create new repair session. -
Uses of RepairParallelism in org.apache.cassandra.repair.messages
Methods in org.apache.cassandra.repair.messages that return RepairParallelism Modifier and Type Method Description RepairParallelismRepairOption. getParallelism()Constructors in org.apache.cassandra.repair.messages with parameters of type RepairParallelism Constructor Description RepairOption(RepairParallelism parallelism, boolean primaryRange, boolean incremental, boolean trace, int jobThreads, java.util.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 RepairParallelism Modifier and Type Method Description RepairSessionActiveRepairService. submitRepairSession(TimeUUID parentRepairSession, CommonRange range, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, boolean repairPaxos, boolean paxosOnly, ExecutorPlus executor, Scheduler validationScheduler, java.lang.String... cfnames)Requests repairs for the given keyspace and column families.
-