Skip navigation links
A C E G I N R S T V X 

A

addColumn(Column<String, byte[]>) - Method in class eu.dnetlib.data.transform.Row
 
apply(String) - Method in class eu.dnetlib.data.transform.XsltRowTransformer
 
asList() - Static method in enum eu.dnetlib.data.hadoop.config.ClusterName
 
asStringList() - Static method in enum eu.dnetlib.data.hadoop.config.ClusterName
 

C

close() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileIterator
 
ClusterName - Enum in eu.dnetlib.data.hadoop.config
Enumeration of the managed clusters.
Column<N,V> - Class in eu.dnetlib.data.transform
 
Column(N, V) - Constructor for class eu.dnetlib.data.transform.Column
 
ColumnType - Enum in eu.dnetlib.data.transform
 
computeNext() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileIterator
 
ConfigurationEnumerator - Class in eu.dnetlib.data.hadoop.config
 
ConfigurationEnumerator() - Constructor for class eu.dnetlib.data.hadoop.config.ConfigurationEnumerator
 
ConfigurationFactory - Class in eu.dnetlib.data.hadoop.config
Factory bean for hadoop cluster configuration object
ConfigurationFactory() - Constructor for class eu.dnetlib.data.hadoop.config.ConfigurationFactory
 

E

eu.dnetlib.data.hadoop.config - package eu.dnetlib.data.hadoop.config
 
eu.dnetlib.data.hadoop.hdfs - package eu.dnetlib.data.hadoop.hdfs
 
eu.dnetlib.data.transform - package eu.dnetlib.data.transform
 

G

get(ClusterName) - Method in class eu.dnetlib.data.hadoop.config.ConfigurationEnumerator
Get given Configuration or null.
getAll() - Method in class eu.dnetlib.data.hadoop.config.ConfigurationEnumerator
Get all beans implementing the ConfiguredJob interface.
getBeanFactory() - Method in class eu.dnetlib.data.hadoop.config.ConfigurationEnumerator
 
getBlockSize() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
getColumn(String) - Method in class eu.dnetlib.data.transform.Row
 
getColumnFamily() - Method in class eu.dnetlib.data.transform.Row
 
getColumns() - Method in class eu.dnetlib.data.transform.Row
 
getCompressionType() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
getConfiguration() - Method in class eu.dnetlib.data.hadoop.config.ConfigurationFactory
 
getDefaults() - Method in class eu.dnetlib.data.hadoop.config.ConfigurationFactory
 
getKey() - Method in class eu.dnetlib.data.transform.Row
 
getKeyClass() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileIterator
 
getKeyClass() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
getName() - Method in class eu.dnetlib.data.transform.Column
 
getObject() - Method in class eu.dnetlib.data.hadoop.config.ConfigurationFactory
 
getObjectType() - Method in class eu.dnetlib.data.hadoop.config.ConfigurationFactory
 
getReplication() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
getSequenceFileWriter(Class<? extends Writable>, Class<? extends Writable>, Configuration, Path) - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
getSequenceFileWriter(Configuration, Path) - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
getTransformer(String) - Method in class eu.dnetlib.data.transform.XsltRowTransformerFactory
 
getTransformer(String, Map<String, Object>) - Method in class eu.dnetlib.data.transform.XsltRowTransformerFactory
 
getTransformerClassName() - Method in class eu.dnetlib.data.transform.XsltRowTransformer
 
getValue() - Method in class eu.dnetlib.data.transform.Column
 
getValueClass() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileIterator
 
getValueClass() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 

I

isSingleton() - Method in class eu.dnetlib.data.hadoop.config.ConfigurationFactory
 
iterator() - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileIterable
 
iterator() - Method in class eu.dnetlib.data.transform.Row
 

N

newInstance(N, V) - Static method in class eu.dnetlib.data.transform.Column
 
newInstance(String) - Static method in class eu.dnetlib.data.transform.XsltRowTransformerFactory
 
newInstance(String, Map<String, Object>) - Static method in class eu.dnetlib.data.transform.XsltRowTransformerFactory
 
NO_LIMIT - Static variable in class eu.dnetlib.data.hadoop.hdfs.SequenceFileUtils
 

R

read(Path, Configuration) - Static method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileUtils
 
read(Path, Configuration, int) - Static method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileUtils
 
Row - Class in eu.dnetlib.data.transform
 
Row(Row) - Constructor for class eu.dnetlib.data.transform.Row
 
Row(String, String) - Constructor for class eu.dnetlib.data.transform.Row
 
Row(String, String, List<Column<String, byte[]>>) - Constructor for class eu.dnetlib.data.transform.Row
 

S

SequenceFileIterable<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> - Class in eu.dnetlib.data.hadoop.hdfs
SequenceFileIterable(Path, Configuration) - Constructor for class eu.dnetlib.data.hadoop.hdfs.SequenceFileIterable
Like SequenceFileIterable(Path, boolean, Configuration) but key and value instances are not reused by default.
SequenceFileIterable(Path, boolean, Configuration) - Constructor for class eu.dnetlib.data.hadoop.hdfs.SequenceFileIterable
 
SequenceFileIterator<K extends org.apache.hadoop.io.Writable,V extends org.apache.hadoop.io.Writable> - Class in eu.dnetlib.data.hadoop.hdfs
Iterator over a SequenceFile's keys and values, as a Pair containing key and value.
SequenceFileIterator(Path, boolean, Configuration) - Constructor for class eu.dnetlib.data.hadoop.hdfs.SequenceFileIterator
 
SequenceFileUtils - Class in eu.dnetlib.data.hadoop.hdfs
 
SequenceFileUtils() - Constructor for class eu.dnetlib.data.hadoop.hdfs.SequenceFileUtils
 
SequenceFileWriterFactory - Class in eu.dnetlib.data.hadoop.hdfs
Factory for SequenceFile.Writer instances
SequenceFileWriterFactory() - Constructor for class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
setBeanFactory(BeanFactory) - Method in class eu.dnetlib.data.hadoop.config.ConfigurationEnumerator
 
setBlockSize(String) - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
setColumn(String, Column<String, byte[]>) - Method in class eu.dnetlib.data.transform.Row
 
setColumns(List<Column<String, byte[]>>) - Method in class eu.dnetlib.data.transform.Row
 
setCompressionType(String) - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
setDefaults(Resource) - Method in class eu.dnetlib.data.hadoop.config.ConfigurationFactory
 
setKeyClass(Class<? extends Writable>) - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
setReplication(short) - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 
setValueClass(Class<? extends Writable>) - Method in class eu.dnetlib.data.hadoop.hdfs.SequenceFileWriterFactory
 

T

toString() - Method in class eu.dnetlib.data.transform.Row
 

V

valueOf(String) - Static method in enum eu.dnetlib.data.hadoop.config.ClusterName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.dnetlib.data.transform.ColumnType
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.dnetlib.data.hadoop.config.ClusterName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.dnetlib.data.transform.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XsltRowTransformer - Class in eu.dnetlib.data.transform
 
XsltRowTransformer(Transformer) - Constructor for class eu.dnetlib.data.transform.XsltRowTransformer
 
XsltRowTransformerFactory - Class in eu.dnetlib.data.transform
 
XsltRowTransformerFactory() - Constructor for class eu.dnetlib.data.transform.XsltRowTransformerFactory
 
A C E G I N R S T V X 
Skip navigation links

Copyright © 2026. All rights reserved.