net.tomp2p.p2p.config
Class ConfigurationStore
java.lang.Object
net.tomp2p.p2p.config.ConfigurationBase
net.tomp2p.p2p.config.ConfigurationStore
public class ConfigurationStore
- extends ConfigurationBase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationStore
public ConfigurationStore()
isStoreIfAbsent
public boolean isStoreIfAbsent()
setStoreIfAbsent
public ConfigurationStore setStoreIfAbsent(boolean absent)
setRequestP2PConfiguration
public ConfigurationBase setRequestP2PConfiguration(RequestP2PConfiguration requestP2PConfiguration)
getRequestP2PConfiguration
public RequestP2PConfiguration getRequestP2PConfiguration()
setProtectDomain
public ConfigurationBase setProtectDomain(boolean protectDomain)
isProtectDomain
public boolean isProtectDomain()
setRefreshSeconds
public ConfigurationStore setRefreshSeconds(int refreshSeconds)
getRefreshSeconds
public int getRefreshSeconds()
setFutureCreate
public ConfigurationStore setFutureCreate(FutureCreate<FutureDHT> futureCreate)
getFutureCreate
public FutureCreate<FutureDHT> getFutureCreate()
Copyright © 2011. All Rights Reserved.