Package org.elasticsearch.xpack.core.watcher.common.stats


package org.elasticsearch.xpack.core.watcher.common.stats
  • Classes
    Class
    Description
    Helper class to create simple usage stat counters based on longs Internally this is a map mapping from String to a long, which is the counter Calling toNestedMap() will create a nested map, where each dot of the key name will nest deeper The main reason for this class is that the stats producer should not be worried about how the map is actually nested