Package org.ardverk.dht.storage

Examples of org.ardverk.dht.storage.TransientDatastore


    return new Identity(contactId, address);
  }

  @Provides @Singleton
  Datastore getDatastore() {
    return new TransientDatastore(30L, TimeUnit.MINUTES);
  }
View Full Code Here

TOP

Related Classes of org.ardverk.dht.storage.TransientDatastore

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.