Package | Description |
---|---|
org.apache.tajo.ipc |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClientProtos.GetQueryListResponse> |
ClientProtos.GetQueryListResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.Builder.build() |
ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.Builder.buildPartial() |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.getDefaultInstance() |
ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.getDefaultInstanceForType() |
ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.Builder.getDefaultInstanceForType() |
ClientProtos.GetQueryListResponse |
TajoMasterClientProtocol.TajoMasterClientProtocolService.BlockingInterface.getFinishedQueryList(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryListRequest request) |
ClientProtos.GetQueryListResponse |
TajoMasterClientProtocol.TajoMasterClientProtocolService.BlockingInterface.getRunningQueryList(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryListRequest request) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseDelimitedFrom(InputStream input) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseFrom(byte[] data) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseFrom(InputStream input) |
static ClientProtos.GetQueryListResponse |
ClientProtos.GetQueryListResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.GetQueryListResponse> |
ClientProtos.GetQueryListResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.GetQueryListResponse.Builder |
ClientProtos.GetQueryListResponse.Builder.mergeFrom(ClientProtos.GetQueryListResponse other) |
static ClientProtos.GetQueryListResponse.Builder |
ClientProtos.GetQueryListResponse.newBuilder(ClientProtos.GetQueryListResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.getFinishedQueryList(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryListRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetQueryListResponse> done)
rpc getFinishedQueryList(.GetQueryListRequest) returns (.GetQueryListResponse); |
void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.Interface.getFinishedQueryList(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryListRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetQueryListResponse> done)
rpc getFinishedQueryList(.GetQueryListRequest) returns (.GetQueryListResponse); |
void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.Stub.getFinishedQueryList(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryListRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetQueryListResponse> done) |
abstract void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.getRunningQueryList(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryListRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetQueryListResponse> done)
rpc getRunningQueryList(.GetQueryListRequest) returns (.GetQueryListResponse); |
void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.Interface.getRunningQueryList(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryListRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetQueryListResponse> done)
rpc getRunningQueryList(.GetQueryListRequest) returns (.GetQueryListResponse); |
void |
TajoMasterClientProtocol.TajoMasterClientProtocolService.Stub.getRunningQueryList(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryListRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetQueryListResponse> done) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.