Uses of Interface
org.apache.accumulo.core.data.KeyBuilder.Build
Packages that use KeyBuilder.Build
- 
Uses of KeyBuilder.Build in org.apache.accumulo.core.dataSubinterfaces of KeyBuilder.Build in org.apache.accumulo.core.dataModifier and TypeInterfaceDescriptionstatic interfaceBuilder step used to set the columnFamily part of theKey.static interfaceBuilder step used to set the column qualifier part of theKey.static interfaceBuilder step used to set the column visibility part of theKey.static interfaceBuilder 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 theKeyto the parameter.KeyBuilder.Build.timestamp(long timestamp) Change the timestamp of theKeycreated.KeyBuilder.ColumnVisibilityStep.visibility(byte[] columnVisibility) Set the column qualifier of theKeythat this builder will build to the parameter.KeyBuilder.ColumnVisibilityStep.visibility(byte[] columnVisibility, int offset, int length) Set the column qualifier of theKeythat this builder will build to the parameter.KeyBuilder.ColumnVisibilityStep.visibility(CharSequence columnVisibility) Set the column qualifier of theKeythat this builder will build to the parameter.KeyBuilder.ColumnVisibilityStep.visibility(ColumnVisibility columnVisibility) Set the column qualifier of theKeythat this builder will build to the parameter.KeyBuilder.ColumnVisibilityStep.visibility(org.apache.hadoop.io.Text columnVisibility) Set the column qualifier of theKeythat this builder will build to the parameter.