Package com.biglybt.core.dht.control
Interface DHTControlAdapter
public interface DHTControlAdapter
-
Method Summary
Modifier and TypeMethodDescriptionbyte[][]
diversify
(String description, DHTTransportContact cause, boolean put_operation, boolean existing, byte[] key, byte type, boolean exhaustive, int max_depth) boolean
isDiversified
(byte[] key)
-
Method Details
-
getStorageAdapter
DHTStorageAdapter getStorageAdapter() -
diversify
byte[][] diversify(String description, DHTTransportContact cause, boolean put_operation, boolean existing, byte[] key, byte type, boolean exhaustive, int max_depth) -
isDiversified
boolean isDiversified(byte[] key)
-