Class DeleteCells (2.39.0)

public abstract class DeleteCells implements Entry, Serializable

Representation of a DeleteCells mod in a data change.

Inheritance

java.lang.Object > DeleteCells

Implements

Entry, Serializable

Static Methods

create(String familyName, ByteString qualifier, Range.TimestampRange timestampRange)

public static DeleteCells create(String familyName, ByteString qualifier, Range.TimestampRange timestampRange)
Parameters
Name Description
familyName String
qualifier ByteString
timestampRange Range.TimestampRange
Returns
Type Description
DeleteCells

Constructors

DeleteCells()

public DeleteCells()

Methods

getFamilyName()

public abstract String getFamilyName()

Get the column family of the current DeleteCells.

Returns
Type Description
String

getQualifier()

public abstract ByteString getQualifier()

Get the column qualifier of the current DeleteCells.

Returns
Type Description
ByteString

getTimestampRange()

public abstract Range.TimestampRange getTimestampRange()

Get the timestamp range of the current DeleteCells.

Returns
Type Description
Range.TimestampRange