|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectow.dht.impl.DHTImpl
uk.ac.ic.doc.automed.p2p.overlay.EnhancedDHTImpl
public class EnhancedDHTImpl
EnhancedDHTImpl.java
Extends DHTImpl
to support the filtering of the entire result value set
instead of one value at a time.
Field Summary |
---|
Fields inherited from class ow.dht.impl.DHTImpl |
---|
config, globalDir, localDir, selfIDAddressPair, TAG_GET, TAG_REMOVE |
Constructor Summary | |
---|---|
EnhancedDHTImpl(ow.dht.DHTConfiguration config,
ow.id.ID selfID)
|
|
EnhancedDHTImpl(ow.dht.DHTConfiguration config,
ow.routing.RoutingService routingSvc)
|
|
EnhancedDHTImpl(short applicationID,
short applicationVersion,
ow.dht.DHTConfiguration config,
ow.id.ID selfID)
|
Method Summary | |
---|---|
protected void |
prepareCallbacks(ow.routing.RoutingService routingSvc)
override this method |
Methods inherited from class ow.dht.impl.DHTImpl |
---|
get, get, getConfiguration, getGlobalKeys, getGlobalValues, getKeysFromDirectory, getLastKeyString, getLastRouteString, getLocalKeys, getLocalValues, getRoutingAlgorithmConfiguration, getRoutingService, getRoutingTableString, getSelfIDAddressPair, joinOverlay, joinOverlay, put, put, put, put, put, put, remove, remove, remove, remove, remove, resume, setStatCollectorAddress, stop, suspend |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnhancedDHTImpl(ow.dht.DHTConfiguration config, ow.id.ID selfID) throws java.lang.Exception
java.lang.Exception
public EnhancedDHTImpl(short applicationID, short applicationVersion, ow.dht.DHTConfiguration config, ow.id.ID selfID) throws java.lang.Exception
java.lang.Exception
public EnhancedDHTImpl(ow.dht.DHTConfiguration config, ow.routing.RoutingService routingSvc) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
protected void prepareCallbacks(ow.routing.RoutingService routingSvc)
prepareCallbacks
in class ow.dht.impl.DHTImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |