Uses of Class
com.biglybt.pifimpl.local.ddb.DDBaseContactImpl
-
Packages that use DDBaseContactImpl Package Description com.biglybt.pifimpl.local.ddb -
-
Uses of DDBaseContactImpl in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as DDBaseContactImpl Modifier and Type Field Description private DDBaseContactImpl
DDBaseImpl.dbEvent. contact
private DDBaseContactImpl
DDBaseValueImpl. contact
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DDBaseContactImpl Modifier and Type Method Description protected DistributedDatabaseValue
DDBaseImpl. call(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue value, long timeout)
protected DistributedDatabaseValue
DDBaseImpl. read(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout)
protected DistributedDatabaseValue
DDBaseTTTorrent. read(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout)
protected void
DDBaseImpl. write(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout)
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DDBaseContactImpl Constructor Description DDBaseValueImpl(DDBaseContactImpl _contact, byte[] _value_bytes, long _creation_time, long _version)
DDBaseValueImpl(DDBaseContactImpl _contact, java.lang.Object _value, long _creation_time, long _version)
-