public static interface DriverRuntimeProtocol.ResourceAllocationProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
required string identifier = 1; |
com.google.protobuf.ByteString |
getIdentifierBytes()
required string identifier = 1; |
String |
getNodeId()
required string node_id = 3; |
com.google.protobuf.ByteString |
getNodeIdBytes()
required string node_id = 3; |
int |
getResourceMemory()
required int32 resource_memory = 2; |
int |
getVirtualCores()
optional int32 virtual_cores = 4; |
boolean |
hasIdentifier()
required string identifier = 1; |
boolean |
hasNodeId()
required string node_id = 3; |
boolean |
hasResourceMemory()
required int32 resource_memory = 2; |
boolean |
hasVirtualCores()
optional int32 virtual_cores = 4; |
boolean hasIdentifier()
required string identifier = 1;
e.g., the container id, or the thread id
String getIdentifier()
required string identifier = 1;
e.g., the container id, or the thread id
com.google.protobuf.ByteString getIdentifierBytes()
required string identifier = 1;
e.g., the container id, or the thread id
boolean hasResourceMemory()
required int32 resource_memory = 2;
megabytes
int getResourceMemory()
required int32 resource_memory = 2;
megabytes
boolean hasNodeId()
required string node_id = 3;com.google.protobuf.ByteString getNodeIdBytes()
required string node_id = 3;boolean hasVirtualCores()
optional int32 virtual_cores = 4;int getVirtualCores()
optional int32 virtual_cores = 4;Copyright © 2015 The Apache Software Foundation. All rights reserved.