Class AutoScaling

    • Method Detail

      • maxWorkerCount

        public final Integer maxWorkerCount()

        The maximum number of workers allocated to the connector.

        Returns:
        The maximum number of workers allocated to the connector.
      • mcuCount

        public final Integer mcuCount()

        The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

        Returns:
        The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
      • minWorkerCount

        public final Integer minWorkerCount()

        The minimum number of workers allocated to the connector.

        Returns:
        The minimum number of workers allocated to the connector.
      • scaleInPolicy

        public final ScaleInPolicy scaleInPolicy()

        The sacle-in policy for the connector.

        Returns:
        The sacle-in policy for the connector.
      • scaleOutPolicy

        public final ScaleOutPolicy scaleOutPolicy()

        The sacle-out policy for the connector.

        Returns:
        The sacle-out policy for the connector.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)