void close()
StateStore Contract — State Storage Engines
StateStore is the contract of state storage engines (state stores) that store a state.
StateStore can be persistent or not (i.e. in-memory).
| Method | Description |
|---|---|
|
Closes the state store Used when:
|
|
Flushes cached data Used when:
|
|
Initializes the state store Used when:
|
|
Indicates whether the state store is open or not Used when:
|
|
Name of the state store (for identification purposes) |
|
Indicates whether the state store is persistent ( Used when:
|
| StateStore | Description |
|---|---|