Uses of Enum Class
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
Subclasses with type arguments of type TopologyMode in org.infinispan.remoting.inboundhandlerModifier and TypeClassDescriptionenumIt checks or waits until the required topology is installed.Methods in org.infinispan.remoting.inboundhandler that return TopologyModeModifier and TypeMethodDescriptionstatic TopologyModeTopologyMode.create(boolean onExecutor, boolean txData) static TopologyModeReturns the enum constant of this class with the specified name.static TopologyMode[]TopologyMode.values()Returns an array containing the constants of this enum class, 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)