GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.configurationStorage(ConfigurationStorage storage) |
|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.configurationStorageSupplier(Supplier<? extends LocalConfigurationStorage> configurationStorageSupplier) |
|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.disable() |
|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.enable() |
|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.enabled(boolean enabled) |
Enables or disables the storage of global state.
|
GlobalStateConfigurationBuilder |
GlobalConfigurationBuilder.globalState() |
|
GlobalStateConfigurationBuilder |
GlobalConfigurationChildBuilder.globalState() |
Global state configuration
|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.persistentLocation(String location) |
Defines the filesystem path where persistent state data which needs to survive container restarts
should be stored.
|
GlobalStateConfigurationBuilder |
GlobalStateConfigurationBuilder.sharedPersistentLocation(String location) |
Defines the filesystem path where shared 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.
|