org.apache.hadoop.yarn.proto
Class YarnProtos.ContainerLaunchContextProto

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.yarn.proto.YarnProtos.ContainerLaunchContextProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, YarnProtos.ContainerLaunchContextProtoOrBuilder
Enclosing class:
YarnProtos

public static final class YarnProtos.ContainerLaunchContextProto
extends com.google.protobuf.GeneratedMessage
implements YarnProtos.ContainerLaunchContextProtoOrBuilder

Protobuf type hadoop.yarn.ContainerLaunchContextProto

See Also:
Serialized Form

Nested Class Summary
static class YarnProtos.ContainerLaunchContextProto.Builder
          Protobuf type hadoop.yarn.ContainerLaunchContextProto
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int APPLICATION_ACLS_FIELD_NUMBER
           
static int COMMAND_FIELD_NUMBER
           
static int ENVIRONMENT_FIELD_NUMBER
           
static int LOCALRESOURCES_FIELD_NUMBER
           
static com.google.protobuf.Parser<YarnProtos.ContainerLaunchContextProto> PARSER
           
static int SERVICE_DATA_FIELD_NUMBER
           
static int TOKENS_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 YarnProtos.ApplicationACLMapProto getApplicationACLs(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
 int getApplicationACLsCount()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
 List<YarnProtos.ApplicationACLMapProto> getApplicationACLsList()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
 YarnProtos.ApplicationACLMapProtoOrBuilder getApplicationACLsOrBuilder(int index)
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
 List<? extends YarnProtos.ApplicationACLMapProtoOrBuilder> getApplicationACLsOrBuilderList()
          repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
 String getCommand(int index)
          repeated string command = 5;
 com.google.protobuf.ByteString getCommandBytes(int index)
          repeated string command = 5;
 int getCommandCount()
          repeated string command = 5;
 List<String> getCommandList()
          repeated string command = 5;
static YarnProtos.ContainerLaunchContextProto getDefaultInstance()
           
 YarnProtos.ContainerLaunchContextProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 YarnProtos.StringStringMapProto getEnvironment(int index)
          repeated .hadoop.yarn.StringStringMapProto environment = 4;
 int getEnvironmentCount()
          repeated .hadoop.yarn.StringStringMapProto environment = 4;
 List<YarnProtos.StringStringMapProto> getEnvironmentList()
          repeated .hadoop.yarn.StringStringMapProto environment = 4;
 YarnProtos.StringStringMapProtoOrBuilder getEnvironmentOrBuilder(int index)
          repeated .hadoop.yarn.StringStringMapProto environment = 4;
 List<? extends YarnProtos.StringStringMapProtoOrBuilder> getEnvironmentOrBuilderList()
          repeated .hadoop.yarn.StringStringMapProto environment = 4;
 YarnProtos.StringLocalResourceMapProto getLocalResources(int index)
          repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
 int getLocalResourcesCount()
          repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
 List<YarnProtos.StringLocalResourceMapProto> getLocalResourcesList()
          repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
 YarnProtos.StringLocalResourceMapProtoOrBuilder getLocalResourcesOrBuilder(int index)
          repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
 List<? extends YarnProtos.StringLocalResourceMapProtoOrBuilder> getLocalResourcesOrBuilderList()
          repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
 com.google.protobuf.Parser<YarnProtos.ContainerLaunchContextProto> getParserForType()
           
 int getSerializedSize()
           
 YarnProtos.StringBytesMapProto getServiceData(int index)
          repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
 int getServiceDataCount()
          repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
 List<YarnProtos.StringBytesMapProto> getServiceDataList()
          repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
 YarnProtos.StringBytesMapProtoOrBuilder getServiceDataOrBuilder(int index)
          repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
 List<? extends YarnProtos.StringBytesMapProtoOrBuilder> getServiceDataOrBuilderList()
          repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
 com.google.protobuf.ByteString getTokens()
          optional bytes tokens = 2;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 int hashCode()
           
 boolean hasTokens()
          optional bytes tokens = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static YarnProtos.ContainerLaunchContextProto.Builder newBuilder()
           
static YarnProtos.ContainerLaunchContextProto.Builder newBuilder(YarnProtos.ContainerLaunchContextProto prototype)
           
 YarnProtos.ContainerLaunchContextProto.Builder newBuilderForType()
           
protected  YarnProtos.ContainerLaunchContextProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static YarnProtos.ContainerLaunchContextProto parseDelimitedFrom(InputStream input)
           
static YarnProtos.ContainerLaunchContextProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerLaunchContextProto parseFrom(byte[] data)
           
static YarnProtos.ContainerLaunchContextProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.ByteString data)
           
static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.ContainerLaunchContextProto parseFrom(InputStream input)
           
static YarnProtos.ContainerLaunchContextProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnProtos.ContainerLaunchContextProto.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<YarnProtos.ContainerLaunchContextProto> PARSER

LOCALRESOURCES_FIELD_NUMBER

public static final int LOCALRESOURCES_FIELD_NUMBER
See Also:
Constant Field Values

TOKENS_FIELD_NUMBER

public static final int TOKENS_FIELD_NUMBER
See Also:
Constant Field Values

SERVICE_DATA_FIELD_NUMBER

public static final int SERVICE_DATA_FIELD_NUMBER
See Also:
Constant Field Values

ENVIRONMENT_FIELD_NUMBER

public static final int ENVIRONMENT_FIELD_NUMBER
See Also:
Constant Field Values

COMMAND_FIELD_NUMBER

public static final int COMMAND_FIELD_NUMBER
See Also:
Constant Field Values

APPLICATION_ACLS_FIELD_NUMBER

public static final int APPLICATION_ACLS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static YarnProtos.ContainerLaunchContextProto getDefaultInstance()

getDefaultInstanceForType

public YarnProtos.ContainerLaunchContextProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

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

getParserForType

public com.google.protobuf.Parser<YarnProtos.ContainerLaunchContextProto> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

getLocalResourcesList

public List<YarnProtos.StringLocalResourceMapProto> getLocalResourcesList()
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;

Specified by:
getLocalResourcesList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getLocalResourcesOrBuilderList

public List<? extends YarnProtos.StringLocalResourceMapProtoOrBuilder> getLocalResourcesOrBuilderList()
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;

Specified by:
getLocalResourcesOrBuilderList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getLocalResourcesCount

public int getLocalResourcesCount()
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;

Specified by:
getLocalResourcesCount in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getLocalResources

public YarnProtos.StringLocalResourceMapProto getLocalResources(int index)
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;

Specified by:
getLocalResources in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getLocalResourcesOrBuilder

public YarnProtos.StringLocalResourceMapProtoOrBuilder getLocalResourcesOrBuilder(int index)
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;

Specified by:
getLocalResourcesOrBuilder in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

hasTokens

public boolean hasTokens()
optional bytes tokens = 2;

Specified by:
hasTokens in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getTokens

public com.google.protobuf.ByteString getTokens()
optional bytes tokens = 2;

Specified by:
getTokens in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getServiceDataList

public List<YarnProtos.StringBytesMapProto> getServiceDataList()
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;

Specified by:
getServiceDataList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getServiceDataOrBuilderList

public List<? extends YarnProtos.StringBytesMapProtoOrBuilder> getServiceDataOrBuilderList()
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;

Specified by:
getServiceDataOrBuilderList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getServiceDataCount

public int getServiceDataCount()
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;

Specified by:
getServiceDataCount in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getServiceData

public YarnProtos.StringBytesMapProto getServiceData(int index)
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;

Specified by:
getServiceData in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getServiceDataOrBuilder

public YarnProtos.StringBytesMapProtoOrBuilder getServiceDataOrBuilder(int index)
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;

Specified by:
getServiceDataOrBuilder in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getEnvironmentList

public List<YarnProtos.StringStringMapProto> getEnvironmentList()
repeated .hadoop.yarn.StringStringMapProto environment = 4;

Specified by:
getEnvironmentList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getEnvironmentOrBuilderList

public List<? extends YarnProtos.StringStringMapProtoOrBuilder> getEnvironmentOrBuilderList()
repeated .hadoop.yarn.StringStringMapProto environment = 4;

Specified by:
getEnvironmentOrBuilderList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getEnvironmentCount

public int getEnvironmentCount()
repeated .hadoop.yarn.StringStringMapProto environment = 4;

Specified by:
getEnvironmentCount in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getEnvironment

public YarnProtos.StringStringMapProto getEnvironment(int index)
repeated .hadoop.yarn.StringStringMapProto environment = 4;

Specified by:
getEnvironment in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getEnvironmentOrBuilder

public YarnProtos.StringStringMapProtoOrBuilder getEnvironmentOrBuilder(int index)
repeated .hadoop.yarn.StringStringMapProto environment = 4;

Specified by:
getEnvironmentOrBuilder in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getCommandList

public List<String> getCommandList()
repeated string command = 5;

Specified by:
getCommandList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getCommandCount

public int getCommandCount()
repeated string command = 5;

Specified by:
getCommandCount in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getCommand

public String getCommand(int index)
repeated string command = 5;

Specified by:
getCommand in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getCommandBytes

public com.google.protobuf.ByteString getCommandBytes(int index)
repeated string command = 5;

Specified by:
getCommandBytes in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getApplicationACLsList

public List<YarnProtos.ApplicationACLMapProto> getApplicationACLsList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;

Specified by:
getApplicationACLsList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getApplicationACLsOrBuilderList

public List<? extends YarnProtos.ApplicationACLMapProtoOrBuilder> getApplicationACLsOrBuilderList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;

Specified by:
getApplicationACLsOrBuilderList in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getApplicationACLsCount

public int getApplicationACLsCount()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;

Specified by:
getApplicationACLsCount in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getApplicationACLs

public YarnProtos.ApplicationACLMapProto getApplicationACLs(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;

Specified by:
getApplicationACLs in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

getApplicationACLsOrBuilder

public YarnProtos.ApplicationACLMapProtoOrBuilder getApplicationACLsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;

Specified by:
getApplicationACLsOrBuilder in interface YarnProtos.ContainerLaunchContextProtoOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.ByteString data)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.ByteString data,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnProtos.ContainerLaunchContextProto parseFrom(byte[] data)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnProtos.ContainerLaunchContextProto parseFrom(byte[] data,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnProtos.ContainerLaunchContextProto parseFrom(InputStream input)
                                                        throws IOException
Throws:
IOException

parseFrom

public static YarnProtos.ContainerLaunchContextProto parseFrom(InputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws IOException
Throws:
IOException

parseDelimitedFrom

public static YarnProtos.ContainerLaunchContextProto parseDelimitedFrom(InputStream input)
                                                                 throws IOException
Throws:
IOException

parseDelimitedFrom

public static YarnProtos.ContainerLaunchContextProto parseDelimitedFrom(InputStream input,
                                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                 throws IOException
Throws:
IOException

parseFrom

public static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.CodedInputStream input)
                                                        throws IOException
Throws:
IOException

parseFrom

public static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws IOException
Throws:
IOException

newBuilder

public static YarnProtos.ContainerLaunchContextProto.Builder newBuilder()

newBuilderForType

public YarnProtos.ContainerLaunchContextProto.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static YarnProtos.ContainerLaunchContextProto.Builder newBuilder(YarnProtos.ContainerLaunchContextProto prototype)

toBuilder

public YarnProtos.ContainerLaunchContextProto.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected YarnProtos.ContainerLaunchContextProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2014 Apache Software Foundation. All Rights Reserved.