Package | Description |
---|---|
org.infinispan.registry |
The Cluster Registry API
|
Modifier and Type | Method and Description |
---|---|
static InternalCacheRegistry.Flag |
InternalCacheRegistry.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalCacheRegistry.Flag[] |
InternalCacheRegistry.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalCacheRegistry.registerInternalCache(String name,
Configuration configuration,
EnumSet<InternalCacheRegistry.Flag> flags)
Registers an internal cache with the specified flags.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.