Package org.apache.spark.status.protobuf
Interface StoreTypes.StageDataWrapperOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.StageDataWrapper
,StoreTypes.StageDataWrapper.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.StageDataWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsLocality
(String key) map<string, int64> locality = 3;
getInfo()
.org.apache.spark.status.protobuf.StageData info = 1;
.org.apache.spark.status.protobuf.StageData info = 1;
long
getJobIds
(int index) repeated int64 job_ids = 2;
int
repeated int64 job_ids = 2;
repeated int64 job_ids = 2;
Deprecated.int
map<string, int64> locality = 3;
map<string, int64> locality = 3;
long
getLocalityOrDefault
(String key, long defaultValue) map<string, int64> locality = 3;
long
getLocalityOrThrow
(String key) map<string, int64> locality = 3;
boolean
hasInfo()
.org.apache.spark.status.protobuf.StageData info = 1;
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
-
hasInfo
boolean hasInfo().org.apache.spark.status.protobuf.StageData info = 1;
- Returns:
- Whether the info field is set.
-
getInfo
StoreTypes.StageData getInfo().org.apache.spark.status.protobuf.StageData info = 1;
- Returns:
- The info.
-
getInfoOrBuilder
StoreTypes.StageDataOrBuilder getInfoOrBuilder().org.apache.spark.status.protobuf.StageData info = 1;
-
getJobIdsList
repeated int64 job_ids = 2;
- Returns:
- A list containing the jobIds.
-
getJobIdsCount
int getJobIdsCount()repeated int64 job_ids = 2;
- Returns:
- The count of jobIds.
-
getJobIds
long getJobIds(int index) repeated int64 job_ids = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The jobIds at the given index.
-
getLocalityCount
int getLocalityCount()map<string, int64> locality = 3;
-
containsLocality
map<string, int64> locality = 3;
-
getLocality
Deprecated.UsegetLocalityMap()
instead. -
getLocalityMap
map<string, int64> locality = 3;
-
getLocalityOrDefault
map<string, int64> locality = 3;
-
getLocalityOrThrow
map<string, int64> locality = 3;
-