public interface StoreSinkWriteState
StoreSinkWrite
s. It's a wrapper to conveniently modify states for each table
stored in Flink states.Modifier and Type | Interface and Description |
---|---|
static class |
StoreSinkWriteState.StateValue
A state value for
StoreSinkWrite . |
static interface |
StoreSinkWriteState.StateValueFilter
Given the table name, partition and bucket of a
StoreSinkWriteState.StateValue in a union list state,
decide whether to keep this StoreSinkWriteState.StateValue in this subtask. |
Modifier and Type | Method and Description |
---|---|
List<StoreSinkWriteState.StateValue> |
get(String tableName,
String key) |
void |
put(String tableName,
String key,
List<StoreSinkWriteState.StateValue> stateValues) |
void |
snapshotState() |
StoreSinkWriteState.StateValueFilter |
stateValueFilter() |
StoreSinkWriteState.StateValueFilter stateValueFilter()
@Nullable List<StoreSinkWriteState.StateValue> get(String tableName, String key)
void put(String tableName, String key, List<StoreSinkWriteState.StateValue> stateValues)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.