Package | Description |
---|---|
org.apache.paimon.service.network | |
org.apache.paimon.service.server |
Modifier and Type | Method and Description |
---|---|
abstract AbstractServerHandler<REQ,RESP> |
NetworkServer.initializeHandler()
Returns the
handler to be used for serving the incoming
requests. |
Modifier and Type | Class and Description |
---|---|
class |
KvServerHandler
This handler dispatches asynchronous tasks, which query values and write the result to the
channel.
|
Modifier and Type | Method and Description |
---|---|
AbstractServerHandler<KvRequest,KvResponse> |
KvQueryServer.initializeHandler() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.