See: Description
Interface | Description |
---|---|
StateInterface |
Interface for state implementations
|
Class | Description |
---|---|
DatastoreStateCursor<T> |
Datastore state cursor implementation
|
DatastoreStateInterface |
Utilize GCP Datastore for centralized state storage
|
MemcachedStateCursor<T> |
Memcached state cursor implementation
|
MemcachedStateInterface |
Utilize a memcached instance for centralized state storage
|
State |
Represents a generic state interface that can be used to store and load state from or to a
persistent storage source
|
StateCursor<T> |
Generic state cursor implementation
|
StateOperation<T> |
Represents a single state operation
|
Enum | Description |
---|---|
StateOperation.OperationType |
Available state operation types
|
Exception | Description |
---|---|
StateException |
Exception indicating a general error in state processing
|
Copyright © 2022. All rights reserved.