| Package | Description |
|---|---|
| org.apache.flink.statefun.sdk.state |
| Class and Description |
|---|
| Expiration
State Expiration Configuration
|
| Expiration.Mode |
| PersistedAppendingBuffer
A
PersistedAppendingBuffer is an append-only buffer registered within StatefulFunctions and is persisted and maintained by the system for fault-tolerance. |
| PersistedTable
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
A
PersistedValue is a value registered within StatefulFunctions and is persisted
and maintained by the system for fault-tolerance. |
| RemotePersistedValue |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.