Uses of Interface
org.apache.bookkeeper.client.DistributionSchedule
-
Packages that use DistributionSchedule Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of DistributionSchedule in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement DistributionSchedule Modifier and Type Class Description class
RoundRobinDistributionSchedule
A specificDistributionSchedule
that places entries in round-robin fashion.Fields in org.apache.bookkeeper.client declared as DistributionSchedule Modifier and Type Field Description (package private) DistributionSchedule
LedgerHandle. distributionSchedule
Methods in org.apache.bookkeeper.client that return DistributionSchedule Modifier and Type Method Description (package private) DistributionSchedule
LedgerHandle. getDistributionSchedule()
Get the Distribution Schedule.Constructors in org.apache.bookkeeper.client with parameters of type DistributionSchedule Constructor Description ReadLastConfirmedOp(BookieClient bookieClient, DistributionSchedule schedule, DigestManager digestManager, long ledgerId, java.util.List<BookieId> ensemble, byte[] ledgerKey, ReadLastConfirmedOp.LastConfirmedDataCallback cb)
-