| Name | Description | Type | Package | Framework |
| EntryVersion | | Interface | org.infinispan.commons.api.functional | Infinispan |
|
| EntryVersion .CompareResult | Denotes a version that was created temporally after another version. | Class | org.infinispan.commons.api.functional.EntryVersion | Infinispan |
|
| EntryVersion .NumericEntryVersion | | Class | org.infinispan.commons.api.functional.EntryVersion | Infinispan |
|
| EntryView | Entry views expose cached entry information to the user. | Class | org.infinispan.commons.api.functional | Infinispan |
|
| EntryView .ReadEntryView | Expose read-only information about a cache entry potentially associated with a key in the functional map. | Interface | org.infinispan.commons.api.functional.EntryView | Infinispan |
|
| EntryView .ReadWriteEntryView | Expose information about a cache entry potentially associated with a key in the functional map, and allows that cache entry to be written with | Interface | org.infinispan.commons.api.functional.EntryView | Infinispan |
|
| EntryView .WriteEntryView | Expose a write-only facade for a cache entry potentially associated with a key in the functional map which allows the cache entry to be written with | Interface | org.infinispan.commons.api.functional.EntryView | Infinispan |
|
| FunctionalMap | Top level functional map interface offering common functionality for the read-only, read-write, and write-only operations that can be run against a | Interface | org.infinispan.commons.api.functional | Infinispan |
|
| FunctionalMap .ReadOnlyMap | Exposes read-only operations that can be executed against the functional map. | Interface | org.infinispan.commons.api.functional.FunctionalMap | Infinispan |
|
| FunctionalMap .ReadWriteMap | Exposes read-write operations that can be executed against the functional map. | Interface | org.infinispan.commons.api.functional.FunctionalMap | Infinispan |
|
| FunctionalMap .WriteOnlyMap | Exposes write-only operations that can be executed against the functional map. | Interface | org.infinispan.commons.api.functional.FunctionalMap | Infinispan |
|
| Listeners | Holder class for functional listener definitions. | Class | org.infinispan.commons.api.functional | Infinispan |
|
| Listeners .ReadWriteListeners | Read-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners | Interface | org.infinispan.commons.api.functional.Listeners | Infinispan |
|
| Listeners .ReadWriteListeners .ReadWriteListener | Entry created event callback that receives a EntryView. | Interface | org.infinispan.commons.api.functional.Listeners.ReadWriteListeners | Infinispan |
|
| Listeners .WriteListeners | Write listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only | Interface | org.infinispan.commons.api.functional.Listeners | Infinispan |
|
| Listeners .WriteListeners .WriteListener | Write-only listener. | Interface | org.infinispan.commons.api.functional.Listeners.WriteListeners | Infinispan |
|
| MetaParam | An easily extensible metadata parameter that's stored along with the value in the the functional map. | Interface | org.infinispan.commons.api.functional | Infinispan |
|
| MetaParam .Lookup | Provides metadata parameter lookup capabilities using Class as When the MetaParam type is generic, e. | Interface | org.infinispan.commons.api.functional.MetaParam | Infinispan |
|
| MetaParam .MetaCreated | | Class | org.infinispan.commons.api.functional.MetaParam | Infinispan |
|
| MetaParam .MetaEntryVersion | Writable metadata parameter representing a cached entry's generic version. | Class | org.infinispan.commons.api.functional.MetaParam | Infinispan |
|
| MetaParam .MetaLastUsed | | Class | org.infinispan.commons.api.functional.MetaParam | Infinispan |
|
| MetaParam .MetaLifespan | Writable metadata parameter representing a cached entry's millisecond lifespan. | Class | org.infinispan.commons.api.functional.MetaParam | Infinispan |
|
| MetaParam .MetaLong | Abstract class for numeric long-based metadata parameter instances. | Class | org.infinispan.commons.api.functional.MetaParam | Infinispan |
|
| MetaParam .MetaMaxIdle | | Class | org.infinispan.commons.api.functional.MetaParam | Infinispan |
|
| MetaParam .Writable | Writable MetaParam instances are those that the user can provide to be stored as part of the cache entry. | Interface | org.infinispan.commons.api.functional.MetaParam | Infinispan |
|
| Param | An easily extensible parameter that allows functional map operations to be tweaked. | Interface | org.infinispan.commons.api.functional | Infinispan |
|
| Param .FutureMode | When a method defines CompletableFuture as a return type, it implies the method called will be called asynchronously and that the | Class | org.infinispan.commons.api.functional.Param | Infinispan |
|
| Param .PersistenceMode | When a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes, | Class | org.infinispan.commons.api.functional.Param | Infinispan |
|
| ParamIds | Parameter identifiers. | Class | org.infinispan.commons.api.functional | Infinispan |
|
| Status | Different states a component may be in. | Class | org.infinispan.commons.api.functional | Infinispan |
|
| Traversable | Unsorted traversable stream for sequential and aggregating operations. | Interface | org.infinispan.commons.api.functional | Infinispan |