| Package | Description |
|---|---|
| org.apache.paimon.service.network | |
| org.apache.paimon.service.network.stats | |
| org.apache.paimon.service.server |
| Constructor and Description |
|---|
AbstractServerHandler(NetworkServer<REQ,RESP> server,
MessageSerializer<REQ,RESP> serializer,
ServiceRequestStats stats)
Create the handler.
|
NetworkClient(String clientName,
int numEventLoopThreads,
MessageSerializer<REQ,RESP> serializer,
ServiceRequestStats stats)
Creates a client with the specified number of event loop threads.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicServiceRequestStats
Atomic
ServiceRequestStats implementation. |
class |
DisabledServiceRequestStats
Disabled
ServiceRequestStats implementation. |
| Constructor and Description |
|---|
KvQueryServer(int serverId,
int numServers,
String bindAddress,
Iterator<Integer> bindPortIterator,
Integer numEventLoopThreads,
Integer numQueryThreads,
TableQuery lookup,
ServiceRequestStats stats) |
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.