| Package | Description |
|---|---|
| org.apache.flink.runtime.query | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and Description |
|---|---|
static KvStateClientProxy |
QueryableStateUtils.createKvStateClientProxy(String address,
Iterator<Integer> ports,
int eventLoopThreads,
int queryThreads,
org.apache.flink.queryablestate.network.stats.KvStateRequestStats stats)
Initializes the
client proxy responsible for receiving requests
from the external (to the cluster) client and forwarding them internally. |
| Modifier and Type | Method and Description |
|---|---|
KvStateClientProxy |
KvStateService.getKvStateClientProxy() |
| Constructor and Description |
|---|
KvStateService(KvStateRegistry kvStateRegistry,
KvStateServer kvStateServer,
KvStateClientProxy kvStateClientProxy) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.