- getApplyRangeKey() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the name of the optional range key to apply to all DynamoDB
operations.
- getAWSCredentials() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the AWS credentials.
- getConfiguration() - Method in class com.nimbusds.infinispan.persistence.dynamodb.DynamoDBStore
-
Returns the DynamoDB store configuration.
- getDynamoDBIndex(String) - Method in interface com.nimbusds.infinispan.persistence.dynamodb.query.DynamoDBQueryExecutorInitContext
-
Returns the DynamoDB index for the specified attribute name.
- getDynamoDBItemTransformer() - Method in interface com.nimbusds.infinispan.persistence.dynamodb.query.DynamoDBQueryExecutorInitContext
-
Returns the configured DynamoDB item transformer.
- getEndpoint() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the DynamoDB endpoint.
- getHashKeyAttributeName() - Method in interface com.nimbusds.infinispan.persistence.dynamodb.DynamoDBItemTransformer
-
Returns the DynamoDB hash key attribute name.
- getIndexedAttributes() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the optional indexed DynamoDB attributes.
- getItemTransformerClass() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the class for transforming between Infinispan entries (key /
value pairs and optional metadata) and a corresponding DynamoDB
item.
- getLocalName() - Method in enum com.nimbusds.infinispan.persistence.dynamodb.config.Attribute
-
Gets the local name of this attribute.
- getLocalName() - Method in enum com.nimbusds.infinispan.persistence.dynamodb.config.Element
-
Gets the local name of this element.
- getNamespaces() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfigurationParser
-
- getProvisionedThroughput() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the read and write capacity to provision when creating a new
DynamoDB table.
- getQueryExecutor() - Method in class com.nimbusds.infinispan.persistence.dynamodb.DynamoDBStore
-
- getQueryExecutorClass() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the optional class for executing direct queries against
DynamoDB.
- getRangeKeyValue() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the value of the optional range key.
- getRegion() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the AWS region.
- getTableName() - Method in interface com.nimbusds.infinispan.persistence.dynamodb.DynamoDBItemTransformer
-
Returns the base name of the DynamoDB table.
- getTablePrefix() - Method in class com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfiguration
-
Returns the optional DynamoDB table prefix.