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()  | 
protected ArrayList<SyncedLearnerTracker.QuorumVerifierAcksetPair> qvAcksetPairs
public void addQuorumVerifier(QuorumVerifier qv)
public boolean addAck(Long sid)
public boolean hasAllQuorums()
public String ackSetsToString()
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.