| 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.
|
| Key<I> |
A cache key for a given identifier
|
| Locator<K,V> |
Locates a value from the cache.
|
| Manager<K,V> |
Strategy for managing the creation and destruction of objects.
|
| ManagerFactory<K,V> | |
| Mutator |
Indicates that the value represented by this object has changed and needs to be replicated.
|
| MutatorFactory<K,V> |
Creates a mutator instance for a given cache entry.
|
| Recordable<T> |
Records some other object.
|
| Remover<K> |
Removes an entry from the cache
|
| Scheduler<I,M> |
A task scheduler.
|
| 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 © 2021 JBoss by Red Hat. All rights reserved.