Uses of Class
org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto

Packages that use DAGClientAMProtocolRPC.TryKillDAGRequestProto
org.apache.tez.dag.api.client.rpc   
 

Uses of DAGClientAMProtocolRPC.TryKillDAGRequestProto in org.apache.tez.dag.api.client.rpc
 

Fields in org.apache.tez.dag.api.client.rpc with type parameters of type DAGClientAMProtocolRPC.TryKillDAGRequestProto
static com.google.protobuf.Parser<DAGClientAMProtocolRPC.TryKillDAGRequestProto> DAGClientAMProtocolRPC.TryKillDAGRequestProto.PARSER
           
 

Methods in org.apache.tez.dag.api.client.rpc that return DAGClientAMProtocolRPC.TryKillDAGRequestProto
 DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder.build()
           
 DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder.buildPartial()
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.getDefaultInstance()
           
 DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.getDefaultInstanceForType()
           
 DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder.getDefaultInstanceForType()
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseDelimitedFrom(InputStream input)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseFrom(byte[] data)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseFrom(InputStream input)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto DAGClientAMProtocolRPC.TryKillDAGRequestProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.tez.dag.api.client.rpc that return types with arguments of type DAGClientAMProtocolRPC.TryKillDAGRequestProto
 com.google.protobuf.Parser<DAGClientAMProtocolRPC.TryKillDAGRequestProto> DAGClientAMProtocolRPC.TryKillDAGRequestProto.getParserForType()
           
 

Methods in org.apache.tez.dag.api.client.rpc with parameters of type DAGClientAMProtocolRPC.TryKillDAGRequestProto
 DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder.mergeFrom(DAGClientAMProtocolRPC.TryKillDAGRequestProto other)
           
static DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder DAGClientAMProtocolRPC.TryKillDAGRequestProto.newBuilder(DAGClientAMProtocolRPC.TryKillDAGRequestProto prototype)
           
 DAGClientAMProtocolRPC.TryKillDAGResponseProto DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface.tryKillDAG(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.TryKillDAGRequestProto request)
           
abstract  void DAGClientAMProtocolRPC.DAGClientAMProtocol.tryKillDAG(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.TryKillDAGRequestProto request, com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto> done)
          rpc tryKillDAG(.TryKillDAGRequestProto) returns (.TryKillDAGResponseProto);
 void DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface.tryKillDAG(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.TryKillDAGRequestProto request, com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto> done)
          rpc tryKillDAG(.TryKillDAGRequestProto) returns (.TryKillDAGResponseProto);
 void DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub.tryKillDAG(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.TryKillDAGRequestProto request, com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto> done)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.