public interface IStateStore extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
open() |
String |
readData(String path) |
void |
saveData(String path,
String data) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.