Uses of Interface
org.apache.bookkeeper.client.DistributionSchedule.AckSet
-
Packages that use DistributionSchedule.AckSet Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of DistributionSchedule.AckSet in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as DistributionSchedule.AckSet Modifier and Type Field Description (package private) DistributionSchedule.AckSet
ForceLedgerOp. ackSet
(package private) DistributionSchedule.AckSet
PendingAddOp. ackSet
(package private) DistributionSchedule.AckSet
PendingWriteLacOp. ackSet
Methods in org.apache.bookkeeper.client that return DistributionSchedule.AckSet Modifier and Type Method Description DistributionSchedule.AckSet
DistributionSchedule. getAckSet()
Returns an ackset object, responses should be checked against this.DistributionSchedule.AckSet
RoundRobinDistributionSchedule. getAckSet()
DistributionSchedule.AckSet
DistributionSchedule. getEnsembleAckSet()
Returns an ackset object useful to wait for all bookies in the ensemble, responses should be checked against this.DistributionSchedule.AckSet
RoundRobinDistributionSchedule. getEnsembleAckSet()
-