Skip navigation links
D G H I K O S U 

D

deserializeMessage(ByteBuf) - Method in class org.apache.flink.queryablestate.messages.KvStateInternalRequest.KvStateInternalRequestDeserializer
 

G

getKvStateId() - Method in class org.apache.flink.queryablestate.messages.KvStateInternalRequest
 
getKvStateLocationOracle(JobID) - Method in class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyImpl
 
getSerializedKey() - Method in class org.apache.flink.queryablestate.messages.KvStateInternalRequest
 
getSerializer() - Method in class org.apache.flink.queryablestate.server.KvStateServerImpl
 
getServerAddress() - Method in class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyImpl
 
getServerAddress() - Method in class org.apache.flink.queryablestate.server.KvStateServerImpl
 

H

handleRequest(long, KvStateRequest) - Method in class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyHandler
 
handleRequest(long, KvStateInternalRequest) - Method in class org.apache.flink.queryablestate.server.KvStateServerHandler
 

I

initializeHandler() - Method in class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyImpl
 
initializeHandler() - Method in class org.apache.flink.queryablestate.server.KvStateServerImpl
 

K

KvStateClientProxyHandler - Class in org.apache.flink.queryablestate.client.proxy
This handler acts as an internal (to the Flink cluster) client that receives the requests from external clients, executes them by contacting the Job Manager (if necessary) and the Task Manager holding the requested state, and forwards the answer back to the client.
KvStateClientProxyHandler(KvStateClientProxyImpl, int, MessageSerializer<KvStateRequest, KvStateResponse>, KvStateRequestStats) - Constructor for class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyHandler
Create the handler used by the KvStateClientProxyImpl.
KvStateClientProxyImpl - Class in org.apache.flink.queryablestate.client.proxy
The default implementation of the KvStateClientProxy.
KvStateClientProxyImpl(InetAddress, Iterator<Integer>, Integer, Integer, KvStateRequestStats) - Constructor for class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyImpl
Creates the Queryable State Client Proxy.
KvStateInternalRequest - Class in org.apache.flink.queryablestate.messages
The request to be forwarded by the Queryable State Client Proxy to the State Server of the Task Manager responsible for the requested state.
KvStateInternalRequest(KvStateID, byte[]) - Constructor for class org.apache.flink.queryablestate.messages.KvStateInternalRequest
 
KvStateInternalRequest.KvStateInternalRequestDeserializer - Class in org.apache.flink.queryablestate.messages
A deserializer for KvStateInternalRequest.
KvStateInternalRequestDeserializer() - Constructor for class org.apache.flink.queryablestate.messages.KvStateInternalRequest.KvStateInternalRequestDeserializer
 
KvStateServerHandler - Class in org.apache.flink.queryablestate.server
This handler dispatches asynchronous tasks, which query InternalKvState instances and write the result to the channel.
KvStateServerHandler(KvStateServerImpl, KvStateRegistry, MessageSerializer<KvStateInternalRequest, KvStateResponse>, KvStateRequestStats) - Constructor for class org.apache.flink.queryablestate.server.KvStateServerHandler
Create the handler used by the KvStateServerImpl.
KvStateServerImpl - Class in org.apache.flink.queryablestate.server
The default implementation of the KvStateServer.
KvStateServerImpl(InetAddress, Iterator<Integer>, Integer, Integer, KvStateRegistry, KvStateRequestStats) - Constructor for class org.apache.flink.queryablestate.server.KvStateServerImpl
Creates the state server.

O

org.apache.flink.queryablestate.client.proxy - package org.apache.flink.queryablestate.client.proxy
 
org.apache.flink.queryablestate.messages - package org.apache.flink.queryablestate.messages
 
org.apache.flink.queryablestate.server - package org.apache.flink.queryablestate.server
 

S

serialize() - Method in class org.apache.flink.queryablestate.messages.KvStateInternalRequest
 
shutdown() - Method in class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyHandler
 
shutdown() - Method in class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyImpl
 
shutdown() - Method in class org.apache.flink.queryablestate.server.KvStateServerHandler
 
shutdown() - Method in class org.apache.flink.queryablestate.server.KvStateServerImpl
 
start() - Method in class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyImpl
 
start() - Method in class org.apache.flink.queryablestate.server.KvStateServerImpl
 

U

updateKvStateLocationOracle(JobID, KvStateLocationOracle) - Method in class org.apache.flink.queryablestate.client.proxy.KvStateClientProxyImpl
 
D G H I K O S U 
Skip navigation links

Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.