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