Package | Description |
---|---|
org.infinispan.commands.control |
Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking.
|
Modifier and Type | Method and Description |
---|---|
CacheViewControlCommand.Type |
CacheViewControlCommand.getType() |
static CacheViewControlCommand.Type |
CacheViewControlCommand.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheViewControlCommand.Type[] |
CacheViewControlCommand.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CacheViewControlCommand(String cacheName,
CacheViewControlCommand.Type type,
Address sender) |
CacheViewControlCommand(String cacheName,
CacheViewControlCommand.Type type,
Address sender,
int viewId) |
CacheViewControlCommand(String cacheName,
CacheViewControlCommand.Type type,
Address sender,
int newViewId,
List<Address> newMembers,
int oldViewId,
List<Address> oldMembers) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.