Interface StoreTypes.RDDPartitionInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string block_name = 1;
    com.google.protobuf.ByteString
    optional string block_name = 1;
    long
    int64 disk_used = 4;
    getExecutors(int index)
    repeated string executors = 5;
    com.google.protobuf.ByteString
    getExecutorsBytes(int index)
    repeated string executors = 5;
    int
    repeated string executors = 5;
    repeated string executors = 5;
    long
    int64 memory_used = 3;
    optional string storage_level = 2;
    com.google.protobuf.ByteString
    optional string storage_level = 2;
    boolean
    optional string block_name = 1;
    boolean
    optional string storage_level = 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

    • hasBlockName

      boolean hasBlockName()
      optional string block_name = 1;
      Returns:
      Whether the blockName field is set.
    • getBlockName

      String getBlockName()
      optional string block_name = 1;
      Returns:
      The blockName.
    • getBlockNameBytes

      com.google.protobuf.ByteString getBlockNameBytes()
      optional string block_name = 1;
      Returns:
      The bytes for blockName.
    • hasStorageLevel

      boolean hasStorageLevel()
      optional string storage_level = 2;
      Returns:
      Whether the storageLevel field is set.
    • getStorageLevel

      String getStorageLevel()
      optional string storage_level = 2;
      Returns:
      The storageLevel.
    • getStorageLevelBytes

      com.google.protobuf.ByteString getStorageLevelBytes()
      optional string storage_level = 2;
      Returns:
      The bytes for storageLevel.
    • getMemoryUsed

      long getMemoryUsed()
      int64 memory_used = 3;
      Returns:
      The memoryUsed.
    • getDiskUsed

      long getDiskUsed()
      int64 disk_used = 4;
      Returns:
      The diskUsed.
    • getExecutorsList

      List<String> getExecutorsList()
      repeated string executors = 5;
      Returns:
      A list containing the executors.
    • getExecutorsCount

      int getExecutorsCount()
      repeated string executors = 5;
      Returns:
      The count of executors.
    • getExecutors

      String getExecutors(int index)
      repeated string executors = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The executors at the given index.
    • getExecutorsBytes

      com.google.protobuf.ByteString getExecutorsBytes(int index)
      repeated string executors = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the executors at the given index.