Uses of Class
org.apache.cassandra.db.commitlog.CommitLogReadHandler.CommitLogReadException
-
Packages that use CommitLogReadHandler.CommitLogReadException Package Description org.apache.cassandra.db.commitlog -
-
Uses of CommitLogReadHandler.CommitLogReadException in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogReadHandler.CommitLogReadException Modifier and Type Method Description void
CommitLogReadHandler. handleUnrecoverableError(CommitLogReadHandler.CommitLogReadException exception)
In instances where we cannot recover from a specific error and don't care what the reader thinksvoid
CommitLogReplayer. handleUnrecoverableError(CommitLogReadHandler.CommitLogReadException exception)
The logic for whether or not we throw on an error is identical for the replayer between recoverable or non.boolean
CommitLogReadHandler. 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.boolean
CommitLogReplayer. shouldSkipSegmentOnError(CommitLogReadHandler.CommitLogReadException exception)
-