Class MachineProperties.StateStorage.Local

java.lang.Object
me.ahoo.cosid.spring.boot.starter.machine.MachineProperties.StateStorage.Local
Enclosing class:
MachineProperties.StateStorage

public static class MachineProperties.StateStorage.Local extends Object
Configuration for local file system state storage.
  • Constructor Details

    • Local

      public Local()
  • Method Details

    • getStateLocation

      public String getStateLocation()
      Gets the file system path for state storage.
      Returns:
      the state location path
    • setStateLocation

      public void setStateLocation(String stateLocation)
      Sets the file system path for state storage.
      Parameters:
      stateLocation - the state location path to set