Package com.spidercache.dht

Examples of com.spidercache.dht.DiscoveryService


   *
   */
  private void nodeStart(){
   
    D = new DHT("SpiderCache DHT", DHTPort, MessagePort, null, 0);
    DS = new DiscoveryService(D, DHTPort);
    NA = new NodeAnnouncer(DS);
    cachepath = "/home/snark/cache";
   
  }
View Full Code Here

TOP

Related Classes of com.spidercache.dht.DiscoveryService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.