public class TablePaxosRepairHistory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
add(java.util.Collection<Range<Token>> ranges,
Ballot ballot,
boolean flush) |
Ballot |
getBallotForToken(Token token) |
PaxosRepairHistory |
getHistory() |
PaxosRepairHistory |
getHistoryForRanges(java.util.Collection<Range<Token>> ranges) |
static TablePaxosRepairHistory |
load(java.lang.String keyspace,
java.lang.String table) |
void |
merge(PaxosRepairHistory toMerge,
boolean flush) |
public static TablePaxosRepairHistory load(java.lang.String keyspace, java.lang.String table)
public void merge(PaxosRepairHistory toMerge, boolean flush)
public PaxosRepairHistory getHistory()
public PaxosRepairHistory getHistoryForRanges(java.util.Collection<Range<Token>> ranges)
Copyright © 2009- The Apache Software Foundation