Uses of Interface
org.apache.accumulo.core.data.KeyBuilder.Build
-
Packages that use KeyBuilder.Build Package Description org.apache.accumulo.core.data -
-
Uses of KeyBuilder.Build in org.apache.accumulo.core.data
Subinterfaces of KeyBuilder.Build in org.apache.accumulo.core.data Modifier and Type Interface Description static interfaceKeyBuilder.ColumnFamilyStepBuilder step used to set the columnFamily part of theKey.static interfaceKeyBuilder.ColumnQualifierStepBuilder step used to set the column qualifier part of theKey.static interfaceKeyBuilder.ColumnVisibilityStepBuilder step used to set the column visibility part of theKey.static interfaceKeyBuilder.RowStepBuilder step used to set the row part of theKey.Methods in org.apache.accumulo.core.data that return KeyBuilder.Build Modifier and Type Method Description KeyBuilder.BuildKeyBuilder.Build. deleted(boolean deleted)Set the deleted marker of theKeyto the parameter.KeyBuilder.BuildKeyBuilder.Build. timestamp(long timestamp)Change the timestamp of theKeycreated.KeyBuilder.BuildKeyBuilder.ColumnVisibilityStep. visibility(byte[] columnVisibility)Set the column qualifier of theKeythat this builder will build to the parameter.KeyBuilder.BuildKeyBuilder.ColumnVisibilityStep. visibility(byte[] columnVisibility, int offset, int length)Set the column qualifier of theKeythat this builder will build to the parameter.KeyBuilder.BuildKeyBuilder.ColumnVisibilityStep. visibility(CharSequence columnVisibility)Set the column qualifier of theKeythat this builder will build to the parameter.KeyBuilder.BuildKeyBuilder.ColumnVisibilityStep. visibility(ColumnVisibility columnVisibility)Set the column qualifier of theKeythat this builder will build to the parameter.KeyBuilder.BuildKeyBuilder.ColumnVisibilityStep. visibility(org.apache.hadoop.io.Text columnVisibility)Set the column qualifier of theKeythat this builder will build to the parameter.
-