Uses of Package
org.infinispan.functional
-
Packages that use org.infinispan.functional Package Description org.infinispan.atomic.impl org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.functional org.infinispan.commands.functional.functions org.infinispan.functional Functional API packageorg.infinispan.functional.impl org.infinispan.marshall.core org.infinispan.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework. -
Classes in org.infinispan.functional used by org.infinispan.atomic.impl Class Description 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 new value and/or new metadata parameters.FunctionalMap.ReadOnlyMap Exposes read-only operations that can be executed against the functional map.FunctionalMap.ReadWriteMap Exposes read-write operations that can be executed against the functional map. -
Classes in org.infinispan.functional used by org.infinispan.commands Class Description EntryView.ReadEntryView Expose read-only information about a cache entry potentially associated with a key in the functional map.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 new value and/or new metadata parameters.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 new value and/or new metadata parameters. -
Classes in org.infinispan.functional used by org.infinispan.commands.functional Class Description EntryView.ReadEntryView Expose read-only information about a cache entry potentially associated with a key in the functional map.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 new value and/or new metadata parameters.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 new value and/or new metadata parameters. -
Classes in org.infinispan.functional used by org.infinispan.commands.functional.functions Class Description 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 new value and/or new metadata parameters. -
Classes in org.infinispan.functional used by org.infinispan.functional Class Description EntryView.ReadEntryView Expose read-only information about a cache entry potentially associated with a key in the functional map.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 new value and/or new metadata parameters.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 new value and/or new metadata parameters.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 functional map asynchronously.FunctionalMap.ReadOnlyMap Exposes read-only operations that can be executed against the functional map.FunctionalMap.ReadWriteMap Exposes read-write operations that can be executed against the functional map.FunctionalMap.WriteOnlyMap Exposes write-only operations that can be executed against the functional map.Listeners.ReadWriteListeners Read-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners for any cache entry write events.Listeners.ReadWriteListeners.ReadWriteListener Read-write listenerListeners.WriteListeners Write listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only functional map.Listeners.WriteListeners.WriteListener Write-only listener.MetaParam An easily extensible metadata parameter that's stored along with the value in the the functional map.MetaParam.Lookup Provides metadata parameter lookup capabilities usingClass
as lookup key.MetaParam.MetaLifespan Writable metadata parameter representing a cached entry's millisecond lifespan.MetaParam.MetaLoadedFromPersistence Non-writable parameter telling if the entry was loaded from a persistence tier (CacheLoader
) or not.MetaParam.MetaLong Abstract class for numeric long-based metadata parameter instances.MetaParam.MetaMaxIdle Writable metadata parameter representing a cached entry's millisecond max idle time.MetaParam.Writable WritableMetaParam
instances are those that the user can provide to be stored as part of the cache entry.Param An easily extensible parameter that allows functional map operations to be tweaked.Param.ExecutionMode Defines where is the command executed.Param.LockingMode Normally the cache has to acquire locks during any write operation to guarantee its correctness.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, are persisted to the store.Param.ReplicationMode Param.StatisticsMode Defines how statistics are gathered for this command.Traversable Unsorted traversable stream for sequential and aggregating operations. -
Classes in org.infinispan.functional used by org.infinispan.functional.impl Class Description EntryView.ReadEntryView Expose read-only information about a cache entry potentially associated with a key in the functional map.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 new value and/or new metadata parameters.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 new value and/or new metadata parameters.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 functional map asynchronously.FunctionalMap.ReadOnlyMap Exposes read-only operations that can be executed against the functional map.FunctionalMap.ReadWriteMap Exposes read-write operations that can be executed against the functional map.FunctionalMap.WriteOnlyMap Exposes write-only operations that can be executed against the functional map.Listeners.ReadWriteListeners Read-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners for any cache entry write events.Listeners.ReadWriteListeners.ReadWriteListener Read-write listenerListeners.WriteListeners Write listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only functional map.Listeners.WriteListeners.WriteListener Write-only listener.MetaParam An easily extensible metadata parameter that's stored along with the value in the the functional map.MetaParam.Lookup Provides metadata parameter lookup capabilities usingClass
as lookup key.Param An easily extensible parameter that allows functional map operations to be tweaked.Traversable Unsorted traversable stream for sequential and aggregating operations. -
Classes in org.infinispan.functional used by org.infinispan.marshall.core Class Description EntryView.ReadEntryView Expose read-only information about a cache entry potentially associated with a key in the functional map.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 new value and/or new metadata parameters.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 new value and/or new metadata parameters.MetaParam.Writable WritableMetaParam
instances are those that the user can provide to be stored as part of the cache entry. -
Classes in org.infinispan.functional used by org.infinispan.marshall.exts Class Description MetaParam.MetaEntryVersion Writable metadata parameter representing a cached entry's generic version.MetaParam.MetaLifespan Writable metadata parameter representing a cached entry's millisecond lifespan.MetaParam.MetaMaxIdle Writable metadata parameter representing a cached entry's millisecond max idle time.