Uses of Class
org.apache.bookkeeper.client.impl.LedgerEntriesImpl
-
Packages that use LedgerEntriesImpl Package Description org.apache.bookkeeper.client.impl BookKeeper Client implementation package. -
-
Uses of LedgerEntriesImpl in org.apache.bookkeeper.client.impl
Methods in org.apache.bookkeeper.client.impl that return LedgerEntriesImpl Modifier and Type Method Description static LedgerEntriesImpl
LedgerEntriesImpl. create(java.util.List<LedgerEntry> entries)
Create ledger entries.
-