| Package | Description |
|---|---|
| org.apache.flink.statefun.sdk.state |
| Modifier and Type | Method and Description |
|---|---|
static <E> PersistedAppendingBuffer<E> |
PersistedAppendingBuffer.of(java.lang.String name,
java.lang.Class<E> elementType)
Creates a
PersistedAppendingBuffer instance that may be used to access persisted state
managed by the system. |
static <E> PersistedAppendingBuffer<E> |
PersistedAppendingBuffer.of(java.lang.String name,
java.lang.Class<E> elementType,
Expiration expiration)
Creates a
PersistedAppendingBuffer instance that may be used to access persisted state
managed by the system. |
| Modifier and Type | Method and Description |
|---|---|
<E> void |
PersistedStateRegistry.registerAppendingBuffer(PersistedAppendingBuffer<E> bufferState)
Registers a
PersistedAppendingBuffer. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.