public static interface YarnProtos.ResourceProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDisks()
optional double disks = 20; |
int |
getMemory()
optional int32 memory = 1; |
int |
getVirtualCores()
optional int32 virtual_cores = 2; |
boolean |
hasDisks()
optional double disks = 20; |
boolean |
hasMemory()
optional int32 memory = 1; |
boolean |
hasVirtualCores()
optional int32 virtual_cores = 2; |
boolean hasMemory()
optional int32 memory = 1;int getMemory()
optional int32 memory = 1;boolean hasVirtualCores()
optional int32 virtual_cores = 2;int getVirtualCores()
optional int32 virtual_cores = 2;boolean hasDisks()
optional double disks = 20;double getDisks()
optional double disks = 20;Copyright © 2014 Apache Software Foundation. All Rights Reserved.