public class ConfigurationStore extends ConfigurationBase
| Constructor and Description |
|---|
ConfigurationStore() |
| Modifier and Type | Method and Description |
|---|---|
FutureCreate<FutureDHT> |
getFutureCreate() |
int |
getRefreshSeconds() |
RequestP2PConfiguration |
getRequestP2PConfiguration() |
boolean |
isProtectDomain() |
boolean |
isStoreIfAbsent() |
ConfigurationStore |
setFutureCreate(FutureCreate<FutureDHT> futureCreate) |
ConfigurationBase |
setProtectDomain(boolean protectDomain) |
ConfigurationStore |
setRefreshSeconds(int refreshSeconds) |
ConfigurationBase |
setRequestP2PConfiguration(RequestP2PConfiguration requestP2PConfiguration) |
ConfigurationStore |
setStoreIfAbsent(boolean absent) |
getContentKey, getDomain, getRoutingConfiguration, isSignMessage, setContentKey, setDomain, setRoutingConfiguration, setSignMessagepublic boolean isStoreIfAbsent()
public ConfigurationStore setStoreIfAbsent(boolean absent)
public ConfigurationBase setRequestP2PConfiguration(RequestP2PConfiguration requestP2PConfiguration)
public RequestP2PConfiguration getRequestP2PConfiguration()
public ConfigurationBase setProtectDomain(boolean protectDomain)
public boolean isProtectDomain()
public ConfigurationStore setRefreshSeconds(int refreshSeconds)
public int getRefreshSeconds()
public ConfigurationStore setFutureCreate(FutureCreate<FutureDHT> futureCreate)
public FutureCreate<FutureDHT> getFutureCreate()
Copyright © 2011. All Rights Reserved.