Package com.biglybt.core.dht.control
Interface DHTControlAdapter
-
public interface DHTControlAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[][]
diversify(java.lang.String description, DHTTransportContact cause, boolean put_operation, boolean existing, byte[] key, byte type, boolean exhaustive, int max_depth)
DHTStorageAdapter
getStorageAdapter()
boolean
isDiversified(byte[] key)
-
-
-
Method Detail
-
getStorageAdapter
DHTStorageAdapter getStorageAdapter()
-
diversify
byte[][] diversify(java.lang.String description, DHTTransportContact cause, boolean put_operation, boolean existing, byte[] key, byte type, boolean exhaustive, int max_depth)
-
isDiversified
boolean isDiversified(byte[] key)
-
-