Package org.apache.flink.queryablestate.messages
-
Class Summary Class Description KvStateRequest The request to be sent by theQueryable State Clientto the Client Proxy requesting a given state.KvStateRequest.KvStateRequestDeserializer AdeserializerforKvStateRequest.KvStateResponse The response containing the (serialized) state sent by theState Serverto theClient Proxy, and then forwarded by the proxy to the originalQueryable State Client.KvStateResponse.KvStateResponseDeserializer