Package | Description |
---|---|
org.infinispan.registry |
The internal cache registry API
|
org.infinispan.registry.impl |
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 |
---|---|
boolean |
InternalCacheRegistry.internalCacheHasFlag(String name,
InternalCacheRegistry.Flag flag)
Returns whether a particular internal cache has a specific flag
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InternalCacheRegistryImpl.internalCacheHasFlag(String name,
InternalCacheRegistry.Flag flag) |
Modifier and Type | Method and Description |
---|---|
void |
InternalCacheRegistryImpl.registerInternalCache(String name,
Configuration configuration,
EnumSet<InternalCacheRegistry.Flag> flags) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.