Uses of Class
org.infinispan.xsite.statetransfer.XSiteStateTransferControlCommand.StateTransferControl
-
Packages that use XSiteStateTransferControlCommand.StateTransferControl Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.xsite.statetransfer -
-
Uses of XSiteStateTransferControlCommand.StateTransferControl in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type XSiteStateTransferControlCommand.StateTransferControl Modifier and Type Method 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)
-
Uses of XSiteStateTransferControlCommand.StateTransferControl in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer that return XSiteStateTransferControlCommand.StateTransferControl Modifier and Type Method 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.Constructors in org.infinispan.xsite.statetransfer with parameters of type XSiteStateTransferControlCommand.StateTransferControl Constructor Description XSiteStateTransferControlCommand(ByteString cacheName, XSiteStateTransferControlCommand.StateTransferControl control, String siteName)
-