| Package | Description |
|---|---|
| org.apache.flink.queryablestate.network |
| Constructor and Description |
|---|
AbstractServerHandler(AbstractServerBase<REQ,RESP> server,
MessageSerializer<REQ,RESP> serializer,
KvStateRequestStats stats)
Create the handler.
|
Client(String clientName,
int numEventLoopThreads,
MessageSerializer<REQ,RESP> serializer,
KvStateRequestStats stats)
Creates a client with the specified number of event loop threads.
|
ClientHandler(String clientName,
MessageSerializer<REQ,RESP> serializer,
ClientHandlerCallback<RESP> callback)
Creates a handler with the callback.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.