org.apache.tez.dag.api.records
Interface DAGProtos.PreWarmContextProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DAGProtos.PreWarmContextProto, DAGProtos.PreWarmContextProto.Builder
Enclosing class:
DAGProtos

public static interface DAGProtos.PreWarmContextProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 DAGProtos.PlanKeyValuePair getEnvironmentSetting(int index)
          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.PlanLocalResourcesProtoOrBuilder getLocalResourcesOrBuilder()
          optional .PlanLocalResourcesProto localResources = 5;
 DAGProtos.VertexLocationHintProto getLocationHints()
          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.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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasProcessorDescriptor

boolean hasProcessorDescriptor()
optional .TezEntityDescriptorProto processor_descriptor = 1;


getProcessorDescriptor

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


getProcessorDescriptorOrBuilder

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


hasMemoryMb

boolean hasMemoryMb()
required int32 memoryMb = 2;


getMemoryMb

int getMemoryMb()
required int32 memoryMb = 2;


hasVirtualCores

boolean hasVirtualCores()
required int32 virtualCores = 3;


getVirtualCores

int getVirtualCores()
required int32 virtualCores = 3;


hasLocationHints

boolean hasLocationHints()
optional .VertexLocationHintProto location_hints = 4;


getLocationHints

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


getLocationHintsOrBuilder

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


hasLocalResources

boolean hasLocalResources()
optional .PlanLocalResourcesProto localResources = 5;


getLocalResources

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


getLocalResourcesOrBuilder

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


getEnvironmentSettingList

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


getEnvironmentSetting

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


getEnvironmentSettingCount

int getEnvironmentSettingCount()
repeated .PlanKeyValuePair environmentSetting = 6;


getEnvironmentSettingOrBuilderList

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


getEnvironmentSettingOrBuilder

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


hasJavaOpts

boolean hasJavaOpts()
optional string java_opts = 7;


getJavaOpts

String getJavaOpts()
optional string java_opts = 7;


getJavaOptsBytes

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


hasNumTasks

boolean hasNumTasks()
optional int32 num_tasks = 8;


getNumTasks

int getNumTasks()
optional int32 num_tasks = 8;



Copyright © 2014 Apache Software Foundation. All rights reserved.