com.netflix.curator.framework.recipes.shared
Interface SharedValueReader

All Known Implementing Classes:
SharedValue

public interface SharedValueReader

Abstracts a shared value and allows listening for changes to the value


Method Summary
 com.netflix.curator.framework.listen.ListenerContainer<SharedValueListener> getListenable()
          Returns the listenable
 byte[] getValue()
          Return the current value of the count
 

Method Detail

getValue

byte[] getValue()
Return the current value of the count

Returns:
count

getListenable

com.netflix.curator.framework.listen.ListenerContainer<SharedValueListener> getListenable()
Returns the listenable

Returns:
listenable