| Package | Description |
|---|---|
| com.spotify.dns |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ChangeNotifierFactory.RunnableChangeNotifier<T>
A
ChangeNotifier that that can be executed. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ChangeNotifier<T> |
ChangeNotifiers.aggregate(ChangeNotifier<T>... notifiers)
Creates a
ChangeNotifier that aggregates the records provided by a list of notifiers. |
static <T> ChangeNotifier<T> |
ChangeNotifiers.aggregate(Iterable<ChangeNotifier<T>> notifiers) |
static <T> ChangeNotifier<T> |
ChangeNotifiers.staticRecords(Set<T> records) |
static <T> ChangeNotifier<T> |
ChangeNotifiers.staticRecords(T... records)
Create a
ChangeNotifier with a static set of records. |
ChangeNotifier<T> |
DnsSrvWatcher.watch(String fqdn)
Starts watching a FQDN, by creating a
ChangeNotifier for it. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ChangeNotifier<T> |
ChangeNotifiers.aggregate(ChangeNotifier<T>... notifiers)
Creates a
ChangeNotifier that aggregates the records provided by a list of notifiers. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ChangeNotifier<T> |
ChangeNotifiers.aggregate(Iterable<ChangeNotifier<T>> notifiers) |
Copyright © 2016. All rights reserved.