Interface Topic.PartitionConfig.CapacityOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Topic.PartitionConfig.Capacity, Topic.PartitionConfig.Capacity.Builder
Enclosing class:
Topic.PartitionConfig

public static interface Topic.PartitionConfig.CapacityOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Publish throughput capacity per partition in MiB/s.
    int
    Subscribe throughput capacity per partition in MiB/s.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPublishMibPerSec

      int getPublishMibPerSec()
       Publish throughput capacity per partition in MiB/s.
       Must be >= 4 and <= 16.
       
      int32 publish_mib_per_sec = 1;
      Returns:
      The publishMibPerSec.
    • getSubscribeMibPerSec

      int getSubscribeMibPerSec()
       Subscribe throughput capacity per partition in MiB/s.
       Must be >= 4 and <= 32.
       
      int32 subscribe_mib_per_sec = 2;
      Returns:
      The subscribeMibPerSec.