Uses of Class
org.apache.cassandra.db.commitlog.CommitLogReadHandler.CommitLogReadException
Packages that use CommitLogReadHandler.CommitLogReadException
-
Uses of CommitLogReadHandler.CommitLogReadException in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogReadHandler.CommitLogReadExceptionModifier and TypeMethodDescriptionvoidCommitLogReadHandler.handleUnrecoverableError(CommitLogReadHandler.CommitLogReadException exception) In instances where we cannot recover from a specific error and don't care what the reader thinksvoidCommitLogReplayer.handleUnrecoverableError(CommitLogReadHandler.CommitLogReadException exception) The logic for whether or not we throw on an error is identical for the replayer between recoverable or non.booleanCommitLogReadHandler.shouldSkipSegmentOnError(CommitLogReadHandler.CommitLogReadException exception) Handle an error during segment read, signaling whether or not you want the reader to skip the remainder of the current segment on error.booleanCommitLogReplayer.shouldSkipSegmentOnError(CommitLogReadHandler.CommitLogReadException exception)