| Package | Description |
|---|---|
| org.apache.flink.runtime.query | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KvStateClientProxy
An interface for the Queryable State Client Proxy running on each Task Manager in the cluster.
|
| 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 |
|---|---|
KvStateServer |
KvStateService.getKvStateServer() |
| Constructor and Description |
|---|
KvStateService(KvStateRegistry kvStateRegistry,
KvStateServer kvStateServer,
KvStateClientProxy kvStateClientProxy) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.