Interface CompactionMergeInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CompactionMergeInfo, CompactionMergeInfo.Builder

public interface CompactionMergeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getSources(int index)
    repeated int64 sources = 1;
    int
    repeated int64 sources = 1;
    repeated int64 sources = 1;
    long
    int64 target = 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

    • getSourcesList

      List<Long> getSourcesList()
      repeated int64 sources = 1;
      Returns:
      A list containing the sources.
    • getSourcesCount

      int getSourcesCount()
      repeated int64 sources = 1;
      Returns:
      The count of sources.
    • getSources

      long getSources(int index)
      repeated int64 sources = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The sources at the given index.
    • getTarget

      long getTarget()
      int64 target = 2;
      Returns:
      The target.