org.apache.tez.dag.api.client.rpc
Class DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
java.lang.Object
org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
- All Implemented Interfaces:
- com.google.protobuf.Service, DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
- Enclosing class:
- DAGClientAMProtocolRPC.DAGClientAMProtocol
public static final class DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
- extends DAGClientAMProtocolRPC.DAGClientAMProtocol
- implements DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
|
Method Summary |
void |
getAllDAGs(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetAllDAGsRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> done)
rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto); |
void |
getAMStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetAMStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAMStatusResponseProto> done)
rpc getAMStatus(.GetAMStatusRequestProto) returns (.GetAMStatusResponseProto); |
com.google.protobuf.RpcChannel |
getChannel()
|
void |
getDAGStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetDAGStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetDAGStatusResponseProto> done)
rpc getDAGStatus(.GetDAGStatusRequestProto) returns (.GetDAGStatusResponseProto); |
void |
getVertexStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetVertexStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetVertexStatusResponseProto> done)
rpc getVertexStatus(.GetVertexStatusRequestProto) returns (.GetVertexStatusResponseProto); |
void |
preWarm(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.PreWarmRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.PreWarmResponseProto> done)
rpc preWarm(.PreWarmRequestProto) returns (.PreWarmResponseProto); |
void |
shutdownSession(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.ShutdownSessionRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.ShutdownSessionResponseProto> done)
rpc shutdownSession(.ShutdownSessionRequestProto) returns (.ShutdownSessionResponseProto); |
void |
submitDAG(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.SubmitDAGRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.SubmitDAGResponseProto> done)
rpc submitDAG(.SubmitDAGRequestProto) returns (.SubmitDAGResponseProto); |
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 |
getChannel
public com.google.protobuf.RpcChannel getChannel()
getAllDAGs
public void getAllDAGs(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetAllDAGsRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> done)
- Description copied from class:
DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto);
- Specified by:
getAllDAGs in interface DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface- Specified by:
getAllDAGs in class DAGClientAMProtocolRPC.DAGClientAMProtocol
getDAGStatus
public void getDAGStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetDAGStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetDAGStatusResponseProto> done)
- Description copied from class:
DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc getDAGStatus(.GetDAGStatusRequestProto) returns (.GetDAGStatusResponseProto);
- Specified by:
getDAGStatus in interface DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface- Specified by:
getDAGStatus in class DAGClientAMProtocolRPC.DAGClientAMProtocol
getVertexStatus
public void getVertexStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetVertexStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetVertexStatusResponseProto> done)
- Description copied from class:
DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc getVertexStatus(.GetVertexStatusRequestProto) returns (.GetVertexStatusResponseProto);
- Specified by:
getVertexStatus in interface DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface- Specified by:
getVertexStatus in class DAGClientAMProtocolRPC.DAGClientAMProtocol
tryKillDAG
public void tryKillDAG(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.TryKillDAGRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto> done)
- Description copied from class:
DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc tryKillDAG(.TryKillDAGRequestProto) returns (.TryKillDAGResponseProto);
- Specified by:
tryKillDAG in interface DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface- Specified by:
tryKillDAG in class DAGClientAMProtocolRPC.DAGClientAMProtocol
submitDAG
public void submitDAG(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.SubmitDAGRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.SubmitDAGResponseProto> done)
- Description copied from class:
DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc submitDAG(.SubmitDAGRequestProto) returns (.SubmitDAGResponseProto);
- Specified by:
submitDAG in interface DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface- Specified by:
submitDAG in class DAGClientAMProtocolRPC.DAGClientAMProtocol
shutdownSession
public void shutdownSession(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.ShutdownSessionRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.ShutdownSessionResponseProto> done)
- Description copied from class:
DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc shutdownSession(.ShutdownSessionRequestProto) returns (.ShutdownSessionResponseProto);
- Specified by:
shutdownSession in interface DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface- Specified by:
shutdownSession in class DAGClientAMProtocolRPC.DAGClientAMProtocol
getAMStatus
public void getAMStatus(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.GetAMStatusRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAMStatusResponseProto> done)
- Description copied from class:
DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc getAMStatus(.GetAMStatusRequestProto) returns (.GetAMStatusResponseProto);
- Specified by:
getAMStatus in interface DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface- Specified by:
getAMStatus in class DAGClientAMProtocolRPC.DAGClientAMProtocol
preWarm
public void preWarm(com.google.protobuf.RpcController controller,
DAGClientAMProtocolRPC.PreWarmRequestProto request,
com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.PreWarmResponseProto> done)
- Description copied from class:
DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc preWarm(.PreWarmRequestProto) returns (.PreWarmResponseProto);
- Specified by:
preWarm in interface DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface- Specified by:
preWarm in class DAGClientAMProtocolRPC.DAGClientAMProtocol
Copyright © 2014 Apache Software Foundation. All rights reserved.