org.apache.tez.dag.api.records
Class DAGProtos.PreWarmContextProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PreWarmContextProto.Builder>
              extended by org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DAGProtos.PreWarmContextProtoOrBuilder
Enclosing class:
DAGProtos.PreWarmContextProto

public static final class DAGProtos.PreWarmContextProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PreWarmContextProto.Builder>
implements DAGProtos.PreWarmContextProtoOrBuilder

Protobuf type PreWarmContextProto


Method Summary
 DAGProtos.PreWarmContextProto.Builder addAllEnvironmentSetting(Iterable<? extends DAGProtos.PlanKeyValuePair> values)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto.Builder addEnvironmentSetting(DAGProtos.PlanKeyValuePair.Builder builderForValue)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto.Builder addEnvironmentSetting(DAGProtos.PlanKeyValuePair value)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto.Builder addEnvironmentSetting(int index, DAGProtos.PlanKeyValuePair.Builder builderForValue)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto.Builder addEnvironmentSetting(int index, DAGProtos.PlanKeyValuePair value)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PlanKeyValuePair.Builder addEnvironmentSettingBuilder()
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PlanKeyValuePair.Builder addEnvironmentSettingBuilder(int index)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto build()
           
 DAGProtos.PreWarmContextProto buildPartial()
           
 DAGProtos.PreWarmContextProto.Builder clear()
           
 DAGProtos.PreWarmContextProto.Builder clearEnvironmentSetting()
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto.Builder clearJavaOpts()
          optional string java_opts = 7;
 DAGProtos.PreWarmContextProto.Builder clearLocalResources()
          optional .PlanLocalResourcesProto localResources = 5;
 DAGProtos.PreWarmContextProto.Builder clearLocationHints()
          optional .VertexLocationHintProto location_hints = 4;
 DAGProtos.PreWarmContextProto.Builder clearMemoryMb()
          required int32 memoryMb = 2;
 DAGProtos.PreWarmContextProto.Builder clearNumTasks()
          optional int32 num_tasks = 8;
 DAGProtos.PreWarmContextProto.Builder clearProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.PreWarmContextProto.Builder clearVirtualCores()
          required int32 virtualCores = 3;
 DAGProtos.PreWarmContextProto.Builder clone()
           
 DAGProtos.PreWarmContextProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 DAGProtos.PlanKeyValuePair getEnvironmentSetting(int index)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PlanKeyValuePair.Builder getEnvironmentSettingBuilder(int index)
          repeated .PlanKeyValuePair environmentSetting = 6;
 List<DAGProtos.PlanKeyValuePair.Builder> getEnvironmentSettingBuilderList()
          repeated .PlanKeyValuePair environmentSetting = 6;
 int getEnvironmentSettingCount()
          repeated .PlanKeyValuePair environmentSetting = 6;
 List<DAGProtos.PlanKeyValuePair> getEnvironmentSettingList()
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PlanKeyValuePairOrBuilder getEnvironmentSettingOrBuilder(int index)
          repeated .PlanKeyValuePair environmentSetting = 6;
 List<? extends DAGProtos.PlanKeyValuePairOrBuilder> getEnvironmentSettingOrBuilderList()
          repeated .PlanKeyValuePair environmentSetting = 6;
 String getJavaOpts()
          optional string java_opts = 7;
 com.google.protobuf.ByteString getJavaOptsBytes()
          optional string java_opts = 7;
 DAGProtos.PlanLocalResourcesProto getLocalResources()
          optional .PlanLocalResourcesProto localResources = 5;
 DAGProtos.PlanLocalResourcesProto.Builder getLocalResourcesBuilder()
          optional .PlanLocalResourcesProto localResources = 5;
 DAGProtos.PlanLocalResourcesProtoOrBuilder getLocalResourcesOrBuilder()
          optional .PlanLocalResourcesProto localResources = 5;
 DAGProtos.VertexLocationHintProto getLocationHints()
          optional .VertexLocationHintProto location_hints = 4;
 DAGProtos.VertexLocationHintProto.Builder getLocationHintsBuilder()
          optional .VertexLocationHintProto location_hints = 4;
 DAGProtos.VertexLocationHintProtoOrBuilder getLocationHintsOrBuilder()
          optional .VertexLocationHintProto location_hints = 4;
 int getMemoryMb()
          required int32 memoryMb = 2;
 int getNumTasks()
          optional int32 num_tasks = 8;
 DAGProtos.TezEntityDescriptorProto getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.TezEntityDescriptorProto.Builder getProcessorDescriptorBuilder()
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.TezEntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 int getVirtualCores()
          required int32 virtualCores = 3;
 boolean hasJavaOpts()
          optional string java_opts = 7;
 boolean hasLocalResources()
          optional .PlanLocalResourcesProto localResources = 5;
 boolean hasLocationHints()
          optional .VertexLocationHintProto location_hints = 4;
 boolean hasMemoryMb()
          required int32 memoryMb = 2;
 boolean hasNumTasks()
          optional int32 num_tasks = 8;
 boolean hasProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 boolean hasVirtualCores()
          required int32 virtualCores = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGProtos.PreWarmContextProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.PreWarmContextProto.Builder mergeFrom(DAGProtos.PreWarmContextProto other)
           
 DAGProtos.PreWarmContextProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.PreWarmContextProto.Builder mergeLocalResources(DAGProtos.PlanLocalResourcesProto value)
          optional .PlanLocalResourcesProto localResources = 5;
 DAGProtos.PreWarmContextProto.Builder mergeLocationHints(DAGProtos.VertexLocationHintProto value)
          optional .VertexLocationHintProto location_hints = 4;
 DAGProtos.PreWarmContextProto.Builder mergeProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.PreWarmContextProto.Builder removeEnvironmentSetting(int index)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto.Builder setEnvironmentSetting(int index, DAGProtos.PlanKeyValuePair.Builder builderForValue)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto.Builder setEnvironmentSetting(int index, DAGProtos.PlanKeyValuePair value)
          repeated .PlanKeyValuePair environmentSetting = 6;
 DAGProtos.PreWarmContextProto.Builder setJavaOpts(String value)
          optional string java_opts = 7;
 DAGProtos.PreWarmContextProto.Builder setJavaOptsBytes(com.google.protobuf.ByteString value)
          optional string java_opts = 7;
 DAGProtos.PreWarmContextProto.Builder setLocalResources(DAGProtos.PlanLocalResourcesProto.Builder builderForValue)
          optional .PlanLocalResourcesProto localResources = 5;
 DAGProtos.PreWarmContextProto.Builder setLocalResources(DAGProtos.PlanLocalResourcesProto value)
          optional .PlanLocalResourcesProto localResources = 5;
 DAGProtos.PreWarmContextProto.Builder setLocationHints(DAGProtos.VertexLocationHintProto.Builder builderForValue)
          optional .VertexLocationHintProto location_hints = 4;
 DAGProtos.PreWarmContextProto.Builder setLocationHints(DAGProtos.VertexLocationHintProto value)
          optional .VertexLocationHintProto location_hints = 4;
 DAGProtos.PreWarmContextProto.Builder setMemoryMb(int value)
          required int32 memoryMb = 2;
 DAGProtos.PreWarmContextProto.Builder setNumTasks(int value)
          optional int32 num_tasks = 8;
 DAGProtos.PreWarmContextProto.Builder setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.PreWarmContextProto.Builder setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.PreWarmContextProto.Builder setVirtualCores(int value)
          required int32 virtualCores = 3;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PreWarmContextProto.Builder>

clear

public DAGProtos.PreWarmContextProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PreWarmContextProto.Builder>

clone

public DAGProtos.PreWarmContextProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PreWarmContextProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PreWarmContextProto.Builder>

getDefaultInstanceForType

public DAGProtos.PreWarmContextProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public DAGProtos.PreWarmContextProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public DAGProtos.PreWarmContextProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public DAGProtos.PreWarmContextProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.PreWarmContextProto.Builder>

mergeFrom

public DAGProtos.PreWarmContextProto.Builder mergeFrom(DAGProtos.PreWarmContextProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<DAGProtos.PreWarmContextProto.Builder>

mergeFrom

public DAGProtos.PreWarmContextProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.PreWarmContextProto.Builder>
Throws:
IOException

hasProcessorDescriptor

public boolean hasProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 1;

Specified by:
hasProcessorDescriptor in interface DAGProtos.PreWarmContextProtoOrBuilder

getProcessorDescriptor

public DAGProtos.TezEntityDescriptorProto getProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 1;

Specified by:
getProcessorDescriptor in interface DAGProtos.PreWarmContextProtoOrBuilder

setProcessorDescriptor

public DAGProtos.PreWarmContextProto.Builder setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto processor_descriptor = 1;


setProcessorDescriptor

public DAGProtos.PreWarmContextProto.Builder setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
optional .TezEntityDescriptorProto processor_descriptor = 1;


mergeProcessorDescriptor

public DAGProtos.PreWarmContextProto.Builder mergeProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto processor_descriptor = 1;


clearProcessorDescriptor

public DAGProtos.PreWarmContextProto.Builder clearProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 1;


getProcessorDescriptorBuilder

public DAGProtos.TezEntityDescriptorProto.Builder getProcessorDescriptorBuilder()
optional .TezEntityDescriptorProto processor_descriptor = 1;


getProcessorDescriptorOrBuilder

public DAGProtos.TezEntityDescriptorProtoOrBuilder getProcessorDescriptorOrBuilder()
optional .TezEntityDescriptorProto processor_descriptor = 1;

Specified by:
getProcessorDescriptorOrBuilder in interface DAGProtos.PreWarmContextProtoOrBuilder

hasMemoryMb

public boolean hasMemoryMb()
required int32 memoryMb = 2;

Specified by:
hasMemoryMb in interface DAGProtos.PreWarmContextProtoOrBuilder

getMemoryMb

public int getMemoryMb()
required int32 memoryMb = 2;

Specified by:
getMemoryMb in interface DAGProtos.PreWarmContextProtoOrBuilder

setMemoryMb

public DAGProtos.PreWarmContextProto.Builder setMemoryMb(int value)
required int32 memoryMb = 2;


clearMemoryMb

public DAGProtos.PreWarmContextProto.Builder clearMemoryMb()
required int32 memoryMb = 2;


hasVirtualCores

public boolean hasVirtualCores()
required int32 virtualCores = 3;

Specified by:
hasVirtualCores in interface DAGProtos.PreWarmContextProtoOrBuilder

getVirtualCores

public int getVirtualCores()
required int32 virtualCores = 3;

Specified by:
getVirtualCores in interface DAGProtos.PreWarmContextProtoOrBuilder

setVirtualCores

public DAGProtos.PreWarmContextProto.Builder setVirtualCores(int value)
required int32 virtualCores = 3;


clearVirtualCores

public DAGProtos.PreWarmContextProto.Builder clearVirtualCores()
required int32 virtualCores = 3;


hasLocationHints

public boolean hasLocationHints()
optional .VertexLocationHintProto location_hints = 4;

Specified by:
hasLocationHints in interface DAGProtos.PreWarmContextProtoOrBuilder

getLocationHints

public DAGProtos.VertexLocationHintProto getLocationHints()
optional .VertexLocationHintProto location_hints = 4;

Specified by:
getLocationHints in interface DAGProtos.PreWarmContextProtoOrBuilder

setLocationHints

public DAGProtos.PreWarmContextProto.Builder setLocationHints(DAGProtos.VertexLocationHintProto value)
optional .VertexLocationHintProto location_hints = 4;


setLocationHints

public DAGProtos.PreWarmContextProto.Builder setLocationHints(DAGProtos.VertexLocationHintProto.Builder builderForValue)
optional .VertexLocationHintProto location_hints = 4;


mergeLocationHints

public DAGProtos.PreWarmContextProto.Builder mergeLocationHints(DAGProtos.VertexLocationHintProto value)
optional .VertexLocationHintProto location_hints = 4;


clearLocationHints

public DAGProtos.PreWarmContextProto.Builder clearLocationHints()
optional .VertexLocationHintProto location_hints = 4;


getLocationHintsBuilder

public DAGProtos.VertexLocationHintProto.Builder getLocationHintsBuilder()
optional .VertexLocationHintProto location_hints = 4;


getLocationHintsOrBuilder

public DAGProtos.VertexLocationHintProtoOrBuilder getLocationHintsOrBuilder()
optional .VertexLocationHintProto location_hints = 4;

Specified by:
getLocationHintsOrBuilder in interface DAGProtos.PreWarmContextProtoOrBuilder

hasLocalResources

public boolean hasLocalResources()
optional .PlanLocalResourcesProto localResources = 5;

Specified by:
hasLocalResources in interface DAGProtos.PreWarmContextProtoOrBuilder

getLocalResources

public DAGProtos.PlanLocalResourcesProto getLocalResources()
optional .PlanLocalResourcesProto localResources = 5;

Specified by:
getLocalResources in interface DAGProtos.PreWarmContextProtoOrBuilder

setLocalResources

public DAGProtos.PreWarmContextProto.Builder setLocalResources(DAGProtos.PlanLocalResourcesProto value)
optional .PlanLocalResourcesProto localResources = 5;


setLocalResources

public DAGProtos.PreWarmContextProto.Builder setLocalResources(DAGProtos.PlanLocalResourcesProto.Builder builderForValue)
optional .PlanLocalResourcesProto localResources = 5;


mergeLocalResources

public DAGProtos.PreWarmContextProto.Builder mergeLocalResources(DAGProtos.PlanLocalResourcesProto value)
optional .PlanLocalResourcesProto localResources = 5;


clearLocalResources

public DAGProtos.PreWarmContextProto.Builder clearLocalResources()
optional .PlanLocalResourcesProto localResources = 5;


getLocalResourcesBuilder

public DAGProtos.PlanLocalResourcesProto.Builder getLocalResourcesBuilder()
optional .PlanLocalResourcesProto localResources = 5;


getLocalResourcesOrBuilder

public DAGProtos.PlanLocalResourcesProtoOrBuilder getLocalResourcesOrBuilder()
optional .PlanLocalResourcesProto localResources = 5;

Specified by:
getLocalResourcesOrBuilder in interface DAGProtos.PreWarmContextProtoOrBuilder

getEnvironmentSettingList

public List<DAGProtos.PlanKeyValuePair> getEnvironmentSettingList()
repeated .PlanKeyValuePair environmentSetting = 6;

Specified by:
getEnvironmentSettingList in interface DAGProtos.PreWarmContextProtoOrBuilder

getEnvironmentSettingCount

public int getEnvironmentSettingCount()
repeated .PlanKeyValuePair environmentSetting = 6;

Specified by:
getEnvironmentSettingCount in interface DAGProtos.PreWarmContextProtoOrBuilder

getEnvironmentSetting

public DAGProtos.PlanKeyValuePair getEnvironmentSetting(int index)
repeated .PlanKeyValuePair environmentSetting = 6;

Specified by:
getEnvironmentSetting in interface DAGProtos.PreWarmContextProtoOrBuilder

setEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder setEnvironmentSetting(int index,
                                                                   DAGProtos.PlanKeyValuePair value)
repeated .PlanKeyValuePair environmentSetting = 6;


setEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder setEnvironmentSetting(int index,
                                                                   DAGProtos.PlanKeyValuePair.Builder builderForValue)
repeated .PlanKeyValuePair environmentSetting = 6;


addEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder addEnvironmentSetting(DAGProtos.PlanKeyValuePair value)
repeated .PlanKeyValuePair environmentSetting = 6;


addEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder addEnvironmentSetting(int index,
                                                                   DAGProtos.PlanKeyValuePair value)
repeated .PlanKeyValuePair environmentSetting = 6;


addEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder addEnvironmentSetting(DAGProtos.PlanKeyValuePair.Builder builderForValue)
repeated .PlanKeyValuePair environmentSetting = 6;


addEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder addEnvironmentSetting(int index,
                                                                   DAGProtos.PlanKeyValuePair.Builder builderForValue)
repeated .PlanKeyValuePair environmentSetting = 6;


addAllEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder addAllEnvironmentSetting(Iterable<? extends DAGProtos.PlanKeyValuePair> values)
repeated .PlanKeyValuePair environmentSetting = 6;


clearEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder clearEnvironmentSetting()
repeated .PlanKeyValuePair environmentSetting = 6;


removeEnvironmentSetting

public DAGProtos.PreWarmContextProto.Builder removeEnvironmentSetting(int index)
repeated .PlanKeyValuePair environmentSetting = 6;


getEnvironmentSettingBuilder

public DAGProtos.PlanKeyValuePair.Builder getEnvironmentSettingBuilder(int index)
repeated .PlanKeyValuePair environmentSetting = 6;


getEnvironmentSettingOrBuilder

public DAGProtos.PlanKeyValuePairOrBuilder getEnvironmentSettingOrBuilder(int index)
repeated .PlanKeyValuePair environmentSetting = 6;

Specified by:
getEnvironmentSettingOrBuilder in interface DAGProtos.PreWarmContextProtoOrBuilder

getEnvironmentSettingOrBuilderList

public List<? extends DAGProtos.PlanKeyValuePairOrBuilder> getEnvironmentSettingOrBuilderList()
repeated .PlanKeyValuePair environmentSetting = 6;

Specified by:
getEnvironmentSettingOrBuilderList in interface DAGProtos.PreWarmContextProtoOrBuilder

addEnvironmentSettingBuilder

public DAGProtos.PlanKeyValuePair.Builder addEnvironmentSettingBuilder()
repeated .PlanKeyValuePair environmentSetting = 6;


addEnvironmentSettingBuilder

public DAGProtos.PlanKeyValuePair.Builder addEnvironmentSettingBuilder(int index)
repeated .PlanKeyValuePair environmentSetting = 6;


getEnvironmentSettingBuilderList

public List<DAGProtos.PlanKeyValuePair.Builder> getEnvironmentSettingBuilderList()
repeated .PlanKeyValuePair environmentSetting = 6;


hasJavaOpts

public boolean hasJavaOpts()
optional string java_opts = 7;

Specified by:
hasJavaOpts in interface DAGProtos.PreWarmContextProtoOrBuilder

getJavaOpts

public String getJavaOpts()
optional string java_opts = 7;

Specified by:
getJavaOpts in interface DAGProtos.PreWarmContextProtoOrBuilder

getJavaOptsBytes

public com.google.protobuf.ByteString getJavaOptsBytes()
optional string java_opts = 7;

Specified by:
getJavaOptsBytes in interface DAGProtos.PreWarmContextProtoOrBuilder

setJavaOpts

public DAGProtos.PreWarmContextProto.Builder setJavaOpts(String value)
optional string java_opts = 7;


clearJavaOpts

public DAGProtos.PreWarmContextProto.Builder clearJavaOpts()
optional string java_opts = 7;


setJavaOptsBytes

public DAGProtos.PreWarmContextProto.Builder setJavaOptsBytes(com.google.protobuf.ByteString value)
optional string java_opts = 7;


hasNumTasks

public boolean hasNumTasks()
optional int32 num_tasks = 8;

Specified by:
hasNumTasks in interface DAGProtos.PreWarmContextProtoOrBuilder

getNumTasks

public int getNumTasks()
optional int32 num_tasks = 8;

Specified by:
getNumTasks in interface DAGProtos.PreWarmContextProtoOrBuilder

setNumTasks

public DAGProtos.PreWarmContextProto.Builder setNumTasks(int value)
optional int32 num_tasks = 8;


clearNumTasks

public DAGProtos.PreWarmContextProto.Builder clearNumTasks()
optional int32 num_tasks = 8;



Copyright © 2014 Apache Software Foundation. All rights reserved.