Uses of Interface
org.apache.accumulo.core.data.KeyBuilder.ColumnQualifierStep
Packages that use KeyBuilder.ColumnQualifierStep
- 
Uses of KeyBuilder.ColumnQualifierStep in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return KeyBuilder.ColumnQualifierStepModifier and TypeMethodDescriptionKeyBuilder.ColumnFamilyStep.family(byte[] columnFamily) Set the column family of theKeythat this builder will build to the parameter.KeyBuilder.ColumnFamilyStep.family(byte[] columnFamily, int offset, int length) Set the column family of theKeythat this builder will build to the parameter.KeyBuilder.ColumnFamilyStep.family(CharSequence columnFamily) Set the column family of theKeythat this builder will build to the parameter.KeyBuilder.ColumnFamilyStep.family(org.apache.hadoop.io.Text columnFamily) Set the column family of theKeythat this builder will build to the parameter.