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