Class DeleteFamily (2.37.0)

public abstract class DeleteFamily implements Entry, Serializable

Representation of a DeleteFamily mod in a data change.

Inheritance

java.lang.Object > DeleteFamily

Implements

Entry, Serializable

Static Methods

create(String familyName)

public static DeleteFamily create(String familyName)
Parameter
NameDescription
familyNameString
Returns
TypeDescription
DeleteFamily

Constructors

DeleteFamily()

public DeleteFamily()

Methods

getFamilyName()

public abstract String getFamilyName()

Get the column family of the current DeleteFamily.

Returns
TypeDescription
String