Class SummedSharedCounter


  • public class SummedSharedCounter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SummedSharedCounter​(java.util.List<org.apache.curator.framework.CuratorFramework> curatorClients, int expireAfter, int distributedLoaderBackoff, int distributedLoaderRetries)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getValue​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SummedSharedCounter

        public SummedSharedCounter​(java.util.List<org.apache.curator.framework.CuratorFramework> curatorClients,
                                   int expireAfter,
                                   int distributedLoaderBackoff,
                                   int distributedLoaderRetries)
    • Method Detail

      • getValue

        public long getValue​(java.lang.String path)