Uses of Package
org.infinispan.remoting.responses
Packages that use org.infinispan.remoting.responses
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
Remote communication between cache instances.
Abstractions of the different response types allowed during RPC.
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
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.
-
Classes in org.infinispan.remoting.responses used by org.infinispan.factoriesClassDescriptionA component that generates responses as is expected by different cache setups
-
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting
-
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.responsesClassDescriptionA response that signals the named cache is not running on the target node.A response that encapsulates an exceptionAn invalid responseA
ValidResponse
used by Optimistic Transactions.A response to be sent back to a remote callerA component that generates responses as is expected by different cache setupsA successful responseAn unsuccessful responseAn 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)A valid response -
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.rpc
-
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.transportClassDescriptionA response to be sent back to a remote callerA valid response
-
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.transport.implClassDescriptionA response to be sent back to a remote callerA valid response
-
Classes in org.infinispan.remoting.responses used by org.infinispan.remoting.transport.jgroupsClassDescriptionA response to be sent back to a remote callerA valid response
-
Classes in org.infinispan.remoting.responses used by org.infinispan.transaction.implClassDescriptionA
ValidResponse
used by Optimistic Transactions.A response to be sent back to a remote caller -
Classes in org.infinispan.remoting.responses used by org.infinispan.util
-
Classes in org.infinispan.remoting.responses used by org.infinispan.xsite.response