Uses of Class
org.apache.cassandra.repair.NoSuchRepairSessionException
Packages that use NoSuchRepairSessionException
Package
Description
-
Uses of NoSuchRepairSessionException in org.apache.cassandra.db.repair
Methods in org.apache.cassandra.db.repair that throw NoSuchRepairSessionExceptionModifier and TypeMethodDescriptionstatic Refs<SSTableReader>CassandraValidationIterator.getSSTablesToValidate(ColumnFamilyStore cfs, SharedContext ctx, Collection<Range<Token>> ranges, TimeUUID parentId, boolean isIncremental) CassandraTableRepairManager.getValidationIterator(Collection<Range<Token>> ranges, TimeUUID parentId, TimeUUID sessionID, boolean isIncremental, long nowInSec, TopPartitionTracker.Collector topPartitionCollector) Constructors in org.apache.cassandra.db.repair that throw NoSuchRepairSessionExceptionModifierConstructorDescriptionCassandraValidationIterator(ColumnFamilyStore cfs, SharedContext ctx, Collection<Range<Token>> ranges, TimeUUID parentId, TimeUUID sessionID, boolean isIncremental, long nowInSec, TopPartitionTracker.Collector topPartitionCollector) -
Uses of NoSuchRepairSessionException in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair that throw NoSuchRepairSessionExceptionModifier and TypeMethodDescriptionstatic voidValidationManager.doValidation(ColumnFamilyStore cfs, Validator validator) Performs a readonly "compaction" of all sstables in order to validate complete rows, but without writing the merge resultTableRepairManager.getValidationIterator(Collection<Range<Token>> ranges, TimeUUID parentId, TimeUUID sessionID, boolean isIncremental, long 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 NoSuchRepairSessionExceptionModifier and TypeMethodDescriptionprotected ActiveRepairService.ParentRepairSessionLocalSessions.getParentRepairSession(TimeUUID sessionID) CoordinatorSessions.registerSession(TimeUUID sessionId, Set<InetAddressAndPort> participants, boolean isForced) -
Uses of NoSuchRepairSessionException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw NoSuchRepairSessionExceptionModifier and TypeMethodDescriptionActiveRepairService.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.