Uses of Class
org.infinispan.configuration.global.GlobalStateConfigurationBuilder
Packages that use GlobalStateConfigurationBuilder
-
Uses of GlobalStateConfigurationBuilder in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return GlobalStateConfigurationBuilderModifier 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)