Package org.apache.spark.status.protobuf
Interface StoreTypes.ApplicationInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.ApplicationInfo
,StoreTypes.ApplicationInfo.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.ApplicationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttempts
(int index) repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
int
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
getAttemptsOrBuilder
(int index) repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder>
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
int
optional int32 cores_granted = 3;
int
optional int32 cores_per_executor = 5;
getId()
optional string id = 1;
com.google.protobuf.ByteString
optional string id = 1;
int
optional int32 max_cores = 4;
int
optional int32 memory_per_executor_mb = 6;
getName()
optional string name = 2;
com.google.protobuf.ByteString
optional string name = 2;
boolean
optional int32 cores_granted = 3;
boolean
optional int32 cores_per_executor = 5;
boolean
hasId()
optional string id = 1;
boolean
optional int32 max_cores = 4;
boolean
optional int32 memory_per_executor_mb = 6;
boolean
hasName()
optional string name = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()optional string id = 1;
- Returns:
- Whether the id field is set.
-
getId
String getId()optional string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()optional string id = 1;
- Returns:
- The bytes for id.
-
hasName
boolean hasName()optional string name = 2;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;
- Returns:
- The bytes for name.
-
hasCoresGranted
boolean hasCoresGranted()optional int32 cores_granted = 3;
- Returns:
- Whether the coresGranted field is set.
-
getCoresGranted
int getCoresGranted()optional int32 cores_granted = 3;
- Returns:
- The coresGranted.
-
hasMaxCores
boolean hasMaxCores()optional int32 max_cores = 4;
- Returns:
- Whether the maxCores field is set.
-
getMaxCores
int getMaxCores()optional int32 max_cores = 4;
- Returns:
- The maxCores.
-
hasCoresPerExecutor
boolean hasCoresPerExecutor()optional int32 cores_per_executor = 5;
- Returns:
- Whether the coresPerExecutor field is set.
-
getCoresPerExecutor
int getCoresPerExecutor()optional int32 cores_per_executor = 5;
- Returns:
- The coresPerExecutor.
-
hasMemoryPerExecutorMb
boolean hasMemoryPerExecutorMb()optional int32 memory_per_executor_mb = 6;
- Returns:
- Whether the memoryPerExecutorMb field is set.
-
getMemoryPerExecutorMb
int getMemoryPerExecutorMb()optional int32 memory_per_executor_mb = 6;
- Returns:
- The memoryPerExecutorMb.
-
getAttemptsList
List<StoreTypes.ApplicationAttemptInfo> getAttemptsList()repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
-
getAttempts
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
-
getAttemptsCount
int getAttemptsCount()repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
-
getAttemptsOrBuilderList
List<? extends StoreTypes.ApplicationAttemptInfoOrBuilder> getAttemptsOrBuilderList()repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
-
getAttemptsOrBuilder
repeated .org.apache.spark.status.protobuf.ApplicationAttemptInfo attempts = 7;
-