Examples of TopologyMaintenanceSessionImpl


Examples of tahrir.io.net.sessions.TopologyMaintenanceSessionImpl

      // logger.warn("Don't know how to assimilate through already connected peers yet");
      // }
    } else if (config.topologyMaintenance) { // && !hasForwardedRecently) {
      // do maintenance on topology for small world network
      final int randomLocationToFind = Math.abs(TrUtils.rand.nextInt());
      final TopologyMaintenanceSessionImpl tm = node.sessionMgr.getOrCreateLocalSession(TopologyMaintenanceSessionImpl.class);
      tm.startTopologyMaintenance(randomLocationToFind);
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.