Package | Description |
---|---|
org.infinispan.topology |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
CacheTopologyControlCommand(String cacheName,
CacheTopologyControlCommand.Type type,
Address sender,
CacheJoinInfo joinInfo,
int viewId) |
CacheTopologyControlCommand(String cacheName,
CacheTopologyControlCommand.Type type,
Address sender,
CacheTopology cacheTopology,
int viewId) |
CacheTopologyControlCommand(String cacheName,
CacheTopologyControlCommand.Type type,
Address sender,
int viewId) |
CacheTopologyControlCommand(String cacheName,
CacheTopologyControlCommand.Type type,
Address sender,
int topologyId,
Throwable throwable,
int viewId) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.