Package org.apache.spark.status.protobuf
Interface StoreTypes.SparkPlanGraphNodeWrapperOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.SparkPlanGraphNodeWrapper
,StoreTypes.SparkPlanGraphNodeWrapper.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.SparkPlanGraphNodeWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.org.apache.spark.status.protobuf.SparkPlanGraphClusterWrapper cluster = 2;
.org.apache.spark.status.protobuf.SparkPlanGraphClusterWrapper cluster = 2;
getNode()
.org.apache.spark.status.protobuf.SparkPlanGraphNode node = 1;
.org.apache.spark.status.protobuf.SparkPlanGraphNode node = 1;
boolean
.org.apache.spark.status.protobuf.SparkPlanGraphClusterWrapper cluster = 2;
boolean
hasNode()
.org.apache.spark.status.protobuf.SparkPlanGraphNode node = 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
-
hasNode
boolean hasNode().org.apache.spark.status.protobuf.SparkPlanGraphNode node = 1;
- Returns:
- Whether the node field is set.
-
getNode
StoreTypes.SparkPlanGraphNode getNode().org.apache.spark.status.protobuf.SparkPlanGraphNode node = 1;
- Returns:
- The node.
-
getNodeOrBuilder
StoreTypes.SparkPlanGraphNodeOrBuilder getNodeOrBuilder().org.apache.spark.status.protobuf.SparkPlanGraphNode node = 1;
-
hasCluster
boolean hasCluster().org.apache.spark.status.protobuf.SparkPlanGraphClusterWrapper cluster = 2;
- Returns:
- Whether the cluster field is set.
-
getCluster
StoreTypes.SparkPlanGraphClusterWrapper getCluster().org.apache.spark.status.protobuf.SparkPlanGraphClusterWrapper cluster = 2;
- Returns:
- The cluster.
-
getClusterOrBuilder
StoreTypes.SparkPlanGraphClusterWrapperOrBuilder getClusterOrBuilder().org.apache.spark.status.protobuf.SparkPlanGraphClusterWrapper cluster = 2;
-
getWrapperCase
StoreTypes.SparkPlanGraphNodeWrapper.WrapperCase getWrapperCase()
-