Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
XSiteAdminCommand |
CommandsFactoryImpl.buildXSiteAdminCommand(String siteName,
XSiteAdminCommand.AdminOperation op,
Integer afterFailures,
Long minTimeToWait) |
XSiteAdminCommand |
CommandsFactory.buildXSiteAdminCommand(String siteName,
XSiteAdminCommand.AdminOperation op,
Integer afterFailures,
Long minTimeToWait)
Builds XSiteAdminCommand used to perform system administrator operations.
|
Modifier and Type | Method and Description |
---|---|
static XSiteAdminCommand.AdminOperation |
XSiteAdminCommand.AdminOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSiteAdminCommand.AdminOperation[] |
XSiteAdminCommand.AdminOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
XSiteAdminCommand(String cacheName,
String siteName,
XSiteAdminCommand.AdminOperation op,
Integer afterFailures,
Long minTimeToWait) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.