| 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.
|
| Invoker |
Defines a strategy for invoking a given task.
|
| 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 |
|---|---|
| CollectionImmutability |
Tests the immutability of
Collections wrappers. |
| Enum | Description |
|---|---|
| Batch.State |
The possible states of a batch.
|
| Immutability |
Determines whether a given object is immutable.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.