public static interface DriverRuntimeProtocol.RuntimeStatusProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerAllocation(int index)
repeated string container_allocation = 6; |
com.google.protobuf.ByteString |
getContainerAllocationBytes(int index)
repeated string container_allocation = 6; |
int |
getContainerAllocationCount()
repeated string container_allocation = 6; |
List<String> |
getContainerAllocationList()
repeated string container_allocation = 6; |
ReefServiceProtos.RuntimeErrorProto |
getError()
optional .RuntimeErrorProto error = 3; |
ReefServiceProtos.RuntimeErrorProtoOrBuilder |
getErrorOrBuilder()
optional .RuntimeErrorProto error = 3; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
int |
getOutstandingContainerRequests()
optional int32 outstanding_container_requests = 5; |
ReefServiceProtos.State |
getState()
required .State state = 2; |
boolean |
hasError()
optional .RuntimeErrorProto error = 3; |
boolean |
hasName()
required string name = 1; |
boolean |
hasOutstandingContainerRequests()
optional int32 outstanding_container_requests = 5; |
boolean |
hasState()
required .State state = 2; |
boolean hasName()
required string name = 1;
e.g., local, yarn21
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
e.g., local, yarn21
boolean hasState()
required .State state = 2;ReefServiceProtos.State getState()
required .State state = 2;boolean hasError()
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
ReefServiceProtos.RuntimeErrorProto getError()
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
ReefServiceProtos.RuntimeErrorProtoOrBuilder getErrorOrBuilder()
optional .RuntimeErrorProto error = 3;
runtime (e.g., YARN) error
boolean hasOutstandingContainerRequests()
optional int32 outstanding_container_requests = 5;int getOutstandingContainerRequests()
optional int32 outstanding_container_requests = 5;List<String> getContainerAllocationList()
repeated string container_allocation = 6;int getContainerAllocationCount()
repeated string container_allocation = 6;String getContainerAllocation(int index)
repeated string container_allocation = 6;com.google.protobuf.ByteString getContainerAllocationBytes(int index)
repeated string container_allocation = 6;Copyright © 2015 The Apache Software Foundation. All rights reserved.