Package | Description |
---|---|
org.apache.cassandra.db.commitlog |
Modifier and Type | Method and Description |
---|---|
void |
CommitLogReadHandler.handleUnrecoverableError(CommitLogReadHandler.CommitLogReadException exception)
In instances where we cannot recover from a specific error and don't care what the reader thinks
|
void |
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) |
Copyright © 2009-2021 The Apache Software Foundation