Uses of Package
org.infinispan.remoting.inboundhandler
-
Packages that use org.infinispan.remoting.inboundhandler Package Description org.infinispan.extendedstats.wrappers org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.inboundhandler.action 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. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.extendedstats.wrappers Class Description DeliverOrder Used in RPC, it defines how the messages are delivered to the nodes. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.factories Class Description PerCacheInboundInvocationHandler Interface to invoke when aCacheRpcCommand
is received from other node in the local site. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.inboundhandler Class Description BaseBlockingRunnable Common logic to handleCacheRpcCommand
.BasePerCacheInboundInvocationHandler Implementation with the default handling methods and utilities methods.DeliverOrder Used in RPC, it defines how the messages are delivered to the nodes.InboundInvocationHandler Interface to invoke when theTransport
receives a command from other node or site.PerCacheInboundInvocationHandler Interface to invoke when aCacheRpcCommand
is received from other node in the local site.Reply Interface responsible to send back the return value to the sender.TopologyMode It checks or waits until the required topology is installed. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.inboundhandler.action Class Description BasePerCacheInboundInvocationHandler Implementation with the default handling methods and utilities methods.TrianglePerCacheInboundInvocationHandler APerCacheInboundInvocationHandler
implementation for non-transactional and distributed caches that uses the triangle algorithm. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.rpc Class Description DeliverOrder Used in RPC, it defines how the messages are delivered to the nodes. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.transport Class Description DeliverOrder Used in RPC, it defines how the messages are delivered to the nodes. -
Classes in org.infinispan.remoting.inboundhandler used by org.infinispan.remoting.transport.jgroups Class Description DeliverOrder Used in RPC, it defines how the messages are delivered to the nodes.InboundInvocationHandler Interface to invoke when theTransport
receives a command from other node or site.