Uses of Class
com.cognite.client.statestore.LocalStateStore
-
Packages that use LocalStateStore Package Description com.cognite.client.statestore -
-
Uses of LocalStateStore in com.cognite.client.statestore
Methods in com.cognite.client.statestore that return LocalStateStore Modifier and Type Method Description static LocalStateStoreLocalStateStore. of(String fileName)Initialize a local state store based on the provided file name.static LocalStateStoreLocalStateStore. of(Path fileName)Initialize a local state store based on the providedPath.LocalStateStoreLocalStateStore. withMaxCommitInterval(Duration interval)Sets the max commit interval.
-