Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseProgressListener
-
Packages that use DistributedDatabaseProgressListener Package Description com.biglybt.pif.ddb com.biglybt.pifimpl.local.ddb -
-
Uses of DistributedDatabaseProgressListener in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseProgressListener Modifier and Type Method Description DistributedDatabaseValue
DistributedDatabaseContact. call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout)
DistributedDatabaseValue
DistributedDatabaseContact. read(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout)
void
DistributedDatabaseContact. write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue data, long timeout)
-
Uses of DistributedDatabaseProgressListener in com.biglybt.pifimpl.local.ddb
-