Uses of Class
org.apache.bookkeeper.common.collections.RecyclableArrayList.Recycler
-
Packages that use RecyclableArrayList.Recycler Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.common.util defines the utilities for allocator used across the project. -
-
Uses of RecyclableArrayList.Recycler in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as RecyclableArrayList.Recycler Modifier and Type Field Description static RecyclableArrayList.Recycler<Watcher<LastAddConfirmedUpdateNotification>>
LastAddConfirmedUpdateNotification. WATCHER_RECYCLER
-
Uses of RecyclableArrayList.Recycler in org.apache.bookkeeper.common.util
Constructors in org.apache.bookkeeper.common.util with parameters of type RecyclableArrayList.Recycler Constructor Description Watchable(RecyclableArrayList.Recycler<Watcher<T>> recycler)
Construct an Watchable with zero watchers.
-