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

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

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

package org.apache.bookkeeper.stream.proto;

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy