Interface ControllerOuterClass.KafkaStreamsPolicySpec.ExpectedLatencyDiagnoserSpecOrBuilder

    • Method Detail

      • getMaxExpectedLatencySeconds

        int getMaxExpectedLatencySeconds()
        int32 max_expected_latency_seconds = 1;
        Returns:
        The maxExpectedLatencySeconds.
      • hasWindowSeconds

        boolean hasWindowSeconds()
        optional int32 window_seconds = 7;
        Returns:
        Whether the windowSeconds field is set.
      • getWindowSeconds

        int getWindowSeconds()
        optional int32 window_seconds = 7;
        Returns:
        The windowSeconds.
      • hasProjectionSeconds

        boolean hasProjectionSeconds()
        optional int32 projection_seconds = 8;
        Returns:
        Whether the projectionSeconds field is set.
      • getProjectionSeconds

        int getProjectionSeconds()
        optional int32 projection_seconds = 8;
        Returns:
        The projectionSeconds.
      • hasScaleDownBufferSeconds

        boolean hasScaleDownBufferSeconds()
        optional int32 scale_down_buffer_seconds = 9;
        Returns:
        Whether the scaleDownBufferSeconds field is set.
      • getScaleDownBufferSeconds

        int getScaleDownBufferSeconds()
        optional int32 scale_down_buffer_seconds = 9;
        Returns:
        The scaleDownBufferSeconds.
      • hasGraceSeconds

        boolean hasGraceSeconds()
        optional int32 grace_seconds = 10;
        Returns:
        Whether the graceSeconds field is set.
      • getGraceSeconds

        int getGraceSeconds()
        optional int32 grace_seconds = 10;
        Returns:
        The graceSeconds.
      • hasStaggerSeconds

        boolean hasStaggerSeconds()
        optional int32 stagger_seconds = 11;
        Returns:
        Whether the staggerSeconds field is set.
      • getStaggerSeconds

        int getStaggerSeconds()
        optional int32 stagger_seconds = 11;
        Returns:
        The staggerSeconds.
      • hasFixedReplicas

        boolean hasFixedReplicas()
        .responsive.controller.v1.controller.proto.KafkaStreamsPolicySpec.FixedReplicaScaleUpStrategySpec fixed_replicas = 2;
        Returns:
        Whether the fixedReplicas field is set.
      • hasRateBased

        boolean hasRateBased()
        .responsive.controller.v1.controller.proto.KafkaStreamsPolicySpec.RateBasedScaleUpStrategySpec rate_based = 3;
        Returns:
        Whether the rateBased field is set.
      • hasScaleToMax

        boolean hasScaleToMax()
        .responsive.controller.v1.controller.proto.KafkaStreamsPolicySpec.ScaleToMaxStrategySpec scale_to_max = 4;
        Returns:
        Whether the scaleToMax field is set.