Package com.biglybt.core.dht.db
Interface DHTDBValue
-
- All Superinterfaces:
DHTTransportValue
- All Known Implementing Classes:
DHTDBValueImpl
public interface DHTDBValue extends DHTTransportValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DHTDBValue
getValueForRelay(DHTTransportContact new_originator)
void
setFlags(byte flags)
-
Methods inherited from interface com.biglybt.core.dht.transport.DHTTransportValue
getCreationTime, getFlags, getLifeTimeHours, getOriginator, getReplicationControl, getReplicationFactor, getReplicationFrequencyHours, getString, getValue, getVersion, isLocal
-
-
-
-
Method Detail
-
setFlags
void setFlags(byte flags)
-
getValueForRelay
DHTDBValue getValueForRelay(DHTTransportContact new_originator)
-
-