|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
public abstract static class DAGClientAMProtocolRPC.DAGClientAMProtocol
Protobuf service DAGClientAMProtocol
| Nested Class Summary | |
|---|---|
static interface |
DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
|
static interface |
DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
|
static class |
DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
|
| Constructor Summary | |
|---|---|
protected |
DAGClientAMProtocolRPC.DAGClientAMProtocol()
|
| Method Summary | |
|---|---|
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 |
preWarm(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.PreWarmRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.PreWarmResponseProto> done)
rpc preWarm(.PreWarmRequestProto) returns (.PreWarmResponseProto); |
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); |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DAGClientAMProtocolRPC.DAGClientAMProtocol()
| Method Detail |
|---|
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 abstract void preWarm(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.PreWarmRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.PreWarmResponseProto> done)
rpc preWarm(.PreWarmRequestProto) returns (.PreWarmResponseProto);
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.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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||