| Interface | Description |
|---|---|
| InstanceDiscovery |
Interface that encapsulates a source of
Instance info. |
| InstanceObservable.InstanceObserver |
Interface for representing an observer to the
InstanceObservable |
| Class | Description |
|---|---|
| ConfigPropertyBasedDiscovery | |
| ConfigPropertyBasedDiscovery.UnitTest | |
| FileBasedInstanceDiscovery |
Simple class that reads out the contents form a file (line at a time) and uses that info to represent
Instance info |
| Instance |
Class that encapsulates a host or machine that is vending data to Turbine.
|
| Instance.UnitTest | |
| InstanceObservable |
Class the represents a continuous poller that fetches
Instance information from the specified InstanceDiscovery
object. |
| InstanceObservable.UnitTest |