| Modifier and Type | Method and Description |
|---|---|
void |
DynamicHostSet.monitor(DynamicHostSet.HostChangeMonitor<T> monitor)
Deprecated.
Deprecated in favor of
DynamicHostSet.watch(HostChangeMonitor) |
com.twitter.common.base.Command |
DynamicHostSet.watch(DynamicHostSet.HostChangeMonitor<T> monitor)
Registers a monitor to receive change notices for this server set as long as this jvm process
is alive.
|