Class CountShellMetric

    • Constructor Detail

      • CountShellMetric

        public CountShellMetric()
    • Method Detail

      • updateMetricFromRPC

        public void updateMetricFromRPC​(Object value)
        Update metric from RPC.
        Specified by:
        updateMetricFromRPC in interface IShellMetric
        Parameters:
        value - should be null or long if value is null, it will call incr() if value is Number, it will call incrBy((long)params)