T - the type of the domain objectpublic interface Converter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(org.apache.hadoop.hbase.client.Result result)
Extracts the columns from the result and creates the domain object.
|
org.apache.hadoop.hbase.client.Put |
toPut(T t)
Creates a Put object usable by HBase from the domain object.
|
T convert(org.apache.hadoop.hbase.client.Result result)
result - the object from HBaseorg.apache.hadoop.hbase.client.Put toPut(T t)
t - the domain objectCopyright © 2015. All rights reserved.