See: Description
| Interface | Description |
|---|---|
| RangeCache.TimestampExtractor<ValueT> |
Interface of a object that is able to the extract the "timestamp" of the cached values.
|
| RangeCache.Weighter<ValueT> |
Interface of a object that is able to the extract the "weight" (size/cost/space) of the cached values.
|
| Class | Description |
|---|---|
| AbstractCASReferenceCounted |
Abstract base class for classes wants to implement
ReferenceCounted. |
| CallbackMutex |
Mutex object that can be acquired from a thread and released from a different thread.
|
| Errors |
Utility class for bookkeeper related error codes.
|
| Futures |
Conveniences to use with
CompletableFuture. |
| Futures.CloseFuture |
Adapts a
AsyncCallbacks.CloseCallback to a CompletableFuture. |
| PositionAckSetUtil | |
| RangeCache<Key extends Comparable<Key>,Value extends io.netty.util.ReferenceCounted> |
Special type of cache where get() and delete() operations can be done over a range of keys.
|
| SafeRun |
Static builders for
SafeRunnables. |
| StatsBuckets |
Create stats buckets to have frequency distribution of samples.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.