Interface | Description |
---|---|
ClientHandlerCallback<RESP extends MessageBody> |
Callback for
ClientHandler . |
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 an
AbstractServerBase . |
ChunkedByteBuf |
A
ByteBuf instance to be consumed in chunks by ChunkedWriteHandler ,
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 a
Client to handling incoming messages. |
NettyBufferPool |
Wrapper around Netty's
PooledByteBufAllocator with strict control
over the number of created arenas. |
Exception | Description |
---|---|
BadRequestException |
Base class for exceptions thrown during querying Flink's managed state.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.