com.aelitis.azureus.core.dht.control
Interface DHTControlAdapter


public interface DHTControlAdapter

Author:
parg

Method Summary
 byte[][] diversify(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(String description,
                   DHTTransportContact cause,
                   boolean put_operation,
                   boolean existing,
                   byte[] key,
                   byte type,
                   boolean exhaustive,
                   int max_depth)

isDiversified

boolean isDiversified(byte[] key)