public abstract static class QueryMasterClientProtocol.QueryMasterClientProtocolService extends Object implements com.google.protobuf.Service
QueryMasterClientProtocolService
Modifier and Type | Class and Description |
---|---|
static interface |
QueryMasterClientProtocol.QueryMasterClientProtocolService.BlockingInterface |
static interface |
QueryMasterClientProtocol.QueryMasterClientProtocolService.Interface |
static class |
QueryMasterClientProtocol.QueryMasterClientProtocolService.Stub |
Modifier | Constructor and Description |
---|---|
protected |
QueryMasterClientProtocol.QueryMasterClientProtocolService() |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
abstract void |
closeQuery(com.google.protobuf.RpcController controller,
TajoIdProtos.QueryIdProto request,
com.google.protobuf.RpcCallback<PrimitiveProtos.BoolProto> done)
rpc closeQuery(.QueryIdProto) returns (.BoolProto); |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
abstract void |
getQueryResult(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryResultRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetQueryResultResponse> done)
rpc getQueryResult(.GetQueryResultRequest) returns (.GetQueryResultResponse); |
abstract void |
getQueryStatus(com.google.protobuf.RpcController controller,
ClientProtos.GetQueryStatusRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetQueryStatusResponse> done)
rpc getQueryStatus(.GetQueryStatusRequest) returns (.GetQueryStatusResponse); |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
static QueryMasterClientProtocol.QueryMasterClientProtocolService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(QueryMasterClientProtocol.QueryMasterClientProtocolService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(QueryMasterClientProtocol.QueryMasterClientProtocolService.Interface impl) |
static QueryMasterClientProtocol.QueryMasterClientProtocolService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
updateSessionVariables(com.google.protobuf.RpcController controller,
ClientProtos.UpdateSessionVariableRequest request,
com.google.protobuf.RpcCallback<PrimitiveProtos.BoolProto> done)
rpc updateSessionVariables(.UpdateSessionVariableRequest) returns (.BoolProto); |
protected QueryMasterClientProtocol.QueryMasterClientProtocolService()
public static com.google.protobuf.Service newReflectiveService(QueryMasterClientProtocol.QueryMasterClientProtocolService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(QueryMasterClientProtocol.QueryMasterClientProtocolService.BlockingInterface impl)
public abstract void updateSessionVariables(com.google.protobuf.RpcController controller, ClientProtos.UpdateSessionVariableRequest request, com.google.protobuf.RpcCallback<PrimitiveProtos.BoolProto> done)
rpc updateSessionVariables(.UpdateSessionVariableRequest) returns (.BoolProto);
public abstract void getQueryResult(com.google.protobuf.RpcController controller, ClientProtos.GetQueryResultRequest request, com.google.protobuf.RpcCallback<ClientProtos.GetQueryResultResponse> done)
rpc getQueryResult(.GetQueryResultRequest) returns (.GetQueryResultResponse);
public abstract void getQueryStatus(com.google.protobuf.RpcController controller, ClientProtos.GetQueryStatusRequest request, com.google.protobuf.RpcCallback<ClientProtos.GetQueryStatusResponse> done)
rpc getQueryStatus(.GetQueryStatusRequest) returns (.GetQueryStatusResponse);
public abstract void closeQuery(com.google.protobuf.RpcController controller, TajoIdProtos.QueryIdProto request, com.google.protobuf.RpcCallback<PrimitiveProtos.BoolProto> done)
rpc closeQuery(.QueryIdProto) returns (.BoolProto);
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Service
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface com.google.protobuf.Service
public static QueryMasterClientProtocol.QueryMasterClientProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static QueryMasterClientProtocol.QueryMasterClientProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.