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

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

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

package org.apache.bookkeeper.stream.proto;

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

  /**
   * .bookkeeper.proto.stream.SplitPolicyType type = 1;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .bookkeeper.proto.stream.SplitPolicyType type = 1;
   * @return The type.
   */
  org.apache.bookkeeper.stream.proto.SplitPolicyType getType();

  /**
   * .bookkeeper.proto.stream.FixedRangeSplitPolicy fixed_range_policy = 2;
   * @return Whether the fixedRangePolicy field is set.
   */
  boolean hasFixedRangePolicy();
  /**
   * .bookkeeper.proto.stream.FixedRangeSplitPolicy fixed_range_policy = 2;
   * @return The fixedRangePolicy.
   */
  org.apache.bookkeeper.stream.proto.FixedRangeSplitPolicy getFixedRangePolicy();
  /**
   * .bookkeeper.proto.stream.FixedRangeSplitPolicy fixed_range_policy = 2;
   */
  org.apache.bookkeeper.stream.proto.FixedRangeSplitPolicyOrBuilder getFixedRangePolicyOrBuilder();

  /**
   * .bookkeeper.proto.stream.BandwidthBasedSplitPolicy bandwidth_policy = 3;
   * @return Whether the bandwidthPolicy field is set.
   */
  boolean hasBandwidthPolicy();
  /**
   * .bookkeeper.proto.stream.BandwidthBasedSplitPolicy bandwidth_policy = 3;
   * @return The bandwidthPolicy.
   */
  org.apache.bookkeeper.stream.proto.BandwidthBasedSplitPolicy getBandwidthPolicy();
  /**
   * .bookkeeper.proto.stream.BandwidthBasedSplitPolicy bandwidth_policy = 3;
   */
  org.apache.bookkeeper.stream.proto.BandwidthBasedSplitPolicyOrBuilder getBandwidthPolicyOrBuilder();

  org.apache.bookkeeper.stream.proto.SplitPolicy.PolicyCase getPolicyCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy