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 RepairParallelism
RepairSession. parallelismDegree
Methods in org.apache.cassandra.repair that return RepairParallelism Modifier and Type Method Description static RepairParallelism
RepairParallelism. fromName(java.lang.String name)
Return RepairParallelism that match given name.static RepairParallelism
RepairParallelism. 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(java.util.UUID parentRepairSession, java.util.UUID id, CommonRange commonRange, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, 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 RepairParallelism
RepairOption. 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)
-
Uses of RepairParallelism in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type RepairParallelism Modifier and Type Method Description RepairSession
ActiveRepairService. submitRepairSession(java.util.UUID parentRepairSession, CommonRange range, java.lang.String keyspace, RepairParallelism parallelismDegree, boolean isIncremental, boolean pullRepair, PreviewKind previewKind, boolean optimiseStreams, com.google.common.util.concurrent.ListeningExecutorService executor, java.lang.String... cfnames)
Requests repairs for the given keyspace and column families.
-