See: Description
| Interface | Description |
|---|---|
| ExponentialBackOff |
Interface to implement an exponential back-off algorithm that retries the request based on the result of the remote
operation.
|
| Class | Description |
|---|---|
| AbstractDelegatingCacheCollection<E> | |
| AbstractDelegatingCacheSet<E> |
Same as
AbstractDelegatingCacheCollection except this method implements Set as well. |
| AbstractDelegatingCacheStream<R> |
Delegate that forwards all the of the method calls to the underlying cache stream.
|
| AbstractDelegatingCloseableIteratorCollection<E> |
Delegating collection that produces closeable iterators and spliterators from the collection returned from
AbstractDelegatingCloseableIteratorCollection.delegate() method. |
| AbstractDelegatingCloseableIteratorSet<E> | |
| ByteString |
A simple class which encapsulates a byte[] representation of a String using a predefined encoding (currently UTF-8).
|
| ByteString$___Marshaller_8e599c0fc1e9a512b7cdb7c05fb5529744ecac265708e69fd30c5e989237252a |
WARNING: Generated code! Do not edit!
|
| CacheSetMapper<E,R> |
A
CacheSet that allows for a different set to be mapped as a different instance wtih values replaced on
request. |
| Casting | |
| Closeables |
This class is used solely for the purpose of converting classes only in core to corresponding closeable variants.
|
| CloseableSuppliedIterator<E> | |
| CollectionMapper<E,R> |
A collection that maps another one to a new one of a possibly different type.
|
| CoreBlockHoundIntegration | |
| CoreImmutables |
Factory for generating immutable type wrappers for core types.
|
| CorePackageImpl | |
| DataContainerRemoveIterator<K,V> |
This is an iterator that will iterate upon the data container.
|
| DependencyGraph<T> |
Graph to track dependencies between objects
|
| EmbeddedTimeService |
The default implementation of
TimeService. |
| EntryWrapper<K,V> |
Wrapper for CacheEntry(s) that can be used to update the cache when it's value is set.
|
| ExponentialBackOffImpl |
The default
ExponentialBackOff implementation for IRAC (asynchronous cross-site replication). |
| IntSetExternalizer |
Externalizer to be used for IntSet implementations
|
| KeyValuePair<K,V> |
Holds logically related key-value pairs or binary tuples.
|
| KeyValuePair.Externalizer | |
| LazyConcatIterator<E> |
Iterator implementation that will return all entries from the first iterator.
|
| ModuleProperties | Deprecated
Since 10.0, without replacement.
|
| ReadOnlyCollectionAsSet<T> |
Assumes that the delegate collection already contains unique elements.
|
| SetMapper<E,R> |
A set that maps another one to a new one of a possibly different type.
|
| StripedHashFunction<T> |
An hash function for stripping.
|
| TriangleFunctionsUtil |
Some utility functions for
TriangleDistributionInterceptor. |
| WriteableCacheCollectionMapper<E,R> |
A writeable cache collection mapper that also has constant time operations for things such as
Collection.contains(Object) if the underlying Collection does. |
| WriteableCacheSetMapper<E,R> |
A writeable cache set mapper that also has constant time operations for things such as
Collection.contains(Object) if the underlying Set does. |
| Exception | Description |
|---|---|
| CyclicDependencyException |
Thrown when a cyclic dependency exist
|
| UserRaisedFunctionalException |
Thrown when client's code passed as a labda expression in commands such as
ComputeIfAbsentCommand
raises a exception. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.