Skip navigation links
A C D E F G H K L S T V 

A

addHBaseColumn(String, String, String, String, String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Add to an HBase table the value into the cell identified by coordinates rowKey, columnFamily and qualifier.
asList() - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopJobType.AdminJobType
 
asStringList() - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopJobType.AdminJobType
 
asStringSet() - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopJobType.AdminJobType
 

C

Column - Class in eu.dnetlib.data.hadoop.rmi.hbase
Created by claudio on 23/10/15.
Column() - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.Column
 
Column(String) - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.Column
 
Column(String, List<String>) - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.Column
 
createConfiguredHbaseTable(String, String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Creates the hbase table.
createHbaseTable(String, String, Set<String>) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Creates the hbase table.
createHdfsDirectory(String, String, boolean) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Creates a directory on HDFS, eventually deleteing its content.

D

deleteHBaseColumn(String, String, HBaseRowDescriptor) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Remove from an HBase table the values identified by a row descriptor.
deleteHBaseColumns(String, String, List<HBaseRowDescriptor>) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Remove from an HBase table the values identified by the given row descriptors.
deleteHdfsPath(String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Deletes a path on HDFS
describeHBaseColumn(String, String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Get the columns defined in a given row
describeHBaseColumns(String, String, List<String>) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Get the columns defined in a given set of row
describeHbaseTable(String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Describe hbase table.
describeHBaseTableConfiguration(String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Get the HBase table schema and the region splits configuration
dropHbaseTable(String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Drop hbase table.

E

ensureHbaseTable(String, String, Set<String>) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Ensure hbase table.
eu.dnetlib.data.hadoop.rmi - package eu.dnetlib.data.hadoop.rmi
 
eu.dnetlib.data.hadoop.rmi.hbase - package eu.dnetlib.data.hadoop.rmi.hbase
 
eu.dnetlib.data.hadoop.rmi.hbase.schema - package eu.dnetlib.data.hadoop.rmi.hbase.schema
 
existHbaseTable(String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Exist hbase table.
existHdfsPath(String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Check if path on HDFS exists

F

fromJSON(String) - Static method in class eu.dnetlib.data.hadoop.rmi.hbase.HBaseRowDescriptor
 
fromJSON(String) - Static method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableDescriptor
 

G

getClusterConfiguration(String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Gets the cluster configuration.
getColumns() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.HBaseRowDescriptor
 
getColumns() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableDescriptor
 
getEndKey() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableRegionInfo
 
getFamily() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.Column
 
getHadoopId() - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Gets the hadoop id.
getId() - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Gets the id.
getJobDescription() - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Gets the job description.
getJobName() - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Gets the job name.
getLastActivity() - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Gets the last activity.
getQualifier() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.Column
 
getRegions() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableDescriptor
 
getRowKey() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.HBaseRowDescriptor
 
getStartKey() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableRegionInfo
 
getStartTime() - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Gets the start time.
getStatus() - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Gets the status.
getTrackingUrl() - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Gets the tracking url.

H

HadoopBlackboardActions - Enum in eu.dnetlib.data.hadoop.rmi
Enum of the available HadoopBlackboardActions.
HadoopJobDescriptor - Class in eu.dnetlib.data.hadoop.rmi
<hadoopJobDescriptor> <jobName>ImportRecordsJob</jobName> <jobDescription>map only job that maps xml metada records from a sequence file into an hbase table</jobDescription> <id>abc</id> <status>xyz</status> </hadoopJobDescriptor>
HadoopJobDescriptor() - Constructor for class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Instantiates a new hadoop job descriptor.
HadoopJobDescriptor(String, String, String, String, String, String, String, String) - Constructor for class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Instantiates a new hadoop job descriptor.
HadoopJobType - Enum in eu.dnetlib.data.hadoop.rmi
Enum of supported hadoop job types.
HadoopJobType.AdminJobType - Enum in eu.dnetlib.data.hadoop.rmi
The Enum AdminJobType.
HadoopService - Interface in eu.dnetlib.data.hadoop.rmi
The Interface HadoopService.
HadoopServiceException - Exception in eu.dnetlib.data.hadoop.rmi
The Class HadoopServiceException.
HadoopServiceException(String) - Constructor for exception eu.dnetlib.data.hadoop.rmi.HadoopServiceException
Instantiates a new hadoop service exception.
HadoopServiceException(String, Throwable) - Constructor for exception eu.dnetlib.data.hadoop.rmi.HadoopServiceException
Instantiates a new hadoop service exception.
HadoopServiceException(Throwable) - Constructor for exception eu.dnetlib.data.hadoop.rmi.HadoopServiceException
Instantiates a new hadoop service exception.
HBaseRowDescriptor - Class in eu.dnetlib.data.hadoop.rmi.hbase
Created by claudio on 23/10/15.
HBaseRowDescriptor() - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.HBaseRowDescriptor
 
HBaseRowDescriptor(String, List<Column>) - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.HBaseRowDescriptor
 
HBaseTableDescriptor - Class in eu.dnetlib.data.hadoop.rmi.hbase.schema
Created by claudio on 11/11/15.
HBaseTableDescriptor() - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableDescriptor
 
HBaseTableDescriptor(Set<String>, List<HBaseTableRegionInfo>) - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableDescriptor
 
HBaseTableRegionInfo - Class in eu.dnetlib.data.hadoop.rmi.hbase.schema
Created by claudio on 11/11/15.
HBaseTableRegionInfo() - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableRegionInfo
 
HBaseTableRegionInfo(String, String) - Constructor for class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableRegionInfo
 

K

killJob(String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Kill job.

L

listAvailableJobs() - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
List available jobs.
listClusters() - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
List the configured cluster names.
listHbaseTables(String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
List hbase tables.
listJobs(String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
List jobs.

S

setColumns(List<Column>) - Method in class eu.dnetlib.data.hadoop.rmi.hbase.HBaseRowDescriptor
 
setColumns(Set<String>) - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableDescriptor
 
setEndKey(String) - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableRegionInfo
 
setFamily(String) - Method in class eu.dnetlib.data.hadoop.rmi.hbase.Column
 
setHadoopId(String) - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Sets the hadoop id.
setId(String) - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Sets the id.
setJobDescription(String) - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Sets the job description.
setJobName(String) - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Sets the job name.
setLastActivity(String) - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Sets the last activity.
setQualifier(List<String>) - Method in class eu.dnetlib.data.hadoop.rmi.hbase.Column
 
setRegions(List<HBaseTableRegionInfo>) - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableDescriptor
 
setRowKey(String) - Method in class eu.dnetlib.data.hadoop.rmi.hbase.HBaseRowDescriptor
 
setStartKey(String) - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableRegionInfo
 
setStartTime(String) - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Sets the start time.
setStatus(String) - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Sets the status.
setTrackingUrl(String) - Method in class eu.dnetlib.data.hadoop.rmi.HadoopJobDescriptor
Sets the tracking url.

T

toString() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.Column
 
toString() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.HBaseRowDescriptor
 
toString() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableDescriptor
 
toString() - Method in class eu.dnetlib.data.hadoop.rmi.hbase.schema.HBaseTableRegionInfo
 
truncateHbaseTable(String, String) - Method in interface eu.dnetlib.data.hadoop.rmi.HadoopService
Truncate hbase table.

V

valueOf(String) - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopBlackboardActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopJobType.AdminJobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopJobType
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopBlackboardActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopJobType.AdminJobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.dnetlib.data.hadoop.rmi.HadoopJobType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H K L S T V 
Skip navigation links

Copyright © 2026. All rights reserved.