eu.reservoir.monitoring.im.dht
Class DHTInfoPlaneRoot

java.lang.Object
  extended by eu.reservoir.monitoring.im.dht.AbstractDHTInfoPlane
      extended by eu.reservoir.monitoring.im.dht.DHTInfoPlaneConsumer
          extended by eu.reservoir.monitoring.im.dht.DHTInfoPlaneRoot
All Implemented Interfaces:
InfoPlane, InfoService, Plane

public class DHTInfoPlaneRoot
extends DHTInfoPlaneConsumer
implements InfoPlane

A DHTInfoPlaneRoot is an InfoPlane implementation that acts as a ROOT for the Information Model data. There needs to be one root for a DHT. The other nodes connect to it.


Constructor Summary
DHTInfoPlaneRoot(java.lang.String localHostname, int localPort)
          Construct a DHTInfoPlane.
 
Method Summary
 
Methods inherited from class eu.reservoir.monitoring.im.dht.DHTInfoPlaneConsumer
addDataSourceInfo, addProbeAttributeInfo, addProbeInfo, announce, dennounce, modifyDataSourceInfo, modifyProbeAttributeInfo, modifyProbeInfo, removeDataSourceInfo, removeProbeAttributeInfo, removeProbeInfo
 
Methods inherited from class eu.reservoir.monitoring.im.dht.AbstractDHTInfoPlane
connect, disconnect, getInfo, lookupDataSourceInfo, lookupDataSourceInfo, lookupProbeAttributeInfo, lookupProbeAttributeInfo, lookupProbeInfo, lookupProbeInfo, putInfo, removeInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.reservoir.monitoring.core.plane.Plane
announce, connect, dennounce, disconnect
 
Methods inherited from interface eu.reservoir.monitoring.core.plane.InfoService
addDataSourceInfo, addProbeAttributeInfo, addProbeInfo, getInfo, lookupDataSourceInfo, lookupDataSourceInfo, lookupProbeAttributeInfo, lookupProbeAttributeInfo, lookupProbeInfo, lookupProbeInfo, modifyDataSourceInfo, modifyProbeAttributeInfo, modifyProbeInfo, putInfo, removeDataSourceInfo, removeInfo, removeProbeAttributeInfo, removeProbeInfo
 

Constructor Detail

DHTInfoPlaneRoot

public DHTInfoPlaneRoot(java.lang.String localHostname,
                        int localPort)
Construct a DHTInfoPlane. Connect to the DHT root at hostname on port,



RESERVOIR Monitoring 0.6.4