public class HBaseUtil extends Object
TableInputFormat| Constructor and Description |
|---|
HBaseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.client.Scan |
convertStringToScan(String base64)
Converts the given Base64 string back into a Scan instance.
|
public static org.apache.hadoop.hbase.client.Scan convertStringToScan(String base64) throws IOException
base64 - The scan details.IOException - When reading the scan instance fails.Copyright © 2013–2014. All rights reserved.