Uses of Class
org.apache.cassandra.service.paxos.PaxosRepairHistory
Packages that use PaxosRepairHistory
Package
Description
-
Uses of PaxosRepairHistory in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return PaxosRepairHistoryModifier and TypeMethodDescriptionColumnFamilyStore.getPaxosRepairHistory()ColumnFamilyStore.getPaxosRepairHistoryForRanges(Collection<Range<Token>> ranges) static PaxosRepairHistorySystemKeyspace.loadPaxosRepairHistory(String keyspace, String table) Methods in org.apache.cassandra.db with parameters of type PaxosRepairHistoryModifier and TypeMethodDescriptionstatic voidSystemKeyspace.savePaxosRepairHistory(String keyspace, 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 PaxosRepairHistoryFields in org.apache.cassandra.service.paxos with type parameters of type PaxosRepairHistoryModifier and TypeFieldDescriptionstatic final IVersionedSerializer<PaxosRepairHistory>PaxosRepairHistory.serializerMethods in org.apache.cassandra.service.paxos that return PaxosRepairHistoryModifier and TypeMethodDescriptionstatic PaxosRepairHistoryPaxosRepairHistory.add(PaxosRepairHistory existing, Collection<Range<Token>> ranges, Ballot ballot) static PaxosRepairHistoryPaxosRepairHistory.fromTupleBufferList(List<ByteBuffer> tuples) TablePaxosRepairHistory.getHistory()TablePaxosRepairHistory.getHistoryForRanges(Collection<Range<Token>> ranges) static PaxosRepairHistoryPaxosRepairHistory.merge(PaxosRepairHistory historyLeft, PaxosRepairHistory historyRight) Methods in org.apache.cassandra.service.paxos with parameters of type PaxosRepairHistoryModifier and TypeMethodDescriptionstatic PaxosRepairHistoryPaxosRepairHistory.add(PaxosRepairHistory existing, 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 PaxosRepairHistoryModifierConstructorDescriptionPaxosCleanupHistory(TableId tableId, Ballot highBound, PaxosRepairHistory history)