Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseListener
-
Packages that use DistributedDatabaseListener Package Description com.biglybt.pif.ddb com.biglybt.pifimpl.local.ddb -
-
Uses of DistributedDatabaseListener in com.biglybt.pif.ddb
-
Uses of DistributedDatabaseListener in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as DistributedDatabaseListener Modifier and Type Field Description private DistributedDatabaseListener
DDBaseImpl.listenerMapper. listener
Fields in com.biglybt.pifimpl.local.ddb with type parameters of type DistributedDatabaseListener Modifier and Type Field Description private CopyOnWriteList<DistributedDatabaseListener>
DDBaseImpl. listeners
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseListener Constructor Description listenerMapper(DistributedDatabaseListener _listener, int _type, DistributedDatabaseKey _key, byte[] _key_bytes, long _timeout, int _continuation_num)
listenerMapper(DistributedDatabaseListener _listener, int _type, DistributedDatabaseKey _key, long _timeout, boolean _exhaustive, boolean _high_priority)
-