Interface StoreTypes.StreamBlockDataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    bool deserialized = 7;
    long
    int64 disk_size = 9;
    optional string executor_id = 2;
    com.google.protobuf.ByteString
    optional string executor_id = 2;
    optional string host_port = 3;
    com.google.protobuf.ByteString
    optional string host_port = 3;
    long
    int64 mem_size = 8;
    optional string name = 1;
    com.google.protobuf.ByteString
    optional string name = 1;
    optional string storage_level = 4;
    com.google.protobuf.ByteString
    optional string storage_level = 4;
    boolean
    bool use_disk = 6;
    boolean
    bool use_memory = 5;
    boolean
    optional string executor_id = 2;
    boolean
    optional string host_port = 3;
    boolean
    optional string name = 1;
    boolean
    optional string storage_level = 4;

    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.
    • hasExecutorId

      boolean hasExecutorId()
      optional string executor_id = 2;
      Returns:
      Whether the executorId field is set.
    • getExecutorId

      String getExecutorId()
      optional string executor_id = 2;
      Returns:
      The executorId.
    • getExecutorIdBytes

      com.google.protobuf.ByteString getExecutorIdBytes()
      optional string executor_id = 2;
      Returns:
      The bytes for executorId.
    • hasHostPort

      boolean hasHostPort()
      optional string host_port = 3;
      Returns:
      Whether the hostPort field is set.
    • getHostPort

      String getHostPort()
      optional string host_port = 3;
      Returns:
      The hostPort.
    • getHostPortBytes

      com.google.protobuf.ByteString getHostPortBytes()
      optional string host_port = 3;
      Returns:
      The bytes for hostPort.
    • hasStorageLevel

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

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

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

      boolean getUseMemory()
      bool use_memory = 5;
      Returns:
      The useMemory.
    • getUseDisk

      boolean getUseDisk()
      bool use_disk = 6;
      Returns:
      The useDisk.
    • getDeserialized

      boolean getDeserialized()
      bool deserialized = 7;
      Returns:
      The deserialized.
    • getMemSize

      long getMemSize()
      int64 mem_size = 8;
      Returns:
      The memSize.
    • getDiskSize

      long getDiskSize()
      int64 disk_size = 9;
      Returns:
      The diskSize.