Interface Operation.RawDeletion

    • Method Detail

      • affectedColumn

        ColumnIdentifier affectedColumn()
        The name of the column affected by this delete operation.
      • prepare

        Operation prepare​(java.lang.String keyspace,
                          ColumnMetadata receiver,
                          TableMetadata metadata)
                   throws InvalidRequestException
        This method validates the operation (i.e. validate it is well typed) based on the specification of the column affected by the operation (i.e the one returned by affectedColumn()). It returns an Operation which can be though as post-preparation well-typed Operation.
        Parameters:
        receiver - the "column" this operation applies to.
        metadata -
        Returns:
        the prepared delete operation.
        Throws:
        InvalidRequestException