All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.bookkeeper.stream.proto.ParentRangesOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stream.proto

package org.apache.bookkeeper.stream.proto;

public interface ParentRangesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:bookkeeper.proto.stream.ParentRanges)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 range_id = 1;
   * @return The rangeId.
   */
  long getRangeId();

  /**
   * repeated int64 parent_range_ids = 2;
   * @return A list containing the parentRangeIds.
   */
  java.util.List getParentRangeIdsList();
  /**
   * repeated int64 parent_range_ids = 2;
   * @return The count of parentRangeIds.
   */
  int getParentRangeIdsCount();
  /**
   * repeated int64 parent_range_ids = 2;
   * @param index The index of the element to return.
   * @return The parentRangeIds at the given index.
   */
  long getParentRangeIds(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy