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