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

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

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

Methods in org.apache.tez.dag.api.client.rpc that return DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.clear()
           
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.clearPreWarmContext()
          optional .PreWarmContextProto pre_warm_context = 1;
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.clone()
           
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.mergeFrom(DAGClientAMProtocolRPC.PreWarmRequestProto other)
           
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.mergePreWarmContext(DAGProtos.PreWarmContextProto value)
          optional .PreWarmContextProto pre_warm_context = 1;
static DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.newBuilder()
           
static DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.newBuilder(DAGClientAMProtocolRPC.PreWarmRequestProto prototype)
           
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.newBuilderForType()
           
protected  DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.setPreWarmContext(DAGProtos.PreWarmContextProto.Builder builderForValue)
          optional .PreWarmContextProto pre_warm_context = 1;
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.setPreWarmContext(DAGProtos.PreWarmContextProto value)
          optional .PreWarmContextProto pre_warm_context = 1;
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.