Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseValue
-
Packages that use DistributedDatabaseValue Package Description com.biglybt.core.content com.biglybt.pif.ddb com.biglybt.pifimpl.local.ddb com.biglybt.plugin.net.netstatus -
-
Uses of DistributedDatabaseValue in com.biglybt.core.content
Methods in com.biglybt.core.content that return DistributedDatabaseValue Modifier and Type Method Description DistributedDatabaseValue
RelatedContentSearcher. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key)
DistributedDatabaseValue
RelatedContentSearcher. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
Methods in com.biglybt.core.content with parameters of type DistributedDatabaseValue Modifier and Type Method Description DistributedDatabaseValue
RelatedContentSearcher. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-
Uses of DistributedDatabaseValue in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DistributedDatabaseValue Modifier and Type Method Description DistributedDatabaseValue
DistributedDatabaseContact. call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout)
DistributedDatabaseValue
DistributedDatabase. createValue(java.lang.Object value)
DistributedDatabaseValue
DistributedDatabaseEvent. getValue()
DistributedDatabaseValue
DistributedDatabaseContact. read(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout)
DistributedDatabaseValue
DistributedDatabaseTransferHandler. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key)
DistributedDatabaseValue
DistributedDatabaseTransferHandler. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
Methods in com.biglybt.pif.ddb that return types with arguments of type DistributedDatabaseValue Modifier and Type Method Description java.util.List<DistributedDatabaseValue>
DistributedDatabase. getValues(DistributedDatabaseKey key)
Get all locally held (direct+indirect) values for a keyMethods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseValue Modifier and Type Method Description DistributedDatabaseValue
DistributedDatabaseContact. call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout)
void
DistributedDatabase. write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value)
void
DistributedDatabase. write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values)
void
DistributedDatabaseContact. write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue data, long timeout)
DistributedDatabaseValue
DistributedDatabaseTransferHandler. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-
Uses of DistributedDatabaseValue in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabaseValue Modifier and Type Class Description class
DDBaseValueImpl
Fields in com.biglybt.pifimpl.local.ddb declared as DistributedDatabaseValue Modifier and Type Field Description private DistributedDatabaseValue
DDBaseImpl.dbEvent. value
Methods in com.biglybt.pifimpl.local.ddb that return types with arguments of type DistributedDatabaseValue Modifier and Type Method Description java.util.List<DistributedDatabaseValue>
DDBaseImpl. getValues(DistributedDatabaseKey key)
-
Uses of DistributedDatabaseValue in com.biglybt.plugin.net.netstatus
Methods in com.biglybt.plugin.net.netstatus that return DistributedDatabaseValue Modifier and Type Method Description DistributedDatabaseValue
NetStatusProtocolTester. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key)
DistributedDatabaseValue
NetStatusProtocolTester. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
Methods in com.biglybt.plugin.net.netstatus with parameters of type DistributedDatabaseValue Modifier and Type Method Description DistributedDatabaseValue
NetStatusProtocolTester. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-