Uses of Class
com.biglybt.pifimpl.local.ddb.DDBaseContactImpl
Packages that use DDBaseContactImpl
-
Uses of DDBaseContactImpl in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as DDBaseContactImplModifier and TypeFieldDescriptionprivate DDBaseContactImpl
DDBaseImpl.dbEvent.contact
private DDBaseContactImpl
DDBaseValueImpl.contact
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DDBaseContactImplModifier and TypeMethodDescriptionprotected 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 DDBaseContactImplModifierConstructorDescriptionprotected
DDBaseValueImpl
(DDBaseContactImpl _contact, byte[] _value_bytes, long _creation_time, long _version) protected
DDBaseValueImpl
(DDBaseContactImpl _contact, Object _value, long _creation_time, long _version)