Enum ServerGauge

    • Enum Constant Detail

      • DOCUMENT_COUNT

        public static final ServerGauge DOCUMENT_COUNT
      • SEGMENT_COUNT

        public static final ServerGauge SEGMENT_COUNT
      • LLC_PARTITION_CONSUMING

        public static final ServerGauge LLC_PARTITION_CONSUMING
      • HIGHEST_STREAM_OFFSET_CONSUMED

        public static final ServerGauge HIGHEST_STREAM_OFFSET_CONSUMED
      • LAST_REALTIME_SEGMENT_CREATION_DURATION_SECONDS

        public static final ServerGauge LAST_REALTIME_SEGMENT_CREATION_DURATION_SECONDS
      • LAST_REALTIME_SEGMENT_CREATION_WAIT_TIME_SECONDS

        public static final ServerGauge LAST_REALTIME_SEGMENT_CREATION_WAIT_TIME_SECONDS
      • LAST_REALTIME_SEGMENT_INITIAL_CONSUMPTION_DURATION_SECONDS

        public static final ServerGauge LAST_REALTIME_SEGMENT_INITIAL_CONSUMPTION_DURATION_SECONDS
      • LAST_REALTIME_SEGMENT_CATCHUP_DURATION_SECONDS

        public static final ServerGauge LAST_REALTIME_SEGMENT_CATCHUP_DURATION_SECONDS
      • LAST_REALTIME_SEGMENT_COMPLETION_DURATION_SECONDS

        public static final ServerGauge LAST_REALTIME_SEGMENT_COMPLETION_DURATION_SECONDS
      • REALTIME_OFFHEAP_MEMORY_USED

        public static final ServerGauge REALTIME_OFFHEAP_MEMORY_USED
      • REALTIME_SEGMENT_NUM_PARTITIONS

        public static final ServerGauge REALTIME_SEGMENT_NUM_PARTITIONS
      • LLC_SIMULTANEOUS_SEGMENT_BUILDS

        public static final ServerGauge LLC_SIMULTANEOUS_SEGMENT_BUILDS
      • RESIZE_TIME_MS

        public static final ServerGauge RESIZE_TIME_MS
      • UPSERT_PRIMARY_KEYS_COUNT

        public static final ServerGauge UPSERT_PRIMARY_KEYS_COUNT
      • DEDUP_PRIMARY_KEYS_COUNT

        public static final ServerGauge DEDUP_PRIMARY_KEYS_COUNT
      • CONSUMPTION_QUOTA_UTILIZATION

        public static final ServerGauge CONSUMPTION_QUOTA_UTILIZATION
      • JVM_HEAP_USED_BYTES

        public static final ServerGauge JVM_HEAP_USED_BYTES
    • Method Detail

      • values

        public static ServerGauge[] values()
        Returns an array containing the constants of this enum type, in the order they are declared.
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ServerGauge valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • isGlobal

        public boolean isGlobal()
        Returns true if the gauge is global (not attached to a particular resource)
        Specified by:
        isGlobal in interface AbstractMetrics.Gauge
        Returns:
        true if the gauge is global