-
static interface
Builder step used to set the columnFamily part of the
Key
.
static interface
Builder step used to set the column qualifier part of the
Key
.
KeyBuilder.ColumnQualifierStep.qualifier(byte[] columnQualifier)
Set the column qualifier of the
Key
that this builder will build to the parameter.
KeyBuilder.ColumnQualifierStep.qualifier(byte[] columnQualifier,
int offset,
int length)
Set the column qualifier of the
Key
that this builder will build to the parameter.
Set the column qualifier of the
Key
that this builder will build to the parameter.
KeyBuilder.ColumnQualifierStep.qualifier(org.apache.hadoop.io.Text columnQualifier)
Set the column qualifier of the
Key
that this builder will build to the parameter.