| 程序包 | 说明 |
|---|---|
| org.apache.paimon.service.network | |
| org.apache.paimon.service.network.stats |
| 构造器和说明 |
|---|
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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AtomicServiceRequestStats
Atomic
ServiceRequestStats implementation. |
class |
DisabledServiceRequestStats
Disabled
ServiceRequestStats implementation. |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.