Package com.biglybt.pif.ddb
Interface DistributedDatabaseValue
-
- All Known Implementing Classes:
DDBaseValueImpl
public interface DistributedDatabaseValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributedDatabaseContact
getContact()
long
getCreationTime()
java.lang.Object
getValue(java.lang.Class type)
long
getVersion()
-
-
-
Method Detail
-
getValue
java.lang.Object getValue(java.lang.Class type) throws DistributedDatabaseException
- Throws:
DistributedDatabaseException
-
getCreationTime
long getCreationTime()
-
getVersion
long getVersion()
-
getContact
DistributedDatabaseContact getContact()
-
-