Uses of Interface
org.apache.accumulo.core.data.KeyBuilder.Build
Packages that use KeyBuilder.Build
-
Uses of KeyBuilder.Build in org.apache.accumulo.core.data
Subinterfaces of KeyBuilder.Build 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
.static interface
Builder step used to set the column visibility part of theKey
.static interface
Builder step used to set the row part of theKey
.Methods in org.apache.accumulo.core.data that return KeyBuilder.BuildModifier and TypeMethodDescriptionKeyBuilder.Build.deleted
(boolean deleted) Set the deleted marker of theKey
to the parameter.KeyBuilder.Build.timestamp
(long timestamp) Change the timestamp of theKey
created.KeyBuilder.ColumnVisibilityStep.visibility
(byte[] columnVisibility) Set the column qualifier of theKey
that this builder will build to the parameter.KeyBuilder.ColumnVisibilityStep.visibility
(byte[] columnVisibility, int offset, int length) Set the column qualifier of theKey
that this builder will build to the parameter.KeyBuilder.ColumnVisibilityStep.visibility
(CharSequence columnVisibility) Set the column qualifier of theKey
that this builder will build to the parameter.KeyBuilder.ColumnVisibilityStep.visibility
(ColumnVisibility columnVisibility) Set the column qualifier of theKey
that this builder will build to the parameter.KeyBuilder.ColumnVisibilityStep.visibility
(org.apache.hadoop.io.Text columnVisibility) Set the column qualifier of theKey
that this builder will build to the parameter.