Interface ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBlockedMetric​(int index)
      repeated string blocked_metric = 5;
      com.google.protobuf.ByteString getBlockedMetricBytes​(int index)
      repeated string blocked_metric = 5;
      int getBlockedMetricCount()
      repeated string blocked_metric = 5;
      java.util.List<java.lang.String> getBlockedMetricList()
      repeated string blocked_metric = 5;
      int getGraceSeconds()
      optional int32 grace_seconds = 4;
      int getNumWindows()
      optional int32 num_windows = 3;
      double getThreshold()
      double threshold = 1;
      int getWindowSeconds()
      optional int32 window_seconds = 2;
      boolean hasGraceSeconds()
      optional int32 grace_seconds = 4;
      boolean hasNumWindows()
      optional int32 num_windows = 3;
      boolean hasWindowSeconds()
      optional int32 window_seconds = 2;
      • 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

      • getThreshold

        double getThreshold()
        double threshold = 1;
        Returns:
        The threshold.
      • hasWindowSeconds

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

        int getWindowSeconds()
        optional int32 window_seconds = 2;
        Returns:
        The windowSeconds.
      • hasNumWindows

        boolean hasNumWindows()
        optional int32 num_windows = 3;
        Returns:
        Whether the numWindows field is set.
      • getNumWindows

        int getNumWindows()
        optional int32 num_windows = 3;
        Returns:
        The numWindows.
      • hasGraceSeconds

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

        int getGraceSeconds()
        optional int32 grace_seconds = 4;
        Returns:
        The graceSeconds.
      • getBlockedMetricList

        java.util.List<java.lang.String> getBlockedMetricList()
        repeated string blocked_metric = 5;
        Returns:
        A list containing the blockedMetric.
      • getBlockedMetricCount

        int getBlockedMetricCount()
        repeated string blocked_metric = 5;
        Returns:
        The count of blockedMetric.
      • getBlockedMetric

        java.lang.String getBlockedMetric​(int index)
        repeated string blocked_metric = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The blockedMetric at the given index.
      • getBlockedMetricBytes

        com.google.protobuf.ByteString getBlockedMetricBytes​(int index)
        repeated string blocked_metric = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the blockedMetric at the given index.