| Modifier and Type | Method and Description |
|---|---|
FluoKeyValueGenerator |
FluoKeyValueGenerator.set(RowColumnValue rcv)
Set the row, column, and value
|
FluoKeyValueGenerator |
FluoKeyValueGenerator.setColumn(Column col) |
FluoKeyValueGenerator |
FluoKeyValueGenerator.setRow(byte[] row) |
FluoKeyValueGenerator |
FluoKeyValueGenerator.setRow(Bytes row) |
FluoKeyValueGenerator |
FluoKeyValueGenerator.setRow(String row)
This method will use UTF-8 to encode the string as bytes.
|
FluoKeyValueGenerator |
FluoKeyValueGenerator.setRow(org.apache.hadoop.io.Text row) |
FluoKeyValueGenerator |
FluoKeyValueGenerator.setValue(byte[] val) |
FluoKeyValueGenerator |
FluoKeyValueGenerator.setValue(Bytes val) |
FluoKeyValueGenerator |
FluoKeyValueGenerator.setValue(String val)
This method will use UTF-8 to encode the string as bytes.
|
FluoKeyValueGenerator |
FluoKeyValueGenerator.setValue(org.apache.hadoop.io.Text val) |
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.