Uses of Interface
org.apache.curator.framework.recipes.shared.SharedCountReader

Packages that use SharedCountReader
org.apache.curator.framework.recipes.locks   
org.apache.curator.framework.recipes.shared   
 

Uses of SharedCountReader in org.apache.curator.framework.recipes.locks
 

Constructors in org.apache.curator.framework.recipes.locks with parameters of type SharedCountReader
InterProcessSemaphore(org.apache.curator.framework.CuratorFramework client, String path, SharedCountReader count)
          Deprecated.  
InterProcessSemaphoreV2(org.apache.curator.framework.CuratorFramework client, String path, SharedCountReader count)
           
 

Uses of SharedCountReader in org.apache.curator.framework.recipes.shared
 

Classes in org.apache.curator.framework.recipes.shared that implement SharedCountReader
 class SharedCount
          Manages a shared integer.
 

Methods in org.apache.curator.framework.recipes.shared with parameters of type SharedCountReader
 void SharedCountListener.countHasChanged(SharedCountReader sharedCount, int newCount)
          Called when the shared value has changed
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.