org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.StartContainerRequestProtoOrBuilder

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

public static interface YarnServiceProtos.StartContainerRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.ContainerLaunchContextProto getContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 YarnProtos.ContainerLaunchContextProtoOrBuilder getContainerLaunchContextOrBuilder()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 org.apache.hadoop.security.proto.SecurityProtos.TokenProto getContainerToken()
          optional .hadoop.common.TokenProto container_token = 2;
 org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder getContainerTokenOrBuilder()
          optional .hadoop.common.TokenProto container_token = 2;
 boolean hasContainerLaunchContext()
          optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
 boolean hasContainerToken()
          optional .hadoop.common.TokenProto container_token = 2;
 
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

hasContainerLaunchContext

boolean hasContainerLaunchContext()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;


getContainerLaunchContext

YarnProtos.ContainerLaunchContextProto getContainerLaunchContext()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;


getContainerLaunchContextOrBuilder

YarnProtos.ContainerLaunchContextProtoOrBuilder getContainerLaunchContextOrBuilder()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;


hasContainerToken

boolean hasContainerToken()
optional .hadoop.common.TokenProto container_token = 2;


getContainerToken

org.apache.hadoop.security.proto.SecurityProtos.TokenProto getContainerToken()
optional .hadoop.common.TokenProto container_token = 2;


getContainerTokenOrBuilder

org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder getContainerTokenOrBuilder()
optional .hadoop.common.TokenProto container_token = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.