Interface TableOperation

    • Method Detail

      • getRow

        Row getRow()
        Returns the Row associated with the operation if it is a put operation, otherwise return null.
        Returns:
        the row or null
      • getPrimaryKey

        PrimaryKey getPrimaryKey()
        Returns the PrimaryKey associated with the operation if it is a delete operation, otherwise return null.
        Returns:
        the primary key or null
      • getAbortIfUnsuccessful

        boolean getAbortIfUnsuccessful()
        Returns whether this operation should cause the TableAPI.execute transaction to abort when the operation fails.
        Returns:
        true if operation failure should cause the entire execution to abort