Uses of Interface
org.apache.cassandra.db.commitlog.CommitLogReadHandler
Packages that use CommitLogReadHandler
-
Uses of CommitLogReadHandler in org.apache.cassandra.db.commitlog
Classes in org.apache.cassandra.db.commitlog that implement CommitLogReadHandlerMethods in org.apache.cassandra.db.commitlog with parameters of type CommitLogReadHandlerModifier and TypeMethodDescriptionvoidCommitLogReader.readAllFiles(CommitLogReadHandler handler, File[] files) Reads all passed in files with no minimum, no start, and no mutation limit.voidCommitLogReader.readAllFiles(CommitLogReadHandler handler, File[] files, CommitLogPosition minPosition) Reads all passed in files with minPosition, no start, and no mutation limit.voidCommitLogReader.readCommitLogSegment(CommitLogReadHandler handler, File file, boolean tolerateTruncation) Reads passed in file fullyvoidCommitLogReader.readCommitLogSegment(CommitLogReadHandler handler, File file, int mutationLimit, boolean tolerateTruncation) Reads passed in file fully, up to mutationLimit countvoidCommitLogReader.readCommitLogSegment(CommitLogReadHandler handler, File file, CommitLogPosition minPosition, boolean tolerateTruncation) Reads all mutations from passed in file from minPositionvoidCommitLogReader.readCommitLogSegment(CommitLogReadHandler handler, File file, CommitLogPosition minPosition, int mutationLimit, boolean tolerateTruncation) Reads mutations from file, handing them off to handlerprotected voidCommitLogReader.readMutation(CommitLogReadHandler handler, byte[] inputBuffer, int size, CommitLogPosition minPosition, int entryLocation, CommitLogDescriptor desc) Deserializes and passes a Mutation to the ICommitLogReadHandler requestedConstructors in org.apache.cassandra.db.commitlog with parameters of type CommitLogReadHandlerModifierConstructorDescriptionprotectedCommitLogSegmentReader(CommitLogReadHandler handler, CommitLogDescriptor descriptor, RandomAccessReader reader, boolean tolerateTruncation)