Package | Description |
---|---|
org.apache.tajo.client | |
org.apache.tajo.ipc |
Modifier and Type | Method and Description |
---|---|
ClientProtos.SubmitQueryResponse |
TajoClient.executeQuery(String sql)
It submits a query statement and get a response immediately.
|
Modifier and Type | Method and Description |
---|---|
static ResultSet |
TajoClient.createResultSet(TajoClient client,
ClientProtos.SubmitQueryResponse response) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClientProtos.SubmitQueryResponse> |
ClientProtos.SubmitQueryResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.Builder.build() |
ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.Builder.buildPartial() |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.getDefaultInstance() |
ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.getDefaultInstanceForType() |
ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.Builder.getDefaultInstanceForType() |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseDelimitedFrom(InputStream input) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseFrom(byte[] data) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseFrom(InputStream input) |
static ClientProtos.SubmitQueryResponse |
ClientProtos.SubmitQueryResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.SubmitQueryResponse |
TajoMasterClientProtocol.TajoMasterClientProtocolService.BlockingInterface.submitQuery(com.google.protobuf.RpcController controller,
ClientProtos.QueryRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.SubmitQueryResponse> |
ClientProtos.SubmitQueryResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.SubmitQueryResponse.Builder |
ClientProtos.SubmitQueryResponse.Builder.mergeFrom(ClientProtos.SubmitQueryResponse other) |
static ClientProtos.SubmitQueryResponse.Builder |
ClientProtos.SubmitQueryResponse.newBuilder(ClientProtos.SubmitQueryResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.submitQuery(com.google.protobuf.RpcController controller,
ClientProtos.QueryRequest request,
com.google.protobuf.RpcCallback<ClientProtos.SubmitQueryResponse> done)
rpc submitQuery(.QueryRequest) returns (.SubmitQueryResponse); |
void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.Interface.submitQuery(com.google.protobuf.RpcController controller,
ClientProtos.QueryRequest request,
com.google.protobuf.RpcCallback<ClientProtos.SubmitQueryResponse> done)
rpc submitQuery(.QueryRequest) returns (.SubmitQueryResponse); |
void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.Stub.submitQuery(com.google.protobuf.RpcController controller,
ClientProtos.QueryRequest request,
com.google.protobuf.RpcCallback<ClientProtos.SubmitQueryResponse> done) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.