LimeWire mojito component api

Uses of Interface
org.limewire.mojito.MojitoDHT

Packages that use MojitoDHT
org.limewire.mojito   
org.limewire.mojito.db   
org.limewire.mojito.util   
 

Uses of MojitoDHT in org.limewire.mojito
 

Classes in org.limewire.mojito that implement MojitoDHT
 class Context
          The Context is the heart of Mojito where everything comes together.
 

Methods in org.limewire.mojito that return MojitoDHT
static MojitoDHT MojitoFactory.createDHT()
          Creates a MojitoDHT with default settings.
static MojitoDHT MojitoFactory.createDHT(String name)
          Creates a MojitoDHT with the given name.
static MojitoDHT MojitoFactory.createDHT(String name, Vendor vendor, Version version)
          Creates a MojitoDHT with the given name, vendor code and version.
static MojitoDHT MojitoFactory.createFirewalledDHT()
          Creates a firewalled MojitoDHT.
static MojitoDHT MojitoFactory.createFirewalledDHT(String name)
          Creates a firewalled MojitoDHT with the given name.
static MojitoDHT MojitoFactory.createFirewalledDHT(String name, Vendor vendor, Version version)
          Creates a firewalled MojitoDHT with the given name, vendor code and version.
 

Uses of MojitoDHT in org.limewire.mojito.db
 

Methods in org.limewire.mojito.db with parameters of type MojitoDHT
static DHTValueEntity DHTValueEntity.createFromStorable(MojitoDHT mojitoDHT, Storable storable)
          Creates and returns a DHTValueEntity from a Storable.
static DHTValueEntity DHTValueEntity.createFromValue(MojitoDHT mojitoDHT, KUID primaryKey, DHTValue value)
          Creates and returns a DHTValueEntity for the given primary key and value.
 

Uses of MojitoDHT in org.limewire.mojito.util
 

Methods in org.limewire.mojito.util that return types with arguments of type MojitoDHT
static List<MojitoDHT> MojitoUtils.createBootStrappedDHTs(int factor)
          Creates factor * KademliaSettings.REPLICATION_PARAMETER bootstrapped DHTs and stores each under its node id in a map.
static List<MojitoDHT> MojitoUtils.createBootStrappedDHTs(int factor, int port)
          Creates factor * KademliaSettings.REPLICATION_PARAMETER bootstrapped DHTs.
static Map<KUID,MojitoDHT> MojitoUtils.createBootStrappedDHTsMap(int factor)
          Creates factor * KademliaSettings.REPLICATION_PARAMETER bootstrapped DHTs and stores each under its node id in a map.
static Map<KUID,MojitoDHT> MojitoUtils.createBootStrappedDHTsMap(int factor, int port)
          Creates factor * KademliaSettings.REPLICATION_PARAMETER bootstrapped DHTs and stores each under its node id in a map.
 

Methods in org.limewire.mojito.util with parameters of type MojitoDHT
static DHTFuture<BootstrapResult> MojitoUtils.bootstrap(MojitoDHT dht, SocketAddress addr)
          A helper method to bootstrap a MojitoDHT instance.
 


LimeWire mojito component api

Copyright © 2009 Lime Wire LLC. All Rights Reserved.