Package org.apache.spark.status.protobuf
Interface StoreTypes.PoolDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.PoolData
,StoreTypes.PoolData.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.PoolDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
long
getStageIds
(int index) repeated int64 stage_ids = 2;
int
repeated int64 stage_ids = 2;
repeated int64 stage_ids = 2;
boolean
hasName()
optional string name = 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
-
hasName
boolean hasName()optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;
- Returns:
- The bytes for name.
-
getStageIdsList
repeated int64 stage_ids = 2;
- Returns:
- A list containing the stageIds.
-
getStageIdsCount
int getStageIdsCount()repeated int64 stage_ids = 2;
- Returns:
- The count of stageIds.
-
getStageIds
long getStageIds(int index) repeated int64 stage_ids = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The stageIds at the given index.
-