Interface SharedValueReader

  • All Known Implementing Classes:
    SharedValue

    public interface SharedValueReader
    Abstracts a shared value and allows listening for changes to the value
    • Method Detail

      • getValue

        byte[] getValue()
        Return the current value of the count
        Returns:
        count
      • getVersionedValue

        VersionedValue<byte[]> getVersionedValue()
        Return the current version and value
        Returns:
        version/value
      • getListenable

        org.apache.curator.framework.listen.ListenerContainer<SharedValueListener> getListenable()
        Returns the listenable
        Returns:
        listenable