Uses of Package
org.infinispan.remoting.inboundhandler
Packages that use org.infinispan.remoting.inboundhandler
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
Handling of inbound commands on remote nodes.
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.
-
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.factoriesClassDescriptionInterface to invoke when a
CacheRpcCommandis received from other node in the local site. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.inboundhandlerClassDescriptionCommon logic to handle
CacheRpcCommand.Implementation with the default handling methods and utilities methods.Used in RPC, it defines how the messages are delivered to the nodes.Interface to invoke when theTransportreceives a command from other node or site.Interface to invoke when aCacheRpcCommandis received from other node in the local site.Interface responsible to send back the return value to the sender.It checks or waits until the required topology is installed. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.inboundhandler.actionClassDescriptionA
PerCacheInboundInvocationHandlerimplementation for non-transactional and distributed caches that uses the triangle algorithm. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.rpc
-
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.transport
-
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.transport.jgroupsClassDescriptionUsed in RPC, it defines how the messages are delivered to the nodes.Interface to invoke when the
Transportreceives a command from other node or site.