| Package | Description |
|---|---|
| org.apache.paimon.service.network | |
| org.apache.paimon.service.server |
| Constructor and Description |
|---|
AbstractServerHandler(NetworkServer<REQ,RESP> server,
MessageSerializer<REQ,RESP> serializer,
ServiceRequestStats stats)
Create the handler.
|
ClientHandler(MessageSerializer<REQ,RESP> serializer,
ClientHandlerCallback<RESP> callback)
Creates a handler with the callback.
|
NetworkClient(String clientName,
int numEventLoopThreads,
MessageSerializer<REQ,RESP> serializer,
ServiceRequestStats stats)
Creates a client with the specified number of event loop threads.
|
| Constructor and Description |
|---|
KvServerHandler(KvQueryServer server,
int serverId,
int numServers,
TableQuery lookup,
MessageSerializer<KvRequest,KvResponse> serializer,
ServiceRequestStats stats)
Create the handler used by the
KvQueryServer. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.