Class ItemKeys

java.lang.Object
org.apache.nifi.processors.aws.dynamodb.ItemKeys

class ItemKeys extends Object
Utility class to keep a map of keys and flow files
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected software.amazon.awssdk.services.dynamodb.model.AttributeValue
     
    protected software.amazon.awssdk.services.dynamodb.model.AttributeValue
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ItemKeys(software.amazon.awssdk.services.dynamodb.model.AttributeValue hashKey, software.amazon.awssdk.services.dynamodb.model.AttributeValue rangeKey)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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