Uses of Class
org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto

Packages that use DAGProtos.PreWarmContextProto
org.apache.tez.dag.api   
org.apache.tez.dag.api.client.rpc   
org.apache.tez.dag.api.records   
 

Uses of DAGProtos.PreWarmContextProto in org.apache.tez.dag.api
 

Methods in org.apache.tez.dag.api that return DAGProtos.PreWarmContextProto
static DAGProtos.PreWarmContextProto DagTypeConverters.convertPreWarmContextToProto(PreWarmContext preWarmContext)
           
 

Methods in org.apache.tez.dag.api with parameters of type DAGProtos.PreWarmContextProto
static PreWarmContext DagTypeConverters.convertPreWarmContextFromProto(DAGProtos.PreWarmContextProto proto)
           
 

Uses of DAGProtos.PreWarmContextProto in org.apache.tez.dag.api.client.rpc
 

Methods in org.apache.tez.dag.api.client.rpc that return DAGProtos.PreWarmContextProto
 DAGProtos.PreWarmContextProto DAGClientAMProtocolRPC.PreWarmRequestProtoOrBuilder.getPreWarmContext()
          optional .PreWarmContextProto pre_warm_context = 1;
 DAGProtos.PreWarmContextProto DAGClientAMProtocolRPC.PreWarmRequestProto.getPreWarmContext()
          optional .PreWarmContextProto pre_warm_context = 1;
 DAGProtos.PreWarmContextProto DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.getPreWarmContext()
          optional .PreWarmContextProto pre_warm_context = 1;
 

Methods in org.apache.tez.dag.api.client.rpc with parameters of type DAGProtos.PreWarmContextProto
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.mergePreWarmContext(DAGProtos.PreWarmContextProto value)
          optional .PreWarmContextProto pre_warm_context = 1;
 DAGClientAMProtocolRPC.PreWarmRequestProto.Builder DAGClientAMProtocolRPC.PreWarmRequestProto.Builder.setPreWarmContext(DAGProtos.PreWarmContextProto value)
          optional .PreWarmContextProto pre_warm_context = 1;
 

Uses of DAGProtos.PreWarmContextProto in org.apache.tez.dag.api.records
 

Fields in org.apache.tez.dag.api.records with type parameters of type DAGProtos.PreWarmContextProto
static com.google.protobuf.Parser<DAGProtos.PreWarmContextProto> DAGProtos.PreWarmContextProto.PARSER
           
 

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

Methods in org.apache.tez.dag.api.records that return types with arguments of type DAGProtos.PreWarmContextProto
 com.google.protobuf.Parser<DAGProtos.PreWarmContextProto> DAGProtos.PreWarmContextProto.getParserForType()
           
 

Methods in org.apache.tez.dag.api.records with parameters of type DAGProtos.PreWarmContextProto
 DAGProtos.PreWarmContextProto.Builder DAGProtos.PreWarmContextProto.Builder.mergeFrom(DAGProtos.PreWarmContextProto other)
           
static DAGProtos.PreWarmContextProto.Builder DAGProtos.PreWarmContextProto.newBuilder(DAGProtos.PreWarmContextProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.