- InvertedIndex - Class in oracle.hadoop.balancer.examples.invindx
-
Container class for inverted index key, value and utilities types
- InvertedIndex() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndex
-
- InvertedIndex.InvertedIndexKey - Class in oracle.hadoop.balancer.examples.invindx
-
Key class for the inverted index application.
- InvertedIndex.InvertedIndexKey() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndex.InvertedIndexKey
-
- InvertedIndex.InvertedIndexKey.GroupingComparator - Class in oracle.hadoop.balancer.examples.invindx
-
This comparator compares only the key element (the word) of this composite key class.
- InvertedIndex.InvertedIndexKey.GroupingComparator() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndex.InvertedIndexKey.GroupingComparator
-
- InvertedIndex.InvertedIndexKey.SortingComparator - Class in oracle.hadoop.balancer.examples.invindx
-
- InvertedIndex.InvertedIndexKey.SortingComparator() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndex.InvertedIndexKey.SortingComparator
-
- InvertedIndex.InvertedIndexKey.WordPartitioner<V> - Class in oracle.hadoop.balancer.examples.invindx
-
Partition on the word's hash code.
- InvertedIndex.InvertedIndexKey.WordPartitioner() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndex.InvertedIndexKey.WordPartitioner
-
- InvertedIndex.InvertedIndexValue - Class in oracle.hadoop.balancer.examples.invindx
-
Value class, contains the location of the word and its offset within that location.
- InvertedIndex.InvertedIndexValue() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndex.InvertedIndexValue
-
- InvertedIndex.InvertedIndexValue.Comparator - Class in oracle.hadoop.balancer.examples.invindx
-
A comparator for the value.
- InvertedIndex.InvertedIndexValue.Comparator() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndex.InvertedIndexValue.Comparator
-
- InvertedIndex.WordUtils - Class in oracle.hadoop.balancer.examples.invindx
-
This class contains word utilities like stop-word checking.
- InvertedIndex.WordUtils(Configuration) - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndex.WordUtils
-
- InvertedIndexMapred - Class in oracle.hadoop.balancer.examples.invindx
-
Inverted Index with Mapred API.
- InvertedIndexMapred() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndexMapred
-
- InvertedIndexMapred.InvertedIndexMapper - Class in oracle.hadoop.balancer.examples.invindx
-
Inverted Index mapper class for TextInputFormat
and FileSplit
This class uses the file name obtained from FileSplit
as the location of the word, and the value of the LongWritable key of TextInputFormat
as the offset of the word in that file.
- InvertedIndexMapred.InvertedIndexMapper() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndexMapred.InvertedIndexMapper
-
- InvertedIndexMapred.InvertedIndexReducer - Class in oracle.hadoop.balancer.examples.invindx
-
The inverted index reducer class for mapred API
- InvertedIndexMapred.InvertedIndexReducer() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndexMapred.InvertedIndexReducer
-
- InvertedIndexMapreduce - Class in oracle.hadoop.balancer.examples.invindx
-
Inverted Index with Mapreduce API.
- InvertedIndexMapreduce() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndexMapreduce
-
- InvertedIndexMapreduce.InvertedIndexMapper - Class in oracle.hadoop.balancer.examples.invindx
-
Inverted Index mapper class for TextInputFormat
and FileSplit
This class uses the file name obtained from FileSplit
as the location of the word, and the value of the LongWritable key of TextInputFormat
as the offset of the word in that file.
- InvertedIndexMapreduce.InvertedIndexMapper() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndexMapreduce.InvertedIndexMapper
-
- InvertedIndexMapreduce.InvertedIndexReducer - Class in oracle.hadoop.balancer.examples.invindx
-
The inverted index reducer class for mapreduce API
- InvertedIndexMapreduce.InvertedIndexReducer() - Constructor for class oracle.hadoop.balancer.examples.invindx.InvertedIndexMapreduce.InvertedIndexReducer
-
- isStopWord(String) - Method in class oracle.hadoop.balancer.examples.invindx.InvertedIndex.WordUtils
-