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