-
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
.
static interface
Builder step used to set the column visibility part of the
Key
.
static interface
Builder step used to set the row part of the
Key
.
KeyBuilder.Build.deleted(boolean deleted)
Set the deleted marker of the
Key
to the parameter.
Change the timestamp of the
Key
created.
KeyBuilder.ColumnVisibilityStep.visibility(byte[] columnVisibility)
Set the column qualifier of the
Key
that this builder will build to the parameter.
KeyBuilder.ColumnVisibilityStep.visibility(byte[] columnVisibility,
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.
Set the column qualifier of the
Key
that this builder will build to the parameter.
KeyBuilder.ColumnVisibilityStep.visibility(org.apache.hadoop.io.Text columnVisibility)
Set the column qualifier of the
Key
that this builder will build to the parameter.