Class PaxosRepairHistory
java.lang.Object
org.apache.cassandra.service.paxos.PaxosRepairHistory
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PaxosRepairHistorystatic final IVersionedSerializer<PaxosRepairHistory> -
Method Summary
Modifier and TypeMethodDescriptionstatic PaxosRepairHistoryadd(PaxosRepairHistory existing, Collection<Range<Token>> ranges, Ballot ballot) ballotForToken(Token token) booleanstatic PaxosRepairHistoryfromTupleBufferList(List<ByteBuffer> tuples) inthashCode()static PaxosRepairHistorymerge(PaxosRepairHistory historyLeft, PaxosRepairHistory historyRight) searcher()intsize()toString()
-
Field Details
-
EMPTY
-
serializer
-
-
Method Details
-
maxLowBound
-
toString
-
equals
-
hashCode
public int hashCode() -
ballotForToken
-
size
public int size() -
searcher
-
toTupleBufferList
-
fromTupleBufferList
-
merge
public static PaxosRepairHistory merge(PaxosRepairHistory historyLeft, PaxosRepairHistory historyRight) -
add
public static PaxosRepairHistory add(PaxosRepairHistory existing, Collection<Range<Token>> ranges, Ballot ballot)
-