Uses of Interface
me.prettyprint.hector.api.locking.HLockObserver

Packages that use HLockObserver
me.prettyprint.cassandra.locking   
me.prettyprint.hector.api.locking   
 

Uses of HLockObserver in me.prettyprint.cassandra.locking
 

Methods in me.prettyprint.cassandra.locking that return HLockObserver
 HLockObserver HLockImpl.getObserver()
           
 

Methods in me.prettyprint.cassandra.locking with parameters of type HLockObserver
 void HLockImpl.setObserver(HLockObserver observer)
           
 

Uses of HLockObserver in me.prettyprint.hector.api.locking
 

Methods in me.prettyprint.hector.api.locking that return HLockObserver
 HLockObserver HLock.getObserver()
          Get the observer for this lock
 

Methods in me.prettyprint.hector.api.locking with parameters of type HLockObserver
 void HLock.setObserver(HLockObserver observer)
          Set the observer to receive events
 



Copyright © 2013. All Rights Reserved.