Package | Description |
---|---|
org.apache.flink.statefun.e2e.smoke.embedded | |
org.apache.flink.statefun.flink.core.state | |
org.apache.flink.statefun.sdk.state |
Modifier and Type | Method and Description |
---|---|
void |
CommandInterpreter.interpret(PersistedValue<java.lang.Long> state,
Context context,
java.lang.Object message) |
Modifier and Type | Method and Description |
---|---|
<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> PersistedValue<T> |
PersistedValue.of(java.lang.String name,
java.lang.Class<T> type)
Creates a
PersistedValue instance that may be used to access persisted state managed by
the system. |
static <T> PersistedValue<T> |
PersistedValue.of(java.lang.String name,
java.lang.Class<T> type,
Expiration expiration)
Creates a
PersistedValue instance that may be used to access persisted state managed by
the system. |
Modifier and Type | Method and Description |
---|---|
<T> void |
PersistedStateRegistry.registerValue(PersistedValue<T> valueState)
Registers a
PersistedValue . |
static <T> void |
ApiExtension.setPersistedValueAccessor(PersistedValue<T> persistedValue,
Accessor<T> accessor) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.