public class KvQueryClient extends Object
| 构造器和说明 |
|---|
KvQueryClient(org.apache.paimon.query.QueryLocation queryLocation,
int numEventLoopThreads) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<org.apache.paimon.data.BinaryRow[]> |
getValues(org.apache.paimon.data.BinaryRow partition,
int bucket,
org.apache.paimon.data.BinaryRow[] keys) |
void |
shutdown() |
CompletableFuture<Void> |
shutdownFuture() |
public KvQueryClient(org.apache.paimon.query.QueryLocation queryLocation,
int numEventLoopThreads)
public CompletableFuture<org.apache.paimon.data.BinaryRow[]> getValues(org.apache.paimon.data.BinaryRow partition, int bucket, org.apache.paimon.data.BinaryRow[] keys)
public void shutdown()
public CompletableFuture<Void> shutdownFuture()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.