org.apache.tez.dag.api.client.rpc
Class DAGClientAMProtocolRPC.DAGClientAMProtocol

java.lang.Object
  extended by org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
All Implemented Interfaces:
com.google.protobuf.Service
Direct Known Subclasses:
DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
Enclosing class:
DAGClientAMProtocolRPC

public abstract static class DAGClientAMProtocolRPC.DAGClientAMProtocol
extends Object
implements com.google.protobuf.Service

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

DAGClientAMProtocolRPC.DAGClientAMProtocol

protected DAGClientAMProtocolRPC.DAGClientAMProtocol()
Method Detail

newReflectiveService

public static com.google.protobuf.Service newReflectiveService(DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface impl)

newReflectiveBlockingService

public static com.google.protobuf.BlockingService newReflectiveBlockingService(DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface impl)

getAllDAGs

public abstract void getAllDAGs(com.google.protobuf.RpcController controller,
                                DAGClientAMProtocolRPC.GetAllDAGsRequestProto request,
                                com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> done)
rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto);


getDAGStatus

public abstract void getDAGStatus(com.google.protobuf.RpcController controller,
                                  DAGClientAMProtocolRPC.GetDAGStatusRequestProto request,
                                  com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetDAGStatusResponseProto> done)
rpc getDAGStatus(.GetDAGStatusRequestProto) returns (.GetDAGStatusResponseProto);


getVertexStatus

public abstract void getVertexStatus(com.google.protobuf.RpcController controller,
                                     DAGClientAMProtocolRPC.GetVertexStatusRequestProto request,
                                     com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetVertexStatusResponseProto> done)
rpc getVertexStatus(.GetVertexStatusRequestProto) returns (.GetVertexStatusResponseProto);


tryKillDAG

public abstract void tryKillDAG(com.google.protobuf.RpcController controller,
                                DAGClientAMProtocolRPC.TryKillDAGRequestProto request,
                                com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto> done)
rpc tryKillDAG(.TryKillDAGRequestProto) returns (.TryKillDAGResponseProto);


submitDAG

public abstract void submitDAG(com.google.protobuf.RpcController controller,
                               DAGClientAMProtocolRPC.SubmitDAGRequestProto request,
                               com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.SubmitDAGResponseProto> done)
rpc submitDAG(.SubmitDAGRequestProto) returns (.SubmitDAGResponseProto);


shutdownSession

public abstract void shutdownSession(com.google.protobuf.RpcController controller,
                                     DAGClientAMProtocolRPC.ShutdownSessionRequestProto request,
                                     com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.ShutdownSessionResponseProto> done)
rpc shutdownSession(.ShutdownSessionRequestProto) returns (.ShutdownSessionResponseProto);


getAMStatus

public abstract void getAMStatus(com.google.protobuf.RpcController controller,
                                 DAGClientAMProtocolRPC.GetAMStatusRequestProto request,
                                 com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAMStatusResponseProto> done)
rpc getAMStatus(.GetAMStatusRequestProto) returns (.GetAMStatusResponseProto);


preWarm

public abstract void preWarm(com.google.protobuf.RpcController controller,
                             DAGClientAMProtocolRPC.PreWarmRequestProto request,
                             com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.PreWarmResponseProto> done)
rpc preWarm(.PreWarmRequestProto) returns (.PreWarmResponseProto);


getDescriptor

public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()

getDescriptorForType

public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Service

callMethod

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)
Specified by:
callMethod in interface com.google.protobuf.Service

getRequestPrototype

public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
Specified by:
getRequestPrototype in interface com.google.protobuf.Service

getResponsePrototype

public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
Specified by:
getResponsePrototype in interface com.google.protobuf.Service

newStub

public static DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub newStub(com.google.protobuf.RpcChannel channel)

newBlockingStub

public static DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)


Copyright © 2014 Apache Software Foundation. All rights reserved.