Package | Description |
---|---|
org.apache.flink.queryablestate.client.proxy | |
org.apache.flink.queryablestate.messages | |
org.apache.flink.queryablestate.server |
Class and Description |
---|
KvStateRequest
The request to be sent by the
Queryable State Client to the Client Proxy requesting a given state. |
KvStateResponse
The response containing the (serialized) state sent by the
State Server to the Client Proxy ,
and then forwarded by the proxy to the original
Queryable State Client . |
Class and Description |
---|
KvStateInternalRequest
The request to be forwarded by the
Queryable State Client Proxy to the State Server
of the Task Manager responsible for the requested state. |
KvStateRequest
The request to be sent by the
Queryable State Client to the Client Proxy requesting a given state. |
KvStateResponse
The response containing the (serialized) state sent by the
State Server to the Client Proxy ,
and then forwarded by the proxy to the original
Queryable State Client . |
Class and Description |
---|
KvStateInternalRequest
The request to be forwarded by the
Queryable State Client Proxy to the State Server
of the Task Manager responsible for the requested state. |
KvStateResponse
The response containing the (serialized) state sent by the
State Server to the Client Proxy ,
and then forwarded by the proxy to the original
Queryable State Client . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.