Interface Topic.PartitionConfig.CapacityOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPublishMibPerSec()
      Publish throughput capacity per partition in MiB/s.
      int getSubscribeMibPerSec()
      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 Detail

      • 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.