Uses of Class
org.apache.cassandra.service.paxos.PaxosRepairHistory
-
Packages that use PaxosRepairHistory Package Description org.apache.cassandra.db org.apache.cassandra.service.paxos org.apache.cassandra.service.paxos.cleanup -
-
Uses of PaxosRepairHistory in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return PaxosRepairHistory Modifier and Type Method Description PaxosRepairHistoryColumnFamilyStore. getPaxosRepairHistory()PaxosRepairHistoryColumnFamilyStore. getPaxosRepairHistoryForRanges(java.util.Collection<Range<Token>> ranges)static PaxosRepairHistorySystemKeyspace. loadPaxosRepairHistory(java.lang.String keyspace, java.lang.String table)Methods in org.apache.cassandra.db with parameters of type PaxosRepairHistory Modifier and Type Method Description static voidSystemKeyspace. savePaxosRepairHistory(java.lang.String keyspace, java.lang.String table, PaxosRepairHistory history, boolean flush)voidColumnFamilyStore. syncPaxosRepairHistory(PaxosRepairHistory sync, boolean flush) -
Uses of PaxosRepairHistory in org.apache.cassandra.service.paxos
Fields in org.apache.cassandra.service.paxos declared as PaxosRepairHistory Modifier and Type Field Description static PaxosRepairHistoryPaxosRepairHistory. EMPTYFields in org.apache.cassandra.service.paxos with type parameters of type PaxosRepairHistory Modifier and Type Field Description static IVersionedSerializer<PaxosRepairHistory>PaxosRepairHistory. serializerMethods in org.apache.cassandra.service.paxos that return PaxosRepairHistory Modifier and Type Method Description static PaxosRepairHistoryPaxosRepairHistory. add(PaxosRepairHistory existing, java.util.Collection<Range<Token>> ranges, Ballot ballot)static PaxosRepairHistoryPaxosRepairHistory. fromTupleBufferList(java.util.List<java.nio.ByteBuffer> tuples)PaxosRepairHistoryTablePaxosRepairHistory. getHistory()PaxosRepairHistoryTablePaxosRepairHistory. getHistoryForRanges(java.util.Collection<Range<Token>> ranges)static PaxosRepairHistoryPaxosRepairHistory. merge(PaxosRepairHistory historyLeft, PaxosRepairHistory historyRight)Methods in org.apache.cassandra.service.paxos with parameters of type PaxosRepairHistory Modifier and Type Method Description static PaxosRepairHistoryPaxosRepairHistory. add(PaxosRepairHistory existing, java.util.Collection<Range<Token>> ranges, Ballot ballot)static PaxosRepairHistoryPaxosRepairHistory. merge(PaxosRepairHistory historyLeft, PaxosRepairHistory historyRight)voidTablePaxosRepairHistory. merge(PaxosRepairHistory toMerge, boolean flush) -
Uses of PaxosRepairHistory in org.apache.cassandra.service.paxos.cleanup
Constructors in org.apache.cassandra.service.paxos.cleanup with parameters of type PaxosRepairHistory Constructor Description PaxosCleanupHistory(TableId tableId, Ballot highBound, PaxosRepairHistory history)
-