Class DHTControlImpl.anonValue
- java.lang.Object
-
- com.biglybt.core.dht.control.impl.DHTControlImpl.anonValue
-
- All Implemented Interfaces:
DHTTransportValue
- Enclosing class:
- DHTControlImpl
protected static class DHTControlImpl.anonValue extends java.lang.Object implements DHTTransportValue
-
-
Field Summary
Fields Modifier and Type Field Description private DHTTransportValue
delegate
-
Constructor Summary
Constructors Modifier Constructor Description protected
anonValue(DHTTransportValue v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCreationTime()
int
getFlags()
int
getLifeTimeHours()
DHTTransportContact
getOriginator()
byte
getReplicationControl()
byte
getReplicationFactor()
byte
getReplicationFrequencyHours()
java.lang.String
getString()
byte[]
getValue()
int
getVersion()
boolean
isLocal()
-
-
-
Field Detail
-
delegate
private final DHTTransportValue delegate
-
-
Constructor Detail
-
anonValue
protected anonValue(DHTTransportValue v)
-
-
Method Detail
-
isLocal
public boolean isLocal()
- Specified by:
isLocal
in interfaceDHTTransportValue
-
getCreationTime
public long getCreationTime()
- Specified by:
getCreationTime
in interfaceDHTTransportValue
-
getValue
public byte[] getValue()
- Specified by:
getValue
in interfaceDHTTransportValue
-
getVersion
public int getVersion()
- Specified by:
getVersion
in interfaceDHTTransportValue
-
getOriginator
public DHTTransportContact getOriginator()
- Specified by:
getOriginator
in interfaceDHTTransportValue
-
getFlags
public int getFlags()
- Specified by:
getFlags
in interfaceDHTTransportValue
-
getLifeTimeHours
public int getLifeTimeHours()
- Specified by:
getLifeTimeHours
in interfaceDHTTransportValue
-
getReplicationControl
public byte getReplicationControl()
- Specified by:
getReplicationControl
in interfaceDHTTransportValue
-
getReplicationFactor
public byte getReplicationFactor()
- Specified by:
getReplicationFactor
in interfaceDHTTransportValue
-
getReplicationFrequencyHours
public byte getReplicationFrequencyHours()
- Specified by:
getReplicationFrequencyHours
in interfaceDHTTransportValue
-
getString
public java.lang.String getString()
- Specified by:
getString
in interfaceDHTTransportValue
-
-