public class RowSerializerUtil
extends java.lang.Object
| Constructor and Description |
|---|
RowSerializerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getCellFamily(ResultCell cell,
java.nio.charset.Charset charset,
boolean base64encodeValues) |
static java.lang.String |
getCellQualifier(ResultCell cell,
java.nio.charset.Charset charset,
boolean base64encodeValues) |
static java.lang.String |
getCellValue(ResultCell cell,
java.nio.charset.Charset charset,
boolean base64encodeValues) |
static java.lang.String |
getRowId(byte[] rowId,
java.nio.charset.Charset charset,
boolean base64encodeValues) |
public static java.lang.String getRowId(byte[] rowId,
java.nio.charset.Charset charset,
boolean base64encodeValues)
rowId - the row id to get the string fromcharset - the charset that was used to encode the cell's rowbase64encodeValues - whether or not to base64 encode the returned stringpublic static java.lang.String getCellFamily(ResultCell cell, java.nio.charset.Charset charset, boolean base64encodeValues)
cell - the cell to get the family fromcharset - the charset that was used to encode the cell's familybase64encodeValues - whether or not to base64 encode the returned stringpublic static java.lang.String getCellQualifier(ResultCell cell, java.nio.charset.Charset charset, boolean base64encodeValues)
cell - the cell to get the qualifier fromcharset - the charset that was used to encode the cell's qualifierbase64encodeValues - whether or not to base64 encode the returned stringpublic static java.lang.String getCellValue(ResultCell cell, java.nio.charset.Charset charset, boolean base64encodeValues)
cell - the cell to get the value fromcharset - the charset that was used to encode the cell's valuebase64encodeValues - whether or not to base64 encode the returned string