| Package | Description |
|---|---|
| org.apache.flink.queryablestate.network | |
| org.apache.flink.queryablestate.network.stats |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicKvStateRequestStats
Atomic
KvStateRequestStats implementation. |
class |
DisabledKvStateRequestStats
Disabled
KvStateRequestStats implementation. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.