Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
Modifier and Type | Method and Description |
---|---|
static AdminFlag |
AdminFlag.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AdminFlag[] |
AdminFlag.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteCacheManagerAdmin.createCache(String name,
String template,
EnumSet<AdminFlag> flags)
Deprecated.
use
CacheContainerAdmin.withFlags(AdminFlag...) instead |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.