JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
M
O
W
C
com.twitter.common.net.pool
- package com.twitter.common.net.pool
D
DynamicHostSet
<
T
> - Interface in
com.twitter.common.net.pool
A host set that can be monitored for changes.
DynamicHostSet.HostChangeMonitor
<
T
> - Interface in
com.twitter.common.net.pool
An interface to an object that is interested in receiving notification whenever the host set changes.
DynamicHostSet.MonitorException
- Exception in
com.twitter.common.net.pool
M
monitor(DynamicHostSet.HostChangeMonitor<T>)
- Method in interface com.twitter.common.net.pool.
DynamicHostSet
Deprecated.
Deprecated in favor of
DynamicHostSet.watch(HostChangeMonitor)
MonitorException(String)
- Constructor for exception com.twitter.common.net.pool.
DynamicHostSet.MonitorException
MonitorException(String, Throwable)
- Constructor for exception com.twitter.common.net.pool.
DynamicHostSet.MonitorException
O
onChange(ImmutableSet<T>)
- Method in interface com.twitter.common.net.pool.
DynamicHostSet.HostChangeMonitor
Called when either the available set of services changes (when a service dies or a new instance comes on-line) or when an existing service advertises a status or health change.
W
watch(DynamicHostSet.HostChangeMonitor<T>)
- Method in interface com.twitter.common.net.pool.
DynamicHostSet
Registers a monitor to receive change notices for this server set as long as this jvm process is alive.
C
D
M
O
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes