public class HBaseRowDescriptor extends Object
| Constructor and Description |
|---|
HBaseRowDescriptor() |
HBaseRowDescriptor(String rowKey,
List<Column> columns) |
| Modifier and Type | Method and Description |
|---|---|
static HBaseRowDescriptor |
fromJSON(String json) |
List<Column> |
getColumns() |
String |
getRowKey() |
void |
setColumns(List<Column> columns) |
void |
setRowKey(String rowKey) |
String |
toString() |
public static HBaseRowDescriptor fromJSON(String json)
public String getRowKey()
public void setRowKey(String rowKey)
Copyright © 2026. All rights reserved.