public static interface DriverRuntimeProtocol.ResourceRequestProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMemorySize()
optional int32 memory_size = 2; |
String |
getNodeName(int index)
repeated string node_name = 6; |
com.google.protobuf.ByteString |
getNodeNameBytes(int index)
repeated string node_name = 6; |
int |
getNodeNameCount()
repeated string node_name = 6; |
List<String> |
getNodeNameList()
repeated string node_name = 6; |
int |
getPriority()
optional int32 priority = 3; |
String |
getRackName(int index)
repeated string rack_name = 7; |
com.google.protobuf.ByteString |
getRackNameBytes(int index)
repeated string rack_name = 7; |
int |
getRackNameCount()
repeated string rack_name = 7; |
List<String> |
getRackNameList()
repeated string rack_name = 7; |
boolean |
getRelaxLocality()
optional bool relax_locality = 10; |
int |
getResourceCount()
required int32 resource_count = 5; |
int |
getVirtualCores()
optional int32 virtual_cores = 4; |
boolean |
hasMemorySize()
optional int32 memory_size = 2; |
boolean |
hasPriority()
optional int32 priority = 3; |
boolean |
hasRelaxLocality()
optional bool relax_locality = 10; |
boolean |
hasResourceCount()
required int32 resource_count = 5; |
boolean |
hasVirtualCores()
optional int32 virtual_cores = 4; |
boolean hasMemorySize()
optional int32 memory_size = 2;
optional SIZE resource_size = 1; // Removed in REEF 0.3 in favor of memory_size.
int getMemorySize()
optional int32 memory_size = 2;
optional SIZE resource_size = 1; // Removed in REEF 0.3 in favor of memory_size.
boolean hasPriority()
optional int32 priority = 3;int getPriority()
optional int32 priority = 3;boolean hasVirtualCores()
optional int32 virtual_cores = 4;int getVirtualCores()
optional int32 virtual_cores = 4;boolean hasResourceCount()
required int32 resource_count = 5;int getResourceCount()
required int32 resource_count = 5;List<String> getNodeNameList()
repeated string node_name = 6;
a list of specific nodes
int getNodeNameCount()
repeated string node_name = 6;
a list of specific nodes
String getNodeName(int index)
repeated string node_name = 6;
a list of specific nodes
com.google.protobuf.ByteString getNodeNameBytes(int index)
repeated string node_name = 6;
a list of specific nodes
List<String> getRackNameList()
repeated string rack_name = 7;
a list of specific racks
int getRackNameCount()
repeated string rack_name = 7;
a list of specific racks
String getRackName(int index)
repeated string rack_name = 7;
a list of specific racks
com.google.protobuf.ByteString getRackNameBytes(int index)
repeated string rack_name = 7;
a list of specific racks
boolean hasRelaxLocality()
optional bool relax_locality = 10;boolean getRelaxLocality()
optional bool relax_locality = 10;Copyright © 2015 The Apache Software Foundation. All rights reserved.