Uses of Class
com.cognite.client.statestore.RawStateStore
-
Packages that use RawStateStore Package Description com.cognite.client.statestore -
-
Uses of RawStateStore in com.cognite.client.statestore
Methods in com.cognite.client.statestore that return RawStateStore Modifier and Type Method Description static RawStateStoreRawStateStore. of(CogniteClient client, String dbName, String tableName)Initialize a state store backed by a CDF Raw table.RawStateStoreRawStateStore. withMaxCommitInterval(Duration interval)Sets the max commit interval.
-