Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.read |
Commands that read data from the cache.
|
org.infinispan.commands.remote |
Meta-commands that wrap other commands for remote execution.
|
org.infinispan.commands.tx |
Commands that represent transactional lifecycle transitions.
|
org.infinispan.distexec | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats |
Cache statistics.
|
org.infinispan.transaction |
JTA transaction support.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
ActivationInterceptor |
CacheLoaderInterceptor |
CacheStoreInterceptor
Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either
after each method call (no TXs), or at TX commit.
|
DistributionInterceptor
The interceptor that handles distribution of entries across a cluster, as well as transparent lookup
|
EntryWrappingInterceptor
Interceptor in charge with wrapping entries and add them in caller's context.
|
ReplicationInterceptor
Takes care of replicating modifications to other caches in a cluster.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Class and Description |
---|
InterceptorChain
Knows how to build and manage an chain of interceptors.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.