Package org.elasticsearch.watcher
package org.elasticsearch.watcher
-
Interface SummaryInterfaceDescriptionCallback interface that file changes File Watcher is using to notify listeners about changes.Abstract resource watcher interface.
-
Class SummaryClassDescriptionAbstractResourceWatcher<Listener>Abstract resource watcher framework, which handles adding and removing listeners and calling resource observer.File resources watcher The file watcher checks directory and all its subdirectories for file changes and notifies its listeners accordinglyGeneric resource watcher service Other elasticsearch services can register their resource watchers with this service using
ResourceWatcherService.add(ResourceWatcher)
method.WatcherHandle<W extends ResourceWatcher> -
Enum Class Summary