Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.xsite.statetransfer |
Modifier and Type | Method and Description |
---|---|
XSiteStateTransferControlCommand |
CommandsFactory.buildXSiteStateTransferControlCommand(XSiteStateTransferControlCommand.StateTransferControl control,
String siteName)
Builds XSiteStateTransferControlCommand used to control the-cross site state transfer.
|
XSiteStateTransferControlCommand |
CommandsFactoryImpl.buildXSiteStateTransferControlCommand(XSiteStateTransferControlCommand.StateTransferControl control,
String siteName) |
Modifier and Type | Method and Description |
---|---|
static XSiteStateTransferControlCommand.StateTransferControl |
XSiteStateTransferControlCommand.StateTransferControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSiteStateTransferControlCommand.StateTransferControl[] |
XSiteStateTransferControlCommand.StateTransferControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
XSiteStateTransferControlCommand(String cacheName,
XSiteStateTransferControlCommand.StateTransferControl control,
String siteName) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.