Class ItemKeys
java.lang.Object
org.apache.nifi.processors.aws.dynamodb.ItemKeys
Utility class to keep a map of keys and flow files
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionItemKeys(software.amazon.awssdk.services.dynamodb.model.AttributeValue hashKey, software.amazon.awssdk.services.dynamodb.model.AttributeValue rangeKey) -
Method Summary
-
Field Details
-
hashKey
protected software.amazon.awssdk.services.dynamodb.model.AttributeValue hashKey -
rangeKey
protected software.amazon.awssdk.services.dynamodb.model.AttributeValue rangeKey
-
-
Constructor Details
-
ItemKeys
public ItemKeys(software.amazon.awssdk.services.dynamodb.model.AttributeValue hashKey, software.amazon.awssdk.services.dynamodb.model.AttributeValue rangeKey)
-
-
Method Details