| Modifier and Type | Method and Description |
|---|---|
void |
AccountingUserConnection.sendData(QueryDataPackage data) |
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryDataPackage.DataPackage
Represents a batch of data with a schema.
|
static class |
QueryDataPackage.EmptyResultsPackage
Package that contains only a query ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserClientConnection.sendData(RpcOutcomeListener<GeneralRPCProtos.Ack> listener,
QueryDataPackage data)
Send query data to client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserServer.BitToUserConnection.sendData(RpcOutcomeListener<GeneralRPCProtos.Ack> listener,
QueryDataPackage data) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebUserConnection.sendData(RpcOutcomeListener<GeneralRPCProtos.Ack> listener,
QueryDataPackage data) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingHttpConnection.sendData(RpcOutcomeListener<GeneralRPCProtos.Ack> listener,
QueryDataPackage data)
Called from query thread, specifically from the Screen operator,
for each batch.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.