Package | Description |
---|---|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
Modifier and Type | Method and Description |
---|---|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.disable() |
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.enable() |
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.enabled(boolean enabled)
Enables or disables the storage of global state.
|
GlobalStateConfigurationBuilder |
GlobalConfigurationChildBuilder.globalState()
Global state configuration
|
GlobalStateConfigurationBuilder |
GlobalConfigurationBuilder.globalState() |
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.persistentLocation(String location)
Defines the filesystem path where persistent state data which needs to survive container restarts
should be stored.
|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.temporaryLocation(String location)
Defines the filesystem path where temporary state should be stored.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.