Uses of Interface
org.apache.bookkeeper.common.util.Recyclable
-
Packages that use Recyclable Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage.ldb Classes related to DB based ledger storage.org.apache.bookkeeper.common.util defines the utilities for allocator used across the project. -
-
Uses of Recyclable in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement Recyclable Modifier and Type Class Description (package private) class
FileInfo
This is the file handle for a ledger's index file that maps entry ids to location.(package private) class
FileInfoBackingCache.CachedFileInfo
class
LastAddConfirmedUpdateNotification
A signal object is used for notifying the observers when theLastAddConfirmed
is advanced.(package private) class
ReadOnlyFileInfo
Provide a readonly file info. -
Uses of Recyclable in org.apache.bookkeeper.bookie.storage.ldb
Classes in org.apache.bookkeeper.bookie.storage.ldb that implement Recyclable Modifier and Type Class Description (package private) class
TransientLedgerInfo
This class borrows the logic from FileInfo. -
Uses of Recyclable in org.apache.bookkeeper.common.util
Classes in org.apache.bookkeeper.common.util that implement Recyclable Modifier and Type Class Description class
Watchable<T>
This class represents an watchable object, or "data" in the model-view paradigm.
-