@ExperimentalApi(value="QueryService is experimental and API may change without notice")
public interface QueryStream
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryStream.PartsHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
default CompletableFuture<Result<QueryInfo>> |
execute() |
CompletableFuture<Result<QueryInfo>> |
execute(QueryStream.PartsHandler handler) |
CompletableFuture<Result<QueryInfo>> execute(QueryStream.PartsHandler handler)
void cancel()
default CompletableFuture<Result<QueryInfo>> execute()
Copyright © 2024. All rights reserved.