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
| 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 |
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.