Package | Description |
---|---|
org.apache.hadoop.yarn.api.records.impl.pb | |
org.apache.hadoop.yarn.proto |
Modifier and Type | Method and Description |
---|---|
YarnProtos.ContainerProto |
ContainerPBImpl.getProto() |
Constructor and Description |
---|
ContainerPBImpl(YarnProtos.ContainerProto proto) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<YarnProtos.ContainerProto> |
YarnProtos.ContainerProto.PARSER |
Modifier and Type | Method and Description |
---|---|
YarnProtos.ContainerProto |
YarnProtos.ContainerProto.Builder.build() |
YarnProtos.ContainerProto |
YarnProtos.ContainerProto.Builder.buildPartial() |
YarnProtos.ContainerProto |
YarnServiceProtos.AllocateResponseProtoOrBuilder.getAllocatedContainers(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
YarnProtos.ContainerProto |
YarnServiceProtos.AllocateResponseProto.getAllocatedContainers(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
YarnProtos.ContainerProto |
YarnServiceProtos.AllocateResponseProto.Builder.getAllocatedContainers(int index)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.getDefaultInstance() |
YarnProtos.ContainerProto |
YarnProtos.ContainerProto.getDefaultInstanceForType() |
YarnProtos.ContainerProto |
YarnProtos.ContainerProto.Builder.getDefaultInstanceForType() |
YarnProtos.ContainerProto |
YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProtoOrBuilder.getMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2; |
YarnProtos.ContainerProto |
YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.getMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2; |
YarnProtos.ContainerProto |
YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder.getMasterContainer()
optional .hadoop.yarn.ContainerProto master_container = 2; |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseDelimitedFrom(InputStream input) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseFrom(byte[] data) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseFrom(com.google.protobuf.ByteString data) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseFrom(InputStream input) |
static YarnProtos.ContainerProto |
YarnProtos.ContainerProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<YarnProtos.ContainerProto> |
YarnServiceProtos.AllocateResponseProtoOrBuilder.getAllocatedContainersList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
List<YarnProtos.ContainerProto> |
YarnServiceProtos.AllocateResponseProto.getAllocatedContainersList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
List<YarnProtos.ContainerProto> |
YarnServiceProtos.AllocateResponseProto.Builder.getAllocatedContainersList()
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
com.google.protobuf.Parser<YarnProtos.ContainerProto> |
YarnProtos.ContainerProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
YarnServiceProtos.AllocateResponseProto.Builder |
YarnServiceProtos.AllocateResponseProto.Builder.addAllocatedContainers(int index,
YarnProtos.ContainerProto value)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
YarnServiceProtos.AllocateResponseProto.Builder |
YarnServiceProtos.AllocateResponseProto.Builder.addAllocatedContainers(YarnProtos.ContainerProto value)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
YarnProtos.ContainerProto.Builder |
YarnProtos.ContainerProto.Builder.mergeFrom(YarnProtos.ContainerProto other) |
YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder |
YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder.mergeMasterContainer(YarnProtos.ContainerProto value)
optional .hadoop.yarn.ContainerProto master_container = 2; |
static YarnProtos.ContainerProto.Builder |
YarnProtos.ContainerProto.newBuilder(YarnProtos.ContainerProto prototype) |
YarnServiceProtos.AllocateResponseProto.Builder |
YarnServiceProtos.AllocateResponseProto.Builder.setAllocatedContainers(int index,
YarnProtos.ContainerProto value)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder |
YarnServerResourceManagerServiceProtos.ApplicationAttemptStateDataProto.Builder.setMasterContainer(YarnProtos.ContainerProto value)
optional .hadoop.yarn.ContainerProto master_container = 2; |
Modifier and Type | Method and Description |
---|---|
YarnServiceProtos.AllocateResponseProto.Builder |
YarnServiceProtos.AllocateResponseProto.Builder.addAllAllocatedContainers(Iterable<? extends YarnProtos.ContainerProto> values)
repeated .hadoop.yarn.ContainerProto allocated_containers = 3; |
Copyright © 2013 Apache Software Foundation. All rights reserved.