Uses of Interface
org.apache.accumulo.core.data.KeyBuilder.ColumnVisibilityStep
Packages that use KeyBuilder.ColumnVisibilityStep
-
Uses of KeyBuilder.ColumnVisibilityStep in org.apache.accumulo.core.data
Subinterfaces of KeyBuilder.ColumnVisibilityStep in org.apache.accumulo.core.dataModifier and TypeInterfaceDescriptionstatic interface
Builder step used to set the columnFamily part of theKey
.static interface
Builder step used to set the column qualifier part of theKey
.Methods in org.apache.accumulo.core.data that return KeyBuilder.ColumnVisibilityStepModifier and TypeMethodDescriptionKeyBuilder.ColumnQualifierStep.qualifier
(byte[] columnQualifier) Set the column qualifier of theKey
that this builder will build to the parameter.KeyBuilder.ColumnQualifierStep.qualifier
(byte[] columnQualifier, int offset, int length) Set the column qualifier of theKey
that this builder will build to the parameter.KeyBuilder.ColumnQualifierStep.qualifier
(CharSequence columnQualifier) Set the column qualifier of theKey
that this builder will build to the parameter.KeyBuilder.ColumnQualifierStep.qualifier
(org.apache.hadoop.io.Text columnQualifier) Set the column qualifier of theKey
that this builder will build to the parameter.