Uses of Class
org.apache.cassandra.repair.messages.RepairOption
-
Packages that use RepairOption Package Description org.apache.cassandra.repair org.apache.cassandra.repair.messages org.apache.cassandra.repair.state org.apache.cassandra.schema org.apache.cassandra.service -
-
Uses of RepairOption in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair declared as RepairOption Modifier and Type Field Description protected RepairOptionAbstractRepairTask. optionsConstructors in org.apache.cassandra.repair with parameters of type RepairOption Constructor Description AbstractRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier)IncrementalRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier, TimeUUID parentSession, RepairRunnable.NeighborsAndRanges neighborsAndRanges, java.lang.String[] cfnames)NormalRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier, TimeUUID parentSession, java.util.List<CommonRange> commonRanges, java.lang.String[] cfnames)PreviewRepairTask(RepairOption options, java.lang.String keyspace, RepairNotifier notifier, TimeUUID parentSession, java.util.List<CommonRange> commonRanges, java.lang.String[] cfnames)RepairRunnable(StorageService storageService, int cmd, RepairOption options, java.lang.String keyspace) -
Uses of RepairOption in org.apache.cassandra.repair.messages
Methods in org.apache.cassandra.repair.messages that return RepairOption Modifier and Type Method Description static RepairOptionRepairOption. parse(java.util.Map<java.lang.String,java.lang.String> options, IPartitioner partitioner)Construct RepairOptions object from given map of Strings. -
Uses of RepairOption in org.apache.cassandra.repair.state
Fields in org.apache.cassandra.repair.state declared as RepairOption Modifier and Type Field Description RepairOptionCoordinatorState. optionsConstructors in org.apache.cassandra.repair.state with parameters of type RepairOption Constructor Description CoordinatorState(int cmd, java.lang.String keyspace, RepairOption options) -
Uses of RepairOption in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type RepairOption Modifier and Type Method Description static voidSystemDistributedKeyspace. startParentRepair(TimeUUID parent_id, java.lang.String keyspaceName, java.lang.String[] cfnames, RepairOption options) -
Uses of RepairOption in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type RepairOption Modifier and Type Method Description TimeUUIDActiveRepairService. prepareForRepair(TimeUUID parentRepairSession, InetAddressAndPort coordinator, java.util.Set<InetAddressAndPort> endpoints, RepairOption options, boolean isForcedRepair, java.util.List<ColumnFamilyStore> columnFamilyStores)Pair<java.lang.Integer,Future<?>>StorageService. repair(java.lang.String keyspace, RepairOption option, java.util.List<ProgressListener> listeners)
-