Package org.apache.spark.status.protobuf
Interface StoreTypes.SparkPlanGraphEdgeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreTypes.SparkPlanGraphEdge
,StoreTypes.SparkPlanGraphEdge.Builder
- Enclosing class:
- StoreTypes
public static interface StoreTypes.SparkPlanGraphEdgeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getFromId
long getFromId()int64 from_id = 1;
- Returns:
- The fromId.
-
getToId
long getToId()int64 to_id = 2;
- Returns:
- The toId.
-