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 TypeMethodDescriptionbooleancontainsLocality(String key) map<string, int64> locality = 3;getInfo().org.apache.spark.status.protobuf.StageData info = 1;.org.apache.spark.status.protobuf.StageData info = 1;longgetJobIds(int index) repeated int64 job_ids = 2;intrepeated int64 job_ids = 2;repeated int64 job_ids = 2;Deprecated.intmap<string, int64> locality = 3;map<string, int64> locality = 3;longgetLocalityOrDefault(String key, long defaultValue) map<string, int64> locality = 3;longgetLocalityOrThrow(String key) map<string, int64> locality = 3;booleanhasInfo().org.apache.spark.status.protobuf.StageData info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-