| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.query | |
| org.apache.flink.runtime.taskexecutor |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
KvStateClientProxy
An interface for the Queryable State Client Proxy running on each Task Manager in the cluster.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
KvStateServer |
KvStateService.getKvStateServer() |
| 构造器和说明 |
|---|
KvStateService(KvStateRegistry kvStateRegistry,
KvStateServer kvStateServer,
KvStateClientProxy kvStateClientProxy) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.