Package org.apache.flink.queryablestate.network
-
Interface Summary Interface Description ClientHandlerCallback<RESP extends MessageBody> Callback forClientHandler. -
Class Summary Class Description AbstractServerBase<REQ extends MessageBody,RESP extends MessageBody> The base class for every server in the queryable state module.AbstractServerHandler<REQ extends MessageBody,RESP extends MessageBody> The base class of every handler used by anAbstractServerBase.ChunkedByteBuf AByteBufinstance to be consumed in chunks byChunkedWriteHandler, respecting the high and low watermarks.Client<REQ extends MessageBody,RESP extends MessageBody> The base class for every client in the queryable state module.ClientHandler<REQ extends MessageBody,RESP extends MessageBody> The handler used by aClientto handling incoming messages.NettyBufferPool Wrapper around Netty'sPooledByteBufAllocatorwith strict control over the number of created arenas. -
Exception Summary Exception Description BadRequestException Base class for exceptions thrown during querying Flink's managed state.