Class SummedSharedCounter
- java.lang.Object
-
- pl.allegro.tech.hermes.management.infrastructure.metrics.SummedSharedCounter
-
public class SummedSharedCounter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SummedSharedCounter(java.util.List<ZookeeperClient> zookeeperClients, int expireAfter, int distributedLoaderBackoff, int distributedLoaderRetries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue(java.lang.String path)
-
-
-
Constructor Detail
-
SummedSharedCounter
public SummedSharedCounter(java.util.List<ZookeeperClient> zookeeperClients, int expireAfter, int distributedLoaderBackoff, int distributedLoaderRetries)
-
-