| Package | Description |
|---|---|
| eu.dnetlib.data.hadoop.rmi | |
| eu.dnetlib.data.hadoop.rmi.hbase |
| Modifier and Type | Method and Description |
|---|---|
HBaseRowDescriptor |
HadoopService.describeHBaseColumn(String clusterName,
String tableName,
String rowKey)
Get the columns defined in a given row
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,HBaseRowDescriptor> |
HadoopService.describeHBaseColumns(String clusterName,
String tableName,
List<String> rowKeys)
Get the columns defined in a given set of row
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HadoopService.deleteHBaseColumn(String clusterName,
String tableName,
HBaseRowDescriptor column)
Remove from an HBase table the values identified by a row descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HadoopService.deleteHBaseColumns(String clusterName,
String tableName,
List<HBaseRowDescriptor> column)
Remove from an HBase table the values identified by the given row descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
static HBaseRowDescriptor |
HBaseRowDescriptor.fromJSON(String json) |
Copyright © 2026. All rights reserved.