Class MachineProperties.StateStorage.Local
java.lang.Object
me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.StateStorage.Local
- Enclosing class:
- MachineProperties.StateStorage
Configuration for local file system state storage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the file system path for state storage.voidsetStateLocation(String stateLocation) Sets the file system path for state storage.
-
Constructor Details
-
Local
public Local()
-
-
Method Details
-
getStateLocation
Gets the file system path for state storage.- Returns:
- the state location path
-
setStateLocation
Sets the file system path for state storage.- Parameters:
stateLocation- the state location path to set
-