Uses of Class
org.apache.cassandra.repair.NoSuchRepairSessionException
-
Packages that use NoSuchRepairSessionException Package Description org.apache.cassandra.db.repair org.apache.cassandra.repair org.apache.cassandra.repair.consistent org.apache.cassandra.service -
-
Uses of NoSuchRepairSessionException in org.apache.cassandra.db.repair
Methods in org.apache.cassandra.db.repair that throw NoSuchRepairSessionException Modifier and Type Method Description static Refs<SSTableReader>CassandraValidationIterator. getSSTablesToValidate(ColumnFamilyStore cfs, java.util.Collection<Range<Token>> ranges, TimeUUID parentId, boolean isIncremental)ValidationPartitionIteratorCassandraTableRepairManager. getValidationIterator(java.util.Collection<Range<Token>> ranges, TimeUUID parentId, TimeUUID sessionID, boolean isIncremental, int nowInSec, TopPartitionTracker.Collector topPartitionCollector)Constructors in org.apache.cassandra.db.repair that throw NoSuchRepairSessionException Constructor Description CassandraValidationIterator(ColumnFamilyStore cfs, java.util.Collection<Range<Token>> ranges, TimeUUID parentId, TimeUUID sessionID, boolean isIncremental, int nowInSec, TopPartitionTracker.Collector topPartitionCollector) -
Uses of NoSuchRepairSessionException in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair that throw NoSuchRepairSessionException Modifier and Type Method Description ValidationPartitionIteratorTableRepairManager. getValidationIterator(java.util.Collection<Range<Token>> ranges, TimeUUID parentId, TimeUUID sessionID, boolean isIncremental, int nowInSec, TopPartitionTracker.Collector topPartitionCollector)Return a validation iterator for the given parameters. -
Uses of NoSuchRepairSessionException in org.apache.cassandra.repair.consistent
Methods in org.apache.cassandra.repair.consistent that throw NoSuchRepairSessionException Modifier and Type Method Description protected ActiveRepairService.ParentRepairSessionLocalSessions. getParentRepairSession(TimeUUID sessionID)CoordinatorSessionCoordinatorSessions. registerSession(TimeUUID sessionId, java.util.Set<InetAddressAndPort> participants, boolean isForced) -
Uses of NoSuchRepairSessionException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw NoSuchRepairSessionException Modifier and Type Method Description ActiveRepairService.ParentRepairSessionActiveRepairService. getParentRepairSession(TimeUUID parentSessionId)We assume when calling this method that a parent session for the provided identifier exists, and that session is still in progress.
-