Package | Description |
---|---|
org.apache.flink.statefun.flink.core.state | |
org.apache.flink.statefun.sdk.state |
Modifier and Type | Method and Description |
---|---|
Accessor<byte[]> |
State.createFlinkRemoteStateAccessor(FunctionType functionType,
RemotePersistedValue remotePersistedValue) |
Accessor<byte[]> |
FlinkState.createFlinkRemoteStateAccessor(FunctionType functionType,
RemotePersistedValue remotePersistedValue) |
<T> Accessor<T> |
State.createFlinkStateAccessor(FunctionType functionType,
PersistedValue<T> persistedValue) |
<T> Accessor<T> |
FlinkState.createFlinkStateAccessor(FunctionType functionType,
PersistedValue<T> persistedValue) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ApiExtension.setPersistedValueAccessor(PersistedValue<T> persistedValue,
Accessor<T> accessor) |
static void |
ApiExtension.setRemotePersistedValueAccessor(RemotePersistedValue remotePersistedValue,
Accessor<byte[]> accessor) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.