Class ChildrenChangedOperation

  • All Implemented Interfaces:
    WatchedEventProvider, org.apache.zookeeper.Watcher

    public class ChildrenChangedOperation
    extends FutureEventDrivenOperation<List<String>>
    ChildrenChangedOperation is an watch driven operation. It will wait for an watched event indicating that the children associated with a given node have been modified before retrieving the changed list.