Class DeleteCells (2.37.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
NameDescription
familyNameString
qualifierByteString
timestampRangeRange.TimestampRange
Returns
TypeDescription
DeleteCells

Constructors

DeleteCells()

public DeleteCells()

Methods

getFamilyName()

public abstract String getFamilyName()

Get the column family of the current DeleteCells.

Returns
TypeDescription
String

getQualifier()

public abstract ByteString getQualifier()

Get the column qualifier of the current DeleteCells.

Returns
TypeDescription
ByteString

getTimestampRange()

public abstract Range.TimestampRange getTimestampRange()

Get the timestamp range of the current DeleteCells.

Returns
TypeDescription
Range.TimestampRange