Uses of Interface
org.apache.accumulo.core.data.KeyBuilder.ColumnFamilyStep
-
Uses of KeyBuilder.ColumnFamilyStep in org.apache.accumulo.core.data
Modifier 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.