Interface ControllerOuterClass.KafkaStreamsPolicySpec.RateBasedDiagnoserSpecOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getRate()
      int32 rate = 1;
      int getWindowMs()
      optional int32 window_ms = 2;
      boolean hasWindowMs()
      optional int32 window_ms = 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

      • getRate

        int getRate()
        int32 rate = 1;
        Returns:
        The rate.
      • hasWindowMs

        boolean hasWindowMs()
        optional int32 window_ms = 2;
        Returns:
        Whether the windowMs field is set.
      • getWindowMs

        int getWindowMs()
        optional int32 window_ms = 2;
        Returns:
        The windowMs.