Package com.spidercache.queue

Examples of com.spidercache.queue.Status


  public InQueue(String hostname,int port)
  {
    inQueue = new PriorityQueue<Request>(100);
    holdList = new ArrayList<String>();   
    destinationList = new HashMap<String, Boolean>();
    status = new Status(nodeStatus.AVAILABLE);
    myadr = new InetSocketAddress(hostname,port);
    logEnable = false;
  }
View Full Code Here

TOP

Related Classes of com.spidercache.queue.Status

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.