org.apache.bookkeeper.stream.proto.BandwidthBasedSplitPolicyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stream.proto
package org.apache.bookkeeper.stream.proto;
public interface BandwidthBasedSplitPolicyOrBuilder extends
// @@protoc_insertion_point(interface_extends:bookkeeper.proto.stream.BandwidthBasedSplitPolicy)
com.google.protobuf.MessageOrBuilder {
/**
* int32 max_rate_in_bytes = 1;
* @return The maxRateInBytes.
*/
int getMaxRateInBytes();
/**
* int32 min_rate_in_bytes = 2;
* @return The minRateInBytes.
*/
int getMinRateInBytes();
/**
* int32 max_rate_in_records = 3;
* @return The maxRateInRecords.
*/
int getMaxRateInRecords();
/**
* int32 min_rate_in_records = 4;
* @return The minRateInRecords.
*/
int getMinRateInRecords();
/**
* int32 max_split_factor = 5;
* @return The maxSplitFactor.
*/
int getMaxSplitFactor();
}