public class AerospikeDBServiceConfig extends DbConfig
Copyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private String |
host |
private String |
namespace |
private int |
port |
private String |
set |
DEFAULT_SHORT_LIVED_MAP_TTL_SECONDS
Constructor and Description |
---|
AerospikeDBServiceConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getNamespace() |
int |
getPort() |
String |
getSet() |
void |
setHost(String host) |
void |
setNamespace(String namespace) |
void |
setPort(int port) |
void |
setSet(String set) |
getShortLivedMapTtlSeconds, isEnabled, setEnabled, setShortLivedMapTtlSeconds
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private String host
private int port
private String namespace
private String set
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getNamespace()
public void setNamespace(String namespace)
public String getSet()
public void setSet(String set)