Uses of Class
org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Uses of GlobalStateConfigurationBuilder in org.infinispan.configuration.global
Modifier and TypeMethodDescriptionGlobalStateConfigurationBuilder.configurationStorage
(ConfigurationStorage storage) Defines theConfigurationStorage
strategy to use.GlobalStateConfigurationBuilder.configurationStorageSupplier
(Supplier<? extends LocalConfigurationStorage> configurationStorageSupplier) Defines the @LocalConfigurationStorage
.GlobalStateConfigurationBuilder.disable()
GlobalStateConfigurationBuilder.enable()
GlobalStateConfigurationBuilder.enabled
(boolean enabled) Enables or disables the storage of global state.CacheContainerConfigurationBuilder.globalState()
GlobalConfigurationBuilder.globalState()
GlobalConfigurationChildBuilder.globalState()
Global state configurationGlobalStateConfigurationBuilder.persistentLocation
(String location) Defines the filesystem path where node-specific persistent data which needs to survive container restarts should be stored.GlobalStateConfigurationBuilder.persistentLocation
(String path, String relativeTo) GlobalStateConfigurationBuilder.sharedPersistentLocation
(String location) Defines the filesystem path where shared persistent state data which needs to survive container restarts should be stored.GlobalStateConfigurationBuilder.sharedPersistentLocation
(String path, String relativeTo) GlobalStateConfigurationBuilder.temporaryLocation
(String location) Defines the filesystem path where temporary state should be stored.GlobalStateConfigurationBuilder.temporaryLocation
(String path, String relativeTo) GlobalStateConfigurationBuilder.uncleanShutdownAction
(UncleanShutdownAction action) Defines the action taken when a dangling lock file is found in the persistent global state, signifying an unclean shutdown of the node (usually because of a crash or an external termination).