All Classes and Interfaces

Class
Description
The base class for every server in the queryable state module.
The base class of every handler used by an AbstractServerBase.
Atomic KvStateRequestStats implementation.
Base class for exceptions thrown during querying Flink's managed state.
A ByteBuf instance to be consumed in chunks by ChunkedWriteHandler, respecting the high and low watermarks.
The base class for every client in the queryable state module.
The handler used by a Client to handling incoming messages.
Callback for ClientHandler.
Disabled KvStateRequestStats implementation.
A read-only AggregatingState that does not allow for modifications.
A read-only ListState that does not allow for modifications.
A read-only MapState that does not allow for modifications.
A read-only ReducingState that does not allow for modifications.
A read-only ValueState that does not allow for modifications.
Identifier for state instances.
The request to be sent by the Queryable State Client to the Client Proxy requesting a given state.
Simple statistics for monitoring the state server and the client proxy.
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.
Serialization and deserialization the different state types and namespaces.
The base class for every message exchanged during the communication between client and server.
A utility used to deserialize a message.
Serialization and deserialization of messages exchanged between client and server.
Expected message types during the communication between client and server.
Wrapper around Netty's PooledByteBufAllocator with strict control over the number of created arenas.
Deprecated.
The Queryable State feature is deprecated since Flink 1.18, and will be removed in a future Flink major version.
A message indicating a protocol-related error.
Thrown if the KvState does not hold any state for the given key or namespace.
Thrown if no KvState with the given ID cannot found by the server handler.
Exception thrown if there is no location information available for the given key group.
Exception to fail Future if the Task Manager on which the Client Proxy is running on, does not know the location of a requested state.
Singleton placeholder class for state without a namespace.
Serializer for VoidNamespace.
TypeInformation for VoidNamespace.