Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commons.api.functional |
Commons Functional API package
|
org.infinispan.persistence.spi |
The Persistence SPI
|
Package | Description |
---|---|
org.infinispan.commons.api.functional |
Commons Functional API package
|
Modifier and Type | Method and Description |
---|---|
AsyncInterceptorChain |
AdvancedCache.getAsyncInterceptorChain()
Allows the modification of the interceptor chain.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EntryVersion<T>
Entry version.
|
class |
EntryView
Entry views expose cached entry information to the user.
|
static interface |
EntryView.ReadEntryView<K,V>
Expose read-only information about a cache entry potentially associated
with a key in the functional map.
|
static interface |
EntryView.ReadWriteEntryView<K,V>
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.
|
static interface |
EntryView.WriteEntryView<V>
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.
|
interface |
FunctionalMap<K,V>
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.
|
static interface |
FunctionalMap.ReadOnlyMap<K,V>
Exposes read-only operations that can be executed against the functional map.
|
static interface |
FunctionalMap.ReadWriteMap<K,V>
Exposes read-write operations that can be executed against the functional map.
|
static interface |
FunctionalMap.WriteOnlyMap<K,V>
Exposes write-only operations that can be executed against the functional map.
|
class |
Listeners
Holder class for functional listener definitions.
|
static interface |
Listeners.ReadWriteListeners<K,V>
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.
|
static interface |
Listeners.WriteListeners<K,V>
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.
|
static interface |
Listeners.WriteListeners.WriteListener<K,V>
Write-only listener.
|
interface |
MetaParam<T>
An easily extensible metadata parameter that's stored along with the value
in the the functional map.
|
static interface |
MetaParam.Lookup
Provides metadata parameter lookup capabilities using
Class as
lookup key. |
static class |
MetaParam.MetaCreated
Read only metadata parameter representing a cached entry's created time
in milliseconds.
|
static class |
MetaParam.MetaEntryVersion<T>
Writable metadata parameter representing a cached entry's generic version.
|
static class |
MetaParam.MetaLastUsed
Read only metadata parameter representing a cached entry's last used time
in milliseconds.
|
static class |
MetaParam.MetaLifespan
Writable metadata parameter representing a cached entry's millisecond lifespan.
|
static class |
MetaParam.MetaLong
Abstract class for numeric long-based metadata parameter instances.
|
static class |
MetaParam.MetaMaxIdle
Writable metadata parameter representing a cached entry's millisecond
max idle time.
|
static interface |
MetaParam.Writable<T>
Writable
MetaParam instances are those that the user can provide
to be stored as part of the cache entry. |
interface |
Param<P>
An easily extensible parameter that allows functional map operations to be
tweaked.
|
static class |
Param.FutureMode
When a method defines
CompletableFuture as a return type, it
implies the method called will be called asynchronously and that the
CompletableFuture returned will be completed once the method's
work is complete. |
static class |
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.
|
class |
ParamIds
Parameter identifiers.
|
class |
Status
Different states a component may be in.
|
interface |
Traversable<T>
Unsorted traversable stream for sequential and aggregating operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCacheExpirationWriter<K,V>
Defines functionality for advanced expiration techniques.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.