Package | Description |
---|---|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
org.infinispan.globalstate |
Global configuration state.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<ConfigurationStorage> |
GlobalStateConfiguration.CONFIGURATION_STORAGE |
Modifier and Type | Method and Description |
---|---|
ConfigurationStorage |
GlobalStateConfiguration.configurationStorage() |
Modifier and Type | Method and Description |
---|---|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.configurationStorage(ConfigurationStorage storage)
Defines the
ConfigurationStorage strategy to use. |
Modifier and Type | Method and Description |
---|---|
static ConfigurationStorage |
ConfigurationStorage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationStorage[] |
ConfigurationStorage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.