Package com.subgraph.orchid

Examples of com.subgraph.orchid.Descriptor


      if(status.hasFlag("Running") && status.hasFlag("Valid")) {
        final RouterImpl router = updateOrCreateRouter(status, oldRouterByIdentity);
        addRouter(router);
        classifyRouter(router);
      }
      final Descriptor d = getDescriptorForRouterStatus(status, consensus.getFlavor() == ConsensusFlavor.MICRODESC);
      if(d != null) {
        d.setLastListed(consensus.getValidAfterTime().getTime());
      }
    }
   
    logger.fine("Loaded "+ routersByIdentity.size() +" routers from consensus document");
    currentConsensus = consensus;
View Full Code Here

TOP

Related Classes of com.subgraph.orchid.Descriptor

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.