Interface | Description |
---|---|
Accessor<T> | |
AppendingBufferAccessor<E> | |
TableAccessor<K,V> |
Class | Description |
---|---|
ApiExtension | |
Expiration |
State Expiration Configuration
|
PersistedAppendingBuffer<E> |
A
PersistedAppendingBuffer is an append-only buffer registered within StatefulFunction s and is persisted and maintained by the system for fault-tolerance. |
PersistedStateRegistry |
A
PersistedStateRegistry can be used to register persisted state, such as a PersistedValue or PersistedTable , etc. |
PersistedTable<K,V> |
A
PersistedTable is a table (collection of keys and values) registered within StatefulFunction s and is persisted and maintained by the system for fault-tolerance. |
PersistedValue<T> |
A
PersistedValue is a value registered within StatefulFunction s and is persisted
and maintained by the system for fault-tolerance. |
RemotePersistedValue | |
StateBinder |
Enum | Description |
---|---|
Expiration.Mode |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.