Uses of Class
org.infinispan.topology.CacheTopologyControlCommand.Type
-
Packages that use CacheTopologyControlCommand.Type Package Description org.infinispan.topology -
-
Uses of CacheTopologyControlCommand.Type in org.infinispan.topology
Methods in org.infinispan.topology that return CacheTopologyControlCommand.Type Modifier and Type Method Description CacheTopologyControlCommand.Type
CacheTopologyControlCommand. getType()
static CacheTopologyControlCommand.Type
CacheTopologyControlCommand.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheTopologyControlCommand.Type[]
CacheTopologyControlCommand.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.infinispan.topology with parameters of type CacheTopologyControlCommand.Type Constructor Description CacheTopologyControlCommand(String cacheName, CacheTopologyControlCommand.Type type, Address sender, int viewId)
CacheTopologyControlCommand(String cacheName, CacheTopologyControlCommand.Type type, Address sender, int topologyId, int rebalanceId, Throwable throwable, int viewId)
CacheTopologyControlCommand(String cacheName, CacheTopologyControlCommand.Type type, Address sender, AvailabilityMode availabilityMode, int viewId)
CacheTopologyControlCommand(String cacheName, CacheTopologyControlCommand.Type type, Address sender, CacheJoinInfo joinInfo, int viewId)
CacheTopologyControlCommand(String cacheName, CacheTopologyControlCommand.Type type, Address sender, CacheTopology cacheTopology, AvailabilityMode availabilityMode, int viewId)
-