Uses of Interface
com.netflix.curator.framework.recipes.shared.SharedCountReader

Packages that use SharedCountReader
com.netflix.curator.framework.recipes.locks   
com.netflix.curator.framework.recipes.shared   
 

Uses of SharedCountReader in com.netflix.curator.framework.recipes.locks
 

Constructors in com.netflix.curator.framework.recipes.locks with parameters of type SharedCountReader
InterProcessSemaphore(CuratorFramework client, String path, SharedCountReader count)
           
 

Uses of SharedCountReader in com.netflix.curator.framework.recipes.shared
 

Classes in com.netflix.curator.framework.recipes.shared that implement SharedCountReader
 class SharedCount
          Manages a shared integer.
 

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



Copyright © 2012. All Rights Reserved.