Class CreatePartitionsOptions

    • Constructor Detail

      • CreatePartitionsOptions

        public CreatePartitionsOptions()
    • Method Detail

      • validateOnly

        public boolean validateOnly()
        Return true if the request should be validated without creating new partitions.
      • validateOnly

        public CreatePartitionsOptions validateOnly​(boolean validateOnly)
        Set to true if the request should be validated without creating new partitions.
      • retryOnQuotaViolation

        public CreatePartitionsOptions retryOnQuotaViolation​(boolean retryOnQuotaViolation)
        Set to true if quota violation should be automatically retried.
      • shouldRetryOnQuotaViolation

        public boolean shouldRetryOnQuotaViolation()
        Returns true if quota violation should be automatically retried.