Package org.ardverk.dht.config

Examples of org.ardverk.dht.config.ValueConfig


  }
 
  public DHTFuture<ValueEntity> get(Contact[] contacts,
      Key key, ValueConfig config) {
   
    ValueConfig cfg = configProvider.get(config);
   
    DHTProcess<ValueEntity> process
      = new ValueResponseHandler(messageDispatcher, contacts,
          routeTable, key, cfg);
    return futureManager.submit(process, cfg);
View Full Code Here

TOP

Related Classes of org.ardverk.dht.config.ValueConfig

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.