Package | Description |
---|---|
org.elasticsearch.watcher |
Modifier and Type | Method and Description |
---|---|
ResourceWatcherService.Frequency |
WatcherHandle.frequency() |
static ResourceWatcherService.Frequency |
ResourceWatcherService.Frequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceWatcherService.Frequency[] |
ResourceWatcherService.Frequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<W extends ResourceWatcher> |
ResourceWatcherService.add(W watcher,
ResourceWatcherService.Frequency frequency)
Register new resource watcher that will be checked in the given frequency
|
void |
ResourceWatcherService.notifyNow(ResourceWatcherService.Frequency frequency) |
Copyright © 2009–2015. All rights reserved.