| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
Hot Rod client API.
|
| org.infinispan.client.hotrod.configuration |
Hot Rod client configuration API.
|
| org.infinispan.commons.configuration |
Commons Configuration package
|
| org.infinispan.commons.equivalence |
Equivalence classes and interfaces to enable equivalence comparison between native types, arrays, etc.
|
| org.infinispan.commons.util |
Commons package providing various utility classes
|
| org.infinispan.lock.api |
Clustered Locks API.
|
| org.infinispan.multimap.api |
MultimapCache API.
|
| Class and Description |
|---|
| CloseableIterator
Interface that provides semantics of a
Iterator and AutoCloseable interfaces. |
| CloseableIteratorCollection
A collection that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one. |
| CloseableIteratorSet
A set that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one. |
| IntSet
A set that represents primitive ints.
|
| Class and Description |
|---|
| Features
Features allow conditional enabling/disabling of Infinispan's functionality.
|
| Class and Description |
|---|
| TypedProperties
Type-aware properties.
|
| Class and Description |
|---|
| AbstractMap
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
|
| Class and Description |
|---|
| AbstractDelegatingCollection
Delegating collection that delegates all calls to the collection returned from
AbstractDelegatingCollection.delegate() |
| AbstractDelegatingMap |
| AbstractFileLookup |
| AbstractIterator
Abstract iterator that allows overriding just the
AbstractIterator.getNext() method to implement it. |
| AbstractMap
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
|
| ArrayCollector |
| ArrayMap
Base for classes that implement hash map by storing keys in one array and values in another.
|
| ByRef
This class can be used to pass an argument by reference.
|
| CloseableIterator
Interface that provides semantics of a
Iterator and AutoCloseable interfaces. |
| CloseableIteratorCollection
A collection that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one. |
| CloseableIteratorCollectionAdapter
Adapts
Collection to CloseableIteratorCollection |
| CloseableIteratorSet
A set that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one. |
| CloseableSpliterator
Interface that provides semantics of a
Spliterator and AutoCloseable interfaces. |
| Either |
| Either.Type |
| EntrySizeCalculator |
| FastCopyHashMap
A HashMap that is optimized for fast shallow copies.
|
| FileLookup |
| ForwardingList
A list which forwards all its method calls to another list.
|
| ImmutableListCopy
A lightweight, read-only copy of a List.
|
| Immutables.Immutable |
| InfinispanCollections.Function
A function that converts a type into another one.
|
| InfinispanCollections.MapMakerFunction
A function that converts an entry into a key/value pair for use in a map.
|
| IntSet
A set that represents primitive ints.
|
| IteratorMapper
A iterator that maps each value to the output of the Function.
|
| KeyValueWithPrevious |
| MemoryUnit |
| OsgiClassLoader |
| RemovableIterator
An Iterator implementation that allows for a Iterator that doesn't allow remove operations to
implement remove by delegating the call to the provided consumer to remove the previously read value.
|
| SmallIntSet
Deprecated.
since 9.3 This class will no longer be public. Please use
IntSets methods such as
IntSets.mutableEmptySet(), IntSets.mutableCopyFrom(Set) |
| SpliteratorMapper
A spliterator that has been mapped from another spliterator.
|
| TypedProperties
Type-aware properties.
|
| WeakValueHashMap.ValueRef |
| Class and Description |
|---|
| Experimental
An experimental user-facing API.
|
| Class and Description |
|---|
| Experimental
An experimental user-facing API.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.