Uses of Enum
org.infinispan.remoting.inboundhandler.TopologyMode
Packages that use TopologyMode
Package
Description
Handling of inbound commands on remote nodes.
-
Uses of TopologyMode in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler that return TopologyModeModifier and TypeMethodDescriptionstatic TopologyModeTopologyMode.create(boolean onExecutor, boolean txData) static TopologyModeReturns the enum constant of this type with the specified name.static TopologyMode[]TopologyMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.infinispan.remoting.inboundhandler with parameters of type TopologyModeModifierConstructorDescriptionDefaultTopologyRunnable(BasePerCacheInboundInvocationHandler handler, CacheRpcCommand command, Reply reply, TopologyMode topologyMode, int commandTopologyId, boolean sync)