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

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

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

package org.apache.bookkeeper.stream.proto;

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

  /**
   * int64 start_hash_key = 1;
   * @return The startHashKey.
   */
  long getStartHashKey();

  /**
   * int64 end_hash_key = 2;
   * @return The endHashKey.
   */
  long getEndHashKey();

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

  /**
   * int64 storage_container_id = 4;
   * @return The storageContainerId.
   */
  long getStorageContainerId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy