| Interface | Description |
|---|---|
| Batch |
Exposes a mechanism to close a batch, and potentially discard it.
|
| BatchContext |
Handles batch context switching.
|
| Batcher<B extends Batch> |
Exposes a mechanism to handle batching.
|
| Creator<K,V,C> |
Creates a value in the cache.
|
| Immutability |
Tests for immutability.
|
| Invoker |
Defines a strategy for invoking a given action.
|
| Locator<K,V> |
Locates a value from the cache.
|
| Mutator |
Indicates that the value represented by this object has changed and needs to be replicated.
|
| Recordable<T> |
Records some other object.
|
| Remover<K> |
Removes an entry from the cache
|
| Class | Description |
|---|---|
| CompositeIterable<T> |
Used for iterating over an series of iterables, thus avoiding the need to allocate/populate a new list containing all elements.
|
| CompositeIterator<E> |
Iterator that iterates over a series of iterators.
|
| Enum | Description |
|---|---|
| Batch.State |
The possible states of a batch.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.