public class SyncedLearnerTracker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SyncedLearnerTracker.QuorumVerifierAcksetPair |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<SyncedLearnerTracker.QuorumVerifierAcksetPair> |
qvAcksetPairs |
Constructor and Description |
---|
SyncedLearnerTracker() |
Modifier and Type | Method and Description |
---|---|
String |
ackSetsToString() |
boolean |
addAck(Long sid) |
void |
addQuorumVerifier(QuorumVerifier qv) |
boolean |
hasAllQuorums() |
boolean |
hasSid(long sid) |
protected ArrayList<SyncedLearnerTracker.QuorumVerifierAcksetPair> qvAcksetPairs
public void addQuorumVerifier(QuorumVerifier qv)
public boolean addAck(Long sid)
public boolean hasSid(long sid)
public boolean hasAllQuorums()
public String ackSetsToString()
Copyright © 2008–2023 The Apache Software Foundation. All rights reserved.