-
Gets the column visibility.
void
Mutation.put(byte[] columnFamily,
byte[] columnQualifier,
ColumnVisibility columnVisibility,
byte[] value)
Puts a modification in this mutation.
void
Mutation.put(byte[] columnFamily,
byte[] columnQualifier,
ColumnVisibility columnVisibility,
long timestamp,
byte[] value)
Puts a modification in this mutation.
void
Puts a modification in this mutation.
void
Puts a modification in this mutation.
void
Puts a modification in this mutation.
void
Puts a modification in this mutation.
void
Mutation.put(org.apache.hadoop.io.Text columnFamily,
org.apache.hadoop.io.Text columnQualifier,
ColumnVisibility columnVisibility,
long timestamp,
Value value)
Puts a modification in this mutation.
void
Mutation.put(org.apache.hadoop.io.Text columnFamily,
org.apache.hadoop.io.Text columnQualifier,
ColumnVisibility columnVisibility,
Value value)
Puts a modification in this mutation.
void
Puts a deletion in this mutation.
void
Puts a deletion in this mutation.
void
Puts a deletion in this mutation.
void
Puts a deletion in this mutation.
void
Mutation.putDelete(org.apache.hadoop.io.Text columnFamily,
org.apache.hadoop.io.Text columnQualifier,
ColumnVisibility columnVisibility)
Puts a deletion in this mutation.
void
Mutation.putDelete(org.apache.hadoop.io.Text columnFamily,
org.apache.hadoop.io.Text columnQualifier,
ColumnVisibility columnVisibility,
long timestamp)
Puts a deletion in this mutation.
Sets the visibility for the column to check.
Set the column qualifier of the
Key
that this builder will build to the parameter.
Creates a key with the specified row, the specified column family, the specified column
qualifier, the specified column visibility, the specified timestamp, and delete marker false.
Key(org.apache.hadoop.io.Text row,
org.apache.hadoop.io.Text cf,
org.apache.hadoop.io.Text cq,
ColumnVisibility cv,
long ts)
Creates a key with the specified row, the specified column family, the specified column
qualifier, the specified column visibility, the specified timestamp, and delete marker false.
-
boolean
Compares two ColumnVisibilities for string equivalence, not as a meaningful comparison of terms
and conditions.
boolean
Evaluates the given column visibility against the authorizations provided to this evaluator.