public static interface StoreTypes.ApplicationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StoreTypes.ApplicationAttemptInfo |
getAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
int |
getAttemptsCount()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
java.util.List<StoreTypes.ApplicationAttemptInfo> |
getAttemptsList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
StoreTypes.ApplicationAttemptInfoOrBuilder |
getAttemptsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
java.util.List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder> |
getAttemptsOrBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7; |
int |
getCoresGranted()
optional int32 cores_granted = 3; |
int |
getCoresPerExecutor()
optional int32 cores_per_executor = 5; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
int |
getMaxCores()
optional int32 max_cores = 4; |
int |
getMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
boolean |
hasCoresGranted()
optional int32 cores_granted = 3; |
boolean |
hasCoresPerExecutor()
optional int32 cores_per_executor = 5; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasMaxCores()
optional int32 max_cores = 4; |
boolean |
hasMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6; |
boolean |
hasName()
optional string name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
optional string id = 1;String getId()
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
optional string id = 1;boolean hasName()
optional string name = 2;String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;boolean hasCoresGranted()
optional int32 cores_granted = 3;int getCoresGranted()
optional int32 cores_granted = 3;boolean hasMaxCores()
optional int32 max_cores = 4;int getMaxCores()
optional int32 max_cores = 4;boolean hasCoresPerExecutor()
optional int32 cores_per_executor = 5;int getCoresPerExecutor()
optional int32 cores_per_executor = 5;boolean hasMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;int getMemoryPerExecutorMb()
optional int32 memory_per_executor_mb = 6;java.util.List<StoreTypes.ApplicationAttemptInfo> getAttemptsList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;StoreTypes.ApplicationAttemptInfo getAttempts(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;int getAttemptsCount()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;java.util.List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder> getAttemptsOrBuilderList()
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;StoreTypes.ApplicationAttemptInfoOrBuilder getAttemptsOrBuilder(int index)
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;