Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.wrappers | |
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Class and Description |
---|
ResponseGenerator
A component that generates responses as is expected by different cache setups
|
Class and Description |
---|
Response
A response to be sent back to a remote caller
|
Class and Description |
---|
CacheNotFoundResponse
A response that signals the named cache is not running on the target node.
|
DistributionResponseGenerator
A response generator for the DIST cache mode
|
ExceptionResponse
A response that encapsulates an exception
|
InvalidResponse
An invalid response
|
Response
A response to be sent back to a remote caller
|
ResponseGenerator
A component that generates responses as is expected by different cache setups
|
SuccessfulResponse
A successful response
|
UnsuccessfulResponse
An unsuccessful response
|
UnsureResponse
An unsure response - used with Dist - essentially asks the caller to check the next response from the next node since
the sender is in a state of flux (probably in the middle of rebalancing)
|
ValidResponse
A valid response
|
Class and Description |
---|
Response
A response to be sent back to a remote caller
|
Class and Description |
---|
Response
A response to be sent back to a remote caller
|
Class and Description |
---|
Response
A response to be sent back to a remote caller
|
Class and Description |
---|
Response
A response to be sent back to a remote caller
|
Class and Description |
---|
Response
A response to be sent back to a remote caller
|
Class and Description |
---|
Response
A response to be sent back to a remote caller
|
Class and Description |
---|
Response
A response to be sent back to a remote caller
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.