| Interface | Description |
|---|---|
| Accessor<T> | |
| AppendingBufferAccessor<E> | |
| TableAccessor<K,V> |
| Class | Description |
|---|---|
| Expiration |
State Expiration Configuration
|
| PersistedAppendingBuffer<E> |
A
PersistedAppendingBuffer is an append-only buffer registered within StatefulFunctions 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 StatefulFunctions and is persisted and maintained by the system for fault-tolerance. |
| PersistedValue<T> |
A
PersistedValue is a value registered within StatefulFunctions and is persisted
and maintained by the system for fault-tolerance. |
| RemotePersistedValue | |
| StateBinder |
| Enum | Description |
|---|---|
| Expiration.Mode |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.