Uses of Class
org.apache.cassandra.db.commitlog.CommitLogReplayer
-
Packages that use CommitLogReplayer Package Description org.apache.cassandra.db.commitlog -
-
Uses of CommitLogReplayer in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog that return CommitLogReplayer Modifier and Type Method Description static CommitLogReplayer
CommitLogReplayer. construct(CommitLog commitLog, java.util.UUID localHostId)
Methods in org.apache.cassandra.db.commitlog with parameters of type CommitLogReplayer Modifier and Type Method Description protected Future<java.lang.Integer>
CommitLogReplayer.MutationInitiator. initiateMutation(Mutation mutation, long segmentId, int serializedSize, int entryLocation, CommitLogReplayer commitLogReplayer)
-