public abstract static class DAGClientAMProtocolRPC.DAGClientAMProtocol extends Object implements com.google.protobuf.Service
DAGClientAMProtocol| Modifier and Type | Class and Description |
|---|---|
static interface |
DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface |
static interface |
DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface |
static class |
DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
DAGClientAMProtocolRPC.DAGClientAMProtocol() |
| 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 |
getAllDAGs(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetAllDAGsRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> done)
rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto); |
abstract void |
getAMStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetAMStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAMStatusResponseProto> done)
rpc getAMStatus(.GetAMStatusRequestProto) returns (.GetAMStatusResponseProto); |
abstract void |
getDAGStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetDAGStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetDAGStatusResponseProto> done)
rpc getDAGStatus(.GetDAGStatusRequestProto) returns (.GetDAGStatusResponseProto); |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
getVertexStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetVertexStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetVertexStatusResponseProto> done)
rpc getVertexStatus(.GetVertexStatusRequestProto) returns (.GetVertexStatusResponseProto); |
static DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface impl) |
static DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
shutdownSession(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.ShutdownSessionRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.ShutdownSessionResponseProto> done)
rpc shutdownSession(.ShutdownSessionRequestProto) returns (.ShutdownSessionResponseProto); |
abstract void |
submitDAG(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.SubmitDAGRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.SubmitDAGResponseProto> done)
rpc submitDAG(.SubmitDAGRequestProto) returns (.SubmitDAGResponseProto); |
abstract void |
tryKillDAG(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.TryKillDAGRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto> done)
rpc tryKillDAG(.TryKillDAGRequestProto) returns (.TryKillDAGResponseProto); |
protected DAGClientAMProtocolRPC.DAGClientAMProtocol()
public static com.google.protobuf.Service newReflectiveService(DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface impl)
public abstract void getAllDAGs(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetAllDAGsRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> done)
rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto);public abstract void getDAGStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetDAGStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetDAGStatusResponseProto> done)
rpc getDAGStatus(.GetDAGStatusRequestProto) returns (.GetDAGStatusResponseProto);public abstract void getVertexStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetVertexStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetVertexStatusResponseProto> done)
rpc getVertexStatus(.GetVertexStatusRequestProto) returns (.GetVertexStatusResponseProto);public abstract void tryKillDAG(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.TryKillDAGRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto> done)
rpc tryKillDAG(.TryKillDAGRequestProto) returns (.TryKillDAGResponseProto);public abstract void submitDAG(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.SubmitDAGRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.SubmitDAGResponseProto> done)
rpc submitDAG(.SubmitDAGRequestProto) returns (.SubmitDAGResponseProto);public abstract void shutdownSession(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.ShutdownSessionRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.ShutdownSessionResponseProto> done)
rpc shutdownSession(.ShutdownSessionRequestProto) returns (.ShutdownSessionResponseProto);public abstract void getAMStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetAMStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAMStatusResponseProto> done)
rpc getAMStatus(.GetAMStatusRequestProto) returns (.GetAMStatusResponseProto);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Servicepublic 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.Servicepublic final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface com.google.protobuf.Servicepublic static DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub newStub(com.google.protobuf.RpcChannel channel)
public static DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2016 Apache Software Foundation. All rights reserved.