Interface StoreTypes.RDDOperationNodeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreTypes.RDDOperationNode, StoreTypes.RDDOperationNode.Builder
Enclosing class:
StoreTypes

public static interface StoreTypes.RDDOperationNodeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool barrier = 4;
    boolean
    bool cached = 3;
    optional string callsite = 5;
    com.google.protobuf.ByteString
    optional string callsite = 5;
    int
    int32 id = 1;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    .org.apache.spark.status.protobuf.DeterministicLevel output_deterministic_level = 6;
    int
    .org.apache.spark.status.protobuf.DeterministicLevel output_deterministic_level = 6;
    boolean
    optional string callsite = 5;
    boolean
    optional string name = 2;

    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

    • getId

      int getId()
      int32 id = 1;
      Returns:
      The id.
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.
    • getCached

      boolean getCached()
      bool cached = 3;
      Returns:
      The cached.
    • getBarrier

      boolean getBarrier()
      bool barrier = 4;
      Returns:
      The barrier.
    • hasCallsite

      boolean hasCallsite()
      optional string callsite = 5;
      Returns:
      Whether the callsite field is set.
    • getCallsite

      String getCallsite()
      optional string callsite = 5;
      Returns:
      The callsite.
    • getCallsiteBytes

      com.google.protobuf.ByteString getCallsiteBytes()
      optional string callsite = 5;
      Returns:
      The bytes for callsite.
    • getOutputDeterministicLevelValue

      int getOutputDeterministicLevelValue()
      .org.apache.spark.status.protobuf.DeterministicLevel output_deterministic_level = 6;
      Returns:
      The enum numeric value on the wire for outputDeterministicLevel.
    • getOutputDeterministicLevel

      StoreTypes.DeterministicLevel getOutputDeterministicLevel()
      .org.apache.spark.status.protobuf.DeterministicLevel output_deterministic_level = 6;
      Returns:
      The outputDeterministicLevel.