public static final class YarnProtos.ContainerLaunchContextProto extends com.google.protobuf.GeneratedMessage implements YarnProtos.ContainerLaunchContextProtoOrBuilder
hadoop.yarn.ContainerLaunchContextProto
Modifier and Type | Class and Description |
---|---|
static class |
YarnProtos.ContainerLaunchContextProto.Builder
Protobuf type
hadoop.yarn.ContainerLaunchContextProto |
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>
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<YarnProtos.ContainerLaunchContextProto> PARSER
public static final int LOCALRESOURCES_FIELD_NUMBER
public static final int TOKENS_FIELD_NUMBER
public static final int SERVICE_DATA_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
public static final int COMMAND_FIELD_NUMBER
public static final int APPLICATION_ACLS_FIELD_NUMBER
public static YarnProtos.ContainerLaunchContextProto getDefaultInstance()
public YarnProtos.ContainerLaunchContextProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<YarnProtos.ContainerLaunchContextProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public List<YarnProtos.StringLocalResourceMapProto> getLocalResourcesList()
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
getLocalResourcesList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public List<? extends YarnProtos.StringLocalResourceMapProtoOrBuilder> getLocalResourcesOrBuilderList()
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
getLocalResourcesOrBuilderList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public int getLocalResourcesCount()
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
getLocalResourcesCount
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public YarnProtos.StringLocalResourceMapProto getLocalResources(int index)
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
getLocalResources
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public YarnProtos.StringLocalResourceMapProtoOrBuilder getLocalResourcesOrBuilder(int index)
repeated .hadoop.yarn.StringLocalResourceMapProto localResources = 1;
getLocalResourcesOrBuilder
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public boolean hasTokens()
optional bytes tokens = 2;
hasTokens
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public com.google.protobuf.ByteString getTokens()
optional bytes tokens = 2;
getTokens
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public List<YarnProtos.StringBytesMapProto> getServiceDataList()
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
getServiceDataList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public List<? extends YarnProtos.StringBytesMapProtoOrBuilder> getServiceDataOrBuilderList()
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
getServiceDataOrBuilderList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public int getServiceDataCount()
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
getServiceDataCount
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public YarnProtos.StringBytesMapProto getServiceData(int index)
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
getServiceData
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public YarnProtos.StringBytesMapProtoOrBuilder getServiceDataOrBuilder(int index)
repeated .hadoop.yarn.StringBytesMapProto service_data = 3;
getServiceDataOrBuilder
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public List<YarnProtos.StringStringMapProto> getEnvironmentList()
repeated .hadoop.yarn.StringStringMapProto environment = 4;
getEnvironmentList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public List<? extends YarnProtos.StringStringMapProtoOrBuilder> getEnvironmentOrBuilderList()
repeated .hadoop.yarn.StringStringMapProto environment = 4;
getEnvironmentOrBuilderList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public int getEnvironmentCount()
repeated .hadoop.yarn.StringStringMapProto environment = 4;
getEnvironmentCount
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public YarnProtos.StringStringMapProto getEnvironment(int index)
repeated .hadoop.yarn.StringStringMapProto environment = 4;
getEnvironment
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public YarnProtos.StringStringMapProtoOrBuilder getEnvironmentOrBuilder(int index)
repeated .hadoop.yarn.StringStringMapProto environment = 4;
getEnvironmentOrBuilder
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public List<String> getCommandList()
repeated string command = 5;
getCommandList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public int getCommandCount()
repeated string command = 5;
getCommandCount
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public String getCommand(int index)
repeated string command = 5;
getCommand
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public com.google.protobuf.ByteString getCommandBytes(int index)
repeated string command = 5;
getCommandBytes
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public List<YarnProtos.ApplicationACLMapProto> getApplicationACLsList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
getApplicationACLsList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public List<? extends YarnProtos.ApplicationACLMapProtoOrBuilder> getApplicationACLsOrBuilderList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
getApplicationACLsOrBuilderList
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public int getApplicationACLsCount()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
getApplicationACLsCount
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public YarnProtos.ApplicationACLMapProto getApplicationACLs(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
getApplicationACLs
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public YarnProtos.ApplicationACLMapProtoOrBuilder getApplicationACLsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 6;
getApplicationACLsOrBuilder
in interface YarnProtos.ContainerLaunchContextProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ContainerLaunchContextProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ContainerLaunchContextProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ContainerLaunchContextProto parseFrom(InputStream input) throws IOException
IOException
public static YarnProtos.ContainerLaunchContextProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ContainerLaunchContextProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static YarnProtos.ContainerLaunchContextProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static YarnProtos.ContainerLaunchContextProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ContainerLaunchContextProto.Builder newBuilder()
public YarnProtos.ContainerLaunchContextProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static YarnProtos.ContainerLaunchContextProto.Builder newBuilder(YarnProtos.ContainerLaunchContextProto prototype)
public YarnProtos.ContainerLaunchContextProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected YarnProtos.ContainerLaunchContextProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013 Apache Software Foundation. All rights reserved.