| Package | Description |
|---|---|
| org.apache.flink.runtime.query | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and Description |
|---|---|
static KvStateServer |
QueryableStateUtils.createKvStateServer(String address,
Iterator<Integer> ports,
int eventLoopThreads,
int queryThreads,
KvStateRegistry kvStateRegistry,
org.apache.flink.queryablestate.network.stats.KvStateRequestStats stats)
Initializes the
server responsible for sending the requested internal
state to the client proxy. |
| Modifier and Type | Method and Description |
|---|---|
KvStateRegistry |
KvStateService.getKvStateRegistry() |
| Constructor and Description |
|---|
KvStateService(KvStateRegistry kvStateRegistry,
KvStateServer kvStateServer,
KvStateClientProxy kvStateClientProxy) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.