public class DynamoDBServiceConfig extends DbConfig
Modifier and Type | Field and Description |
---|---|
private String |
awsAccessKey |
private String |
awsSecretKey |
static int |
DEFAULT_POOL_SIZE |
private String |
keyField |
private int |
poolSize |
private String |
storeAs |
private String |
table |
DEFAULT_SHORT_LIVED_MAP_TTL_SECONDS
Constructor and Description |
---|
DynamoDBServiceConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAwsAccessKey() |
String |
getAwsSecretKey() |
String |
getKeyField() |
int |
getPoolSize() |
String |
getStoreAs() |
String |
getTable() |
void |
setAwsAccessKey(String awsAccessKey) |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setKeyField(String keyField) |
void |
setPoolSize(int poolSize) |
void |
setStoreAs(String storeAs) |
void |
setTable(String table) |
getShortLivedMapTtlSeconds, isEnabled, setEnabled, setShortLivedMapTtlSeconds
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private String table
private String storeAs
public static final int DEFAULT_POOL_SIZE
private int poolSize
private String keyField
private String awsAccessKey
private String awsSecretKey
public int getPoolSize()
public void setPoolSize(int poolSize)
public String getStoreAs()
public void setStoreAs(String storeAs)
public String getTable()
public void setTable(String table)
public String getKeyField()
public void setKeyField(String keyField)
public String getAwsAccessKey()
public void setAwsAccessKey(String awsAccessKey)
public String getAwsSecretKey()
public void setAwsSecretKey(String awsSecretKey)