Uses of Package
org.infinispan.remoting.responses
-
Packages that use org.infinispan.remoting.responses Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.remoting Remote communication between cache instances.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.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.impl 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.transaction.impl org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
Classes in org.infinispan.remoting.responses used by org.infinispan.factories Class Description ResponseGenerator A component that generates responses as is expected by different cache setups -
Classes in org.infinispan.remoting.responses used by org.infinispan.interceptors.distribution Class Description Response A response to be sent back to a remote callerValidResponse A valid response -
Classes in org.infinispan.remoting.responses used by org.infinispan.interceptors.impl Class Description Response A response to be sent back to a remote callerSuccessfulResponse A successful response -
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting Class Description Response A response to be sent back to a remote callerResponseGenerator A component that generates responses as is expected by different cache setups -
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.inboundhandler Class Description Response A response to be sent back to a remote caller -
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.responses Class Description BiasRevocationResponse CacheNotFoundResponse A response that signals the named cache is not running on the target node.ExceptionResponse A response that encapsulates an exceptionInvalidResponse An invalid responseResponse A response to be sent back to a remote callerResponseGenerator A component that generates responses as is expected by different cache setupsSuccessfulResponse A successful responseUnsuccessfulResponse An unsuccessful responseUnsureResponse 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 -
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.rpc Class Description Response A response to be sent back to a remote caller -
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.transport Class Description Response A response to be sent back to a remote callerValidResponse A valid response -
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.transport.impl Class Description Response A response to be sent back to a remote callerValidResponse A valid response -
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.transport.jgroups Class Description Response A response to be sent back to a remote callerValidResponse A valid response -
Classes in org.infinispan.remoting.responses used by org.infinispan.statetransfer Class Description Response A response to be sent back to a remote caller -
Classes in org.infinispan.remoting.responses used by org.infinispan.transaction.impl Class Description Response A response to be sent back to a remote caller -
Classes in org.infinispan.remoting.responses used by org.infinispan.util Class Description ValidResponse A valid response -
Classes in org.infinispan.remoting.responses used by org.infinispan.util.logging Class Description Response A response to be sent back to a remote caller