public class PaxosRepairHistory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PaxosRepairHistory.Searcher |
Modifier and Type | Field and Description |
---|---|
static PaxosRepairHistory |
EMPTY |
static IVersionedSerializer<PaxosRepairHistory> |
serializer |
Modifier and Type | Method and Description |
---|---|
static PaxosRepairHistory |
add(PaxosRepairHistory existing,
java.util.Collection<Range<Token>> ranges,
Ballot ballot) |
Ballot |
ballotForToken(Token token) |
boolean |
equals(java.lang.Object o) |
static PaxosRepairHistory |
fromTupleBufferList(java.util.List<java.nio.ByteBuffer> tuples) |
int |
hashCode() |
Ballot |
maxLowBound() |
static PaxosRepairHistory |
merge(PaxosRepairHistory historyLeft,
PaxosRepairHistory historyRight) |
PaxosRepairHistory.Searcher |
searcher() |
int |
size() |
java.lang.String |
toString() |
java.util.List<java.nio.ByteBuffer> |
toTupleBufferList() |
public static final PaxosRepairHistory EMPTY
public static final IVersionedSerializer<PaxosRepairHistory> serializer
public Ballot maxLowBound()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int size()
public PaxosRepairHistory.Searcher searcher()
public java.util.List<java.nio.ByteBuffer> toTupleBufferList()
public static PaxosRepairHistory fromTupleBufferList(java.util.List<java.nio.ByteBuffer> tuples)
public static PaxosRepairHistory merge(PaxosRepairHistory historyLeft, PaxosRepairHistory historyRight)
public static PaxosRepairHistory add(PaxosRepairHistory existing, java.util.Collection<Range<Token>> ranges, Ballot ballot)
Copyright © 2009- The Apache Software Foundation