| Package | Description |
|---|---|
| com.nimbusds.infinispan.persistence.dynamodb.config |
Configuration classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamoDBStoreConfigurationBuilder
DynamoDB store configuration builder.
|
| Modifier and Type | Method and Description |
|---|---|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.applyRangeKey(String rangeKeyName)
Sets the name of the optional range key to apply to all DynamoDB
operations.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.consistentReads(boolean enable)
Sets the consistent read flag.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.enableContinuousBackups(boolean enable)
Sets the enable continuous backups / point in time recovery.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.enableStream(boolean enable)
Sets the enable stream flag.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.enableTTL(boolean enable)
Sets the enable DynamoDB item expiration.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.endpoint(String endpoint)
Sets the DynamoDB endpoint.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.hmacSHA256Key(String key)
Sets the HMAC SHA-256 key.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.httpProxyHost(String host)
Sets the HTTP proxy host.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.httpProxyPort(int port)
Sets the HTTP proxy port.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.indexedAttributes(Set<String> indexAttributes)
Sets the optional indexed DynamoDB table attributes.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.itemTransformerClass(Class itemTransformerClass)
Sets the class for transforming between Infinispan entries (key /
value pair and optional metadata) and a corresponding DynamoDB item.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.metricRegistry(com.codahale.metrics.MetricRegistry metricRegistry)
Sets an explicit metric registry to use (other than singleton
MonitorRegistries). |
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.purgeLimit(int purgeLimit)
Sets the limit of expired entries to purge during a run of the
expired entry reaper task.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.queryExecutorClass(Class queryExecutorClass)
Sets the optional class for executing direct queries against
DynamoDB.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.rangeKeyValue(String rangeKeyValue)
Sets the value of the optional range key.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.readCapacity(long readCapacity)
Sets the read capacity to provision when creating a new DynamoDB
table.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.region(com.amazonaws.regions.Regions region)
Sets the DynamoDB region.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.tablePrefix(String tablePrefix)
Sets the DynamoDB table prefix.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.tableWithEncryptionAtRest(boolean encryptionAtRest)
Sets the DynamoDB table encryption at rest.
|
DynamoDBStoreConfigurationChildBuilder |
DynamoDBStoreConfigurationChildBuilder.writeCapacity(long writeCapacity)
Sets the write capacity to provision when creating a new DynamoDB
table.
|
Copyright © 2021 Connect2id Ltd.. All rights reserved.