See: Description
Interface | Description |
---|---|
CloseableSupplier<T> | |
SerializableCallable<V> |
This is a functional interface that is the same as a
Callable except that it must also be
Serializable |
SerializableFunction<T,R> |
This is a functional interface that is the same as a
Function except that it must also be
Serializable |
SerializableRunnable |
This is a functional interface that is the same as a
Runnable except that it must also be
Serializable |
TimeService |
Encapsulates all the time related logic in this interface.
|
TriConsumer<T,U,V> |
Represents an operation that accepts three input arguments and returns no
result.
|
Class | Description |
---|---|
AbstractControlledLocalTopologyManager |
Class to be extended to allow some control over the local topology manager when testing Infinispan.
|
AbstractDelegatingCloseableIteratorCollection<E> |
Delegating collection that produces closeable iterators and spliterators from the collection returned from
AbstractDelegatingCloseableIteratorCollection.delegate() method. |
AbstractDelegatingCloseableIteratorSet<E> | |
AbstractDelegatingCollection<E> |
Delegating collection that delegates all calls to the collection returned from
AbstractDelegatingCollection.delegate() |
AbstractDelegatingMap<K,V> | |
AbstractDelegatingSet<E> | |
CloseableSuppliedIterator<E> | |
CoreImmutables |
Factory for generating immutable type wrappers for core types.
|
DataContainerRemoveIterator<K,V> |
This is an iterator that will iterate upon the data container.
|
DefaultTimeService |
The default implementation of
TimeService . |
DeltaCompositeKeyUtil |
Utility methods to deal with the DeltaCompositeKey.
|
DependencyGraph<T> |
Graph to track dependencies between objects
|
DistinctKeyDoubleEntryCloseableIterator<E,K> | |
FileLookup | Deprecated
Use the new org.infinispan.commons.util.FileLookup
|
KeyValuePair<K,V> |
Holds logically related key-value pairs or binary tuples.
|
KeyValuePair.Externalizer | |
ModuleProperties |
The
ModuleProperties class represents Infinispan's module service extensions |
ReadOnlyDataContainerBackedKeySet |
A Set view of keys in a data container, which is read-only and has efficient contains(), unlike some data container
ley sets.
|
StripedHashFunction<T> |
An hash function for stripping.
|
TypedProperties | Deprecated |
Util | Deprecated
Use the new org.infinispan.commons.util.Util
|
Exception | Description |
---|---|
CyclicDependencyException |
Thrown when a cyclic dependency exist
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.