A B C D E F G H I J K L M N O P Q R S T U V W X

A

accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
add(double) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Appends the specified element to the end of this list.
add(int, double) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Inserts the specified element at the specified position in this list.
add(float) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Appends the specified element to the end of this list.
add(int, float) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Inserts the specified element at the specified position in this list.
add(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Appends the specified element to the end of this list.
add(int, int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Inserts the specified element at the specified position in this list.
add(long) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Appends the specified element to the end of this list.
add(int, long) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Inserts the specified element at the specified position in this list.
add(short) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Appends the specified element to the end of this list.
add(int, short) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Inserts the specified element at the specified position in this list.
addAll(int[]) - Method in class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Add all ints in the specified array into this object.
addEnglishCollectionPart(JobConf, String, int) - Static method in class edu.umd.cloud9.collection.clue.ClueCollectionPathConstants
Adds a part (segment) of the Clue Web English collection to a Hadoop JobConf object.
addEnglishCompleteCollection(JobConf, String) - Static method in class edu.umd.cloud9.collection.clue.ClueCollectionPathConstants
Adds the complete Clue Web English collection to a Hadoop JobConf object.
addEnglishSmallCollection(JobConf, String) - Static method in class edu.umd.cloud9.collection.clue.ClueCollectionPathConstants
Adds the first part (segment) of the Clue Web English collection to a Hadoop JobConf object.
addEnglishTestFile(JobConf, String) - Static method in class edu.umd.cloud9.collection.clue.ClueCollectionPathConstants
Adds a sample compressed WARC archive to a Hadoop JobConf object.
addEnglishTinyCollection(JobConf, String) - Static method in class edu.umd.cloud9.collection.clue.ClueCollectionPathConstants
Adds the first section of the Clue Web English collection to a Hadoop JobConf object.
addField(String, Class<?>) - Method in class edu.umd.cloud9.io.Schema
Adds a field to this Schema.
addField(String, Class<?>, Object) - Method in class edu.umd.cloud9.io.Schema
Adds a field to this schema.
addHeaderMetadata(String, String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Adds a key/value pair to a WARC header.
AFormatterWG - Class in edu.umd.cloud9.example.hits
Driver program that takes a plain-text encoding of a directed graph and builds corresponding Hadoop structures for representing the graph.
AFormatterWG() - Constructor for class edu.umd.cloud9.example.hits.AFormatterWG
 
AnalyzeBigramCount - Class in edu.umd.cloud9.example.bigram
 
AnalyzeBigramCount() - Constructor for class edu.umd.cloud9.example.bigram.AnalyzeBigramCount
 
AnalyzeBigramRelativeFrequency - Class in edu.umd.cloud9.example.bigram
 
AnalyzeBigramRelativeFrequency() - Constructor for class edu.umd.cloud9.example.bigram.AnalyzeBigramRelativeFrequency
 
AnalyzeBigramRelativeFrequencyJSON - Class in edu.umd.cloud9.example.bigram
 
AnalyzeBigramRelativeFrequencyJSON() - Constructor for class edu.umd.cloud9.example.bigram.AnalyzeBigramRelativeFrequencyJSON
 
AnalyzeBigramRelativeFrequencyTuple - Class in edu.umd.cloud9.example.bigram
 
AnalyzeBigramRelativeFrequencyTuple() - Constructor for class edu.umd.cloud9.example.bigram.AnalyzeBigramRelativeFrequencyTuple
 
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.
Aquaint2DocnoMapping - Class in edu.umd.cloud9.collection.aquaint2
 
Aquaint2DocnoMapping() - Constructor for class edu.umd.cloud9.collection.aquaint2.Aquaint2DocnoMapping
 
Aquaint2Document - Class in edu.umd.cloud9.collection.aquaint2
 
Aquaint2Document() - Constructor for class edu.umd.cloud9.collection.aquaint2.Aquaint2Document
 
Aquaint2DocumentInputFormat - Class in edu.umd.cloud9.collection.aquaint2
 
Aquaint2DocumentInputFormat() - Constructor for class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat
 
Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader - Class in edu.umd.cloud9.collection.aquaint2
 
Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader(FileSplit, JobConf) - Constructor for class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
 
array() - Method in class org.json.JSONWriter
Begin appending a new array.
ArrayListOfDoubles - Class in edu.umd.cloud9.util.array
Object representing a list of doubles, backed by an resizable-array.
ArrayListOfDoubles(int) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfDoubles
Constructs an empty list with the specified initial capacity.
ArrayListOfDoubles() - Constructor for class edu.umd.cloud9.util.array.ArrayListOfDoubles
Constructs an empty list with an initial capacity of ten.
ArrayListOfDoubles(double[]) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfDoubles
 
ArrayListOfFloats - Class in edu.umd.cloud9.util.array
Object representing a list of floats, backed by an resizable-array.
ArrayListOfFloats(int) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfFloats
Constructs an empty list with the specified initial capacity.
ArrayListOfFloats() - Constructor for class edu.umd.cloud9.util.array.ArrayListOfFloats
Constructs an empty list with an initial capacity of ten.
ArrayListOfFloats(float[]) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfFloats
 
ArrayListOfInts - Class in edu.umd.cloud9.util.array
Object representing a list of ints, backed by an resizable-array.
ArrayListOfInts(int) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfInts
Constructs an empty list with the specified initial capacity.
ArrayListOfInts() - Constructor for class edu.umd.cloud9.util.array.ArrayListOfInts
Constructs an empty list with an initial capacity of ten.
ArrayListOfInts(int[]) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfInts
 
ArrayListOfIntsWritable - Class in edu.umd.cloud9.io.array
Writable extension of the ArrayListOfInts class.
ArrayListOfIntsWritable() - Constructor for class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Constructs an ArrayListOfIntsWritable object.
ArrayListOfIntsWritable(int, int) - Constructor for class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Constructs an ArrayListOfIntsWritable object from a given integer range [ first , last ).
ArrayListOfIntsWritable(int) - Constructor for class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Constructs an empty list with the specified initial capacity.
ArrayListOfIntsWritable(ArrayListOfIntsWritable) - Constructor for class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Constructs a deep copy of the ArrayListOfIntsWritable object given as parameter.
ArrayListOfIntsWritable(int[]) - Constructor for class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
 
ArrayListOfLongs - Class in edu.umd.cloud9.util.array
Object representing a list of longs, backed by an resizable-array.
ArrayListOfLongs(int) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfLongs
Constructs an empty list with the specified initial capacity.
ArrayListOfLongs() - Constructor for class edu.umd.cloud9.util.array.ArrayListOfLongs
Constructs an empty list with an initial capacity of ten.
ArrayListOfLongs(long[]) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfLongs
 
ArrayListOfShorts - Class in edu.umd.cloud9.util.array
Object representing a list of shorts, backed by an resizable-array.
ArrayListOfShorts(int) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfShorts
Constructs an empty list with the specified initial capacity.
ArrayListOfShorts() - Constructor for class edu.umd.cloud9.util.array.ArrayListOfShorts
Constructs an empty list with an initial capacity of ten.
ArrayListOfShorts(short[]) - Constructor for class edu.umd.cloud9.util.array.ArrayListOfShorts
 
ArrayListOfShortsWritable - Class in edu.umd.cloud9.io.array
Writable extension of the ArrayListOfShorts class.
ArrayListOfShortsWritable() - Constructor for class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
Constructs an ArrayListOfIntsWritable object.
ArrayListOfShortsWritable(short, short) - Constructor for class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
Constructs an ArrayListOfIntsWritable object from a given integer range [ first , last ).
ArrayListOfShortsWritable(int) - Constructor for class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
Constructs an empty list with the specified initial capacity.
ArrayListOfShortsWritable(ArrayListOfShortsWritable) - Constructor for class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
Constructs a deep copy of the ArrayListOfIntsWritable object given as parameter.
ArrayListOfShortsWritable(short[]) - Constructor for class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
 
ArrayListWritable<E extends Writable> - Class in edu.umd.cloud9.io.array
Writable extension of a Java ArrayList.
ArrayListWritable() - Constructor for class edu.umd.cloud9.io.array.ArrayListWritable
Creates an ArrayListWritable object.
ArrayListWritable(ArrayList<E>) - Constructor for class edu.umd.cloud9.io.array.ArrayListWritable
Creates an ArrayListWritable object from an ArrayList.
ArrayListWritableComparable<E extends WritableComparable> - Class in edu.umd.cloud9.io.array
WritableComparable extension of a Java ArrayList.
ArrayListWritableComparable() - Constructor for class edu.umd.cloud9.io.array.ArrayListWritableComparable
Creates an ArrayListWritableComparable object.
ArrayListWritableComparable(ArrayList<E>) - Constructor for class edu.umd.cloud9.io.array.ArrayListWritableComparable
Creates an ArrayListWritableComparable object from a regular ArrayList.
ArrayOfFloatsWritable - Class in edu.umd.cloud9.io.array
An array of floats that implements Writable class.
ArrayOfFloatsWritable() - Constructor for class edu.umd.cloud9.io.array.ArrayOfFloatsWritable
Constructor with no arguments.
ArrayOfFloatsWritable(int) - Constructor for class edu.umd.cloud9.io.array.ArrayOfFloatsWritable
Constructor that takes the size of the array as an argument.

B

back() - Method in class org.json.JSONTokener
Back up one character.
BFSNode - Class in edu.umd.cloud9.example.bfs
Representation of a graph node for parallel breadth-first search.
BFSNode() - Constructor for class edu.umd.cloud9.example.bfs.BFSNode
 
BigramCount - Class in edu.umd.cloud9.example.bigram
 
BigramRelativeFrequency - Class in edu.umd.cloud9.example.bigram
 
BigramRelativeFrequencyJSON - Class in edu.umd.cloud9.example.bigram
 
BigramRelativeFrequencyJSON.MyTuple - Class in edu.umd.cloud9.example.bigram
 
BigramRelativeFrequencyJSON.MyTuple() - Constructor for class edu.umd.cloud9.example.bigram.BigramRelativeFrequencyJSON.MyTuple
 
BigramRelativeFrequencyTuple - Class in edu.umd.cloud9.example.bigram
 
BooleanRetrieval - Class in edu.umd.cloud9.example.ir
 
BooleanRetrieval(String, String, FileSystem) - Constructor for class edu.umd.cloud9.example.ir.BooleanRetrieval
 
BuildClueWarcForwardIndex - Class in edu.umd.cloud9.collection.clue
Tool for building a document forward index for the ClueWeb09 collection.
BuildClueWarcForwardIndex() - Constructor for class edu.umd.cloud9.collection.clue.BuildClueWarcForwardIndex
 
BuildInvertedIndex - Class in edu.umd.cloud9.example.ir
 
BuildPageRankRecords - Class in edu.umd.cloud9.example.pagerank
Driver program that takes a plain-text encoding of a directed graph and builds corresponding Hadoop structures for representing the graph.
BuildPageRankRecords() - Constructor for class edu.umd.cloud9.example.pagerank.BuildPageRankRecords
 
BuildTrecForwardIndex - Class in edu.umd.cloud9.collection.trec
Tool for building a document forward index for TREC collections.
BuildTrecForwardIndex() - Constructor for class edu.umd.cloud9.collection.trec.BuildTrecForwardIndex
 
BuildWikipediaDocnoMapping - Class in edu.umd.cloud9.collection.wikipedia
Tool for building the mapping between Wikipedia internal ids (docids) and sequentially-numbered ints (docnos).
BuildWikipediaDocnoMapping() - Constructor for class edu.umd.cloud9.collection.wikipedia.BuildWikipediaDocnoMapping
 
BuildWikipediaForwardIndex - Class in edu.umd.cloud9.collection.wikipedia
Tool for building a document forward index for Wikipedia.
BuildWikipediaForwardIndex() - Constructor for class edu.umd.cloud9.collection.wikipedia.BuildWikipediaForwardIndex
 
BuildWikipediaLinkGraph - Class in edu.umd.cloud9.collection.wikipedia
Tool for extracting the link graph out of Wikipedia.
BuildWikipediaLinkGraph() - Constructor for class edu.umd.cloud9.collection.wikipedia.BuildWikipediaLinkGraph
 

C

check() - Method in interface edu.umd.cloud9.util.count.Int2IntConditionalFrequencyDistribution
Performs an internal consistency check of this data structure.
check() - Method in interface edu.umd.cloud9.util.count.Object2IntConditionalFrequencyDistribution
Performs an internal consistency check of this data structure.
check() - Method in class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
check() - Method in class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
checkOutputSpecs(FileSystem, JobConf) - Method in class edu.umd.cloud9.mapred.NullOutputFormat
Deprecated.  
clear() - Method in class edu.umd.cloud9.io.JSONObjectWritable
 
clear() - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Removes all of the elements from this list.
clear() - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Removes all of the elements from this list.
clear() - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Removes all of the elements from this list.
clear() - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Removes all of the elements from this list.
clear() - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Removes all of the elements from this list.
clear() - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
clear() - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
clear() - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Removes all events.
clear() - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Removes all events.
clear() - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Removes all events.
clear() - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Removes all events.
clear() - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Removes all events.
clear() - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Removes all events.
clear() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
clear() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
clear() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
clear() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
clear() - Method in class edu.umd.cloud9.util.map.HMapIF
 
clear() - Method in class edu.umd.cloud9.util.map.HMapII
 
clear() - Method in class edu.umd.cloud9.util.map.HMapIL
 
clear() - Method in class edu.umd.cloud9.util.map.HMapIS
 
clear() - Method in class edu.umd.cloud9.util.map.HMapIV
 
clear() - Method in class edu.umd.cloud9.util.map.HMapKF
 
clear() - Method in class edu.umd.cloud9.util.map.HMapKI
 
clear() - Method in class edu.umd.cloud9.util.map.HMapKL
 
clear() - Method in class edu.umd.cloud9.util.map.HMapKS
 
clear() - Method in interface edu.umd.cloud9.util.map.MapIF
Removes all of the mappings from this map.
clear() - Method in interface edu.umd.cloud9.util.map.MapII
Removes all of the mappings from this map.
clear() - Method in interface edu.umd.cloud9.util.map.MapIL
Removes all of the mappings from this map.
clear() - Method in interface edu.umd.cloud9.util.map.MapIS
Removes all of the mappings from this map.
clear() - Method in interface edu.umd.cloud9.util.map.MapIV
Removes all of the mappings from this map.
clear() - Method in interface edu.umd.cloud9.util.map.MapKF
Removes all of the mappings from this map.
clear() - Method in interface edu.umd.cloud9.util.map.MapKI
Removes all of the mappings from this map.
clear() - Method in interface edu.umd.cloud9.util.map.MapKL
Removes all of the mappings from this map.
clear() - Method in interface edu.umd.cloud9.util.map.MapKS
Removes all of the mappings from this map.
clearHeaderMetadata() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Clears all metadata items from a header
clone() - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfInts
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Clones this object.
clone() - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Clones this object.
clone() - Method in class edu.umd.cloud9.io.Schema
Creates a copy of this Schema.
clone() - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Clones this object.
clone() - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns a clone of this object.
clone() - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns a clone of this object.
clone() - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns a clone of this object.
clone() - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns a clone of this object.
clone() - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns a clone of this object.
clone() - Method in class edu.umd.cloud9.util.map.HMapIF
Returns a shallow copy of this HMapIF instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.map.HMapII
Returns a shallow copy of this HMapII instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.map.HMapIL
Returns a shallow copy of this HMapIL instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.map.HMapIS
Returns a shallow copy of this HMapIS instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.map.HMapIV
Returns a shallow copy of this HMapII instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.map.HMapKF
Returns a shallow copy of this HMapKF instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.map.HMapKI
Returns a shallow copy of this HMapKI instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.map.HMapKL
Returns a shallow copy of this HMapKL instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.map.HMapKS
Returns a shallow copy of this HMapKS instance: the keys and values themselves are not cloned.
clone() - Method in class edu.umd.cloud9.util.pair.PairOfObjectInt
Creates a shallow clone of this object; the left element itself is not cloned.
clone() - Method in class edu.umd.cloud9.util.pair.PairOfObjectLong
Creates a shallow clone of this object; the left element itself is not cloned.
clone() - Method in class edu.umd.cloud9.util.pair.PairOfObjects
Creates a shallow clone of this object; the left and right elements are not cloned.
close() - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
 
close() - Method in class edu.umd.cloud9.collection.clue.ClueWarcInputFormat.ClueWarcRecordReader
 
close() - Method in class edu.umd.cloud9.collection.line.TextDocumentInputFormat.TextDocumentLineRecordReader
 
close() - Method in class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat.MedlineCitationRecordReader
Closes this InputSplit.
close() - Method in class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat.PmcArticleRecordReader
 
close() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat.Spinn3rItemRecordReader
 
close() - Method in class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat.TrecDocumentRecordReader
Closes this InputSplit.
close() - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat.TrecWebRecordReader
Closes this InputSplit.
close() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat.WikipediaPageRecordReader
Closes this InputSplit.
close() - Method in class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 
close() - Method in class edu.umd.cloud9.io.FSLineReader
Close the underlying stream.
close() - Method in class edu.umd.cloud9.mapred.NullInputFormat.NullRecordReader
 
close(Reporter) - Method in class edu.umd.cloud9.mapred.NullOutputFormat.NullRecordWriter
Deprecated.  
close() - Method in class edu.umd.cloud9.mapreduce.NullInputFormat.NullRecordReader
 
ClueCollectionPathConstants - Class in edu.umd.cloud9.collection.clue
Class that provides convenience methods for processing portions of the Clue Web collection with Hadoop.
ClueWarcDocnoMapping - Class in edu.umd.cloud9.collection.clue
Object that maps between WARC-TREC-IDs (String identifiers) to docnos (sequentially-numbered ints).
ClueWarcDocnoMapping() - Constructor for class edu.umd.cloud9.collection.clue.ClueWarcDocnoMapping
Creates a ClueWarcDocnoMapping object
ClueWarcForwardIndex - Class in edu.umd.cloud9.collection.clue
 
ClueWarcForwardIndex() - Constructor for class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
ClueWarcInputFormat - Class in edu.umd.cloud9.collection.clue
 
ClueWarcInputFormat() - Constructor for class edu.umd.cloud9.collection.clue.ClueWarcInputFormat
 
ClueWarcInputFormat.ClueWarcRecordReader - Class in edu.umd.cloud9.collection.clue
 
ClueWarcInputFormat.ClueWarcRecordReader(Configuration, FileSplit) - Constructor for class edu.umd.cloud9.collection.clue.ClueWarcInputFormat.ClueWarcRecordReader
 
ClueWarcRecord - Class in edu.umd.cloud9.collection.clue
 
ClueWarcRecord() - Constructor for class edu.umd.cloud9.collection.clue.ClueWarcRecord
Default Constructor
ClueWarcRecord(ClueWarcRecord) - Constructor for class edu.umd.cloud9.collection.clue.ClueWarcRecord
Copy Constructor
ClueWarcRecord.WarcHeader - Class in edu.umd.cloud9.collection.clue
Warc header class
ClueWarcRecord.WarcHeader() - Constructor for class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
Default constructor
ClueWarcRecord.WarcHeader(ClueWarcRecord.WarcHeader) - Constructor for class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
Copy Constructor
compare(WritableComparator, WritableComparable, WritableComparable) - Static method in class edu.umd.cloud9.debug.WritableComparatorTestHarness
 
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfFloats.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfIntLong.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfInts.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfIntString.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfLongInt.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfLongs.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfStringInt.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfStringLong.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.pair.PairOfStrings.Comparator
Optimization hook.
compare(byte[], int, int, byte[], int, int) - Method in class edu.umd.cloud9.io.triple.TripleOfInts.Comparator
Optimization hook.
compareTo(BigramRelativeFrequencyJSON.MyTuple) - Method in class edu.umd.cloud9.example.bigram.BigramRelativeFrequencyJSON.MyTuple
 
compareTo(DemoWordCountJSON.MyKey) - Method in class edu.umd.cloud9.example.simple.DemoWordCountJSON.MyKey
 
compareTo(Object) - Method in class edu.umd.cloud9.io.array.ArrayListWritableComparable
Defines a natural sort order for the ListWritable class.
compareTo(PairOfFloatInt) - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Defines a natural sort order for pairs.
compareTo(PairOfFloats) - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Defines a natural sort order for pairs.
compareTo(PairOfIntLong) - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Defines a natural sort order for pairs.
compareTo(PairOfInts) - Method in class edu.umd.cloud9.io.pair.PairOfInts
Defines a natural sort order for pairs.
compareTo(PairOfIntString) - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Defines a natural sort order for pairs.
compareTo(PairOfLongFloat) - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Defines a natural sort order for pairs.
compareTo(PairOfLongInt) - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Defines a natural sort order for pairs.
compareTo(PairOfLongs) - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Defines a natural sort order for pairs.
compareTo(PairOfStringFloat) - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Defines a natural sort order for pairs.
compareTo(PairOfStringInt) - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Defines a natural sort order for pairs.
compareTo(PairOfStringLong) - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Defines a natural sort order for pairs.
compareTo(PairOfStrings) - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Defines a natural sort order for pairs.
compareTo(TripleOfInts) - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Defines a natural sort order for pairs.
compareTo(Tuple) - Method in class edu.umd.cloud9.io.Tuple
Defines a natural sort order for the Tuple class.
compareTo(PairOfObjectInt<L>) - Method in class edu.umd.cloud9.util.pair.PairOfObjectInt
 
compareTo(PairOfObjectLong<L>) - Method in class edu.umd.cloud9.util.pair.PairOfObjectLong
 
compareTo(PairOfObjects<L, R>) - Method in class edu.umd.cloud9.util.pair.PairOfObjects
 
ComputeCooccurrenceMatrixPairs - Class in edu.umd.cloud9.example.cooccur
Implementation of the "pairs" algorithm for computing co-occurrence matrices from a large text collection.
ComputeCooccurrenceMatrixPairs() - Constructor for class edu.umd.cloud9.example.cooccur.ComputeCooccurrenceMatrixPairs
Creates an instance of this tool.
ComputeCooccurrenceMatrixStripes - Class in edu.umd.cloud9.example.cooccur
Implementation of the "stripes" algorithm for computing co-occurrence matrices from a large text collection.
ComputeCooccurrenceMatrixStripes() - Constructor for class edu.umd.cloud9.example.cooccur.ComputeCooccurrenceMatrixStripes
Creates an instance of this tool.
ComputeLogProb - Class in edu.umd.cloud9.example.memcached.demo
 
ComputeLogProb.MyMapper - Class in edu.umd.cloud9.example.memcached.demo
 
ComputeLogProb.MyMapper() - Constructor for class edu.umd.cloud9.example.memcached.demo.ComputeLogProb.MyMapper
 
configure(JobConf) - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat
 
configure(JobConf) - Method in class edu.umd.cloud9.collection.line.TextDocumentInputFormat
 
configure(JobConf) - Method in class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat
 
configure(JobConf) - Method in class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat
 
configure(JobConf) - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat
 
configure(JobConf) - Method in class edu.umd.cloud9.collection.XMLInputFormat
 
configure(JobConf) - Method in class edu.umd.cloud9.example.hits.RangePartitioner
 
configure(JobConf) - Method in class edu.umd.cloud9.example.memcached.demo.ComputeLogProb.MyMapper
 
configure(JobConf) - Method in class edu.umd.cloud9.example.pagerank.RangePartitioner
 
configure(JobConf) - Method in class edu.umd.cloud9.mapred.NullMapper
 
contains(double) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns true if this list contains the specified element.
contains(float) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns true if this list contains the specified element.
contains(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns true if this list contains the specified element.
contains(long) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns true if this list contains the specified element.
contains(short) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns true if this list contains the specified element.
contains(int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
contains(K) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
contains(int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Returns true if key exists in this object.
contains(int) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Returns true if key exists in this object.
contains(int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Returns true if key exists in this object.
contains(int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Returns true if key exists in this object.
contains(K) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Returns true if key exists in this object.
contains(K) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Returns true if key exists in this object.
contains(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
contains(int) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
contains(K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
contains(K) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
containsKey(int) - Method in class edu.umd.cloud9.util.map.HMapIF
 
containsKey(int) - Method in class edu.umd.cloud9.util.map.HMapII
 
containsKey(int) - Method in class edu.umd.cloud9.util.map.HMapIL
 
containsKey(int) - Method in class edu.umd.cloud9.util.map.HMapIS
 
containsKey(int) - Method in class edu.umd.cloud9.util.map.HMapIV
 
containsKey(K) - Method in class edu.umd.cloud9.util.map.HMapKF
 
containsKey(K) - Method in class edu.umd.cloud9.util.map.HMapKI
 
containsKey(K) - Method in class edu.umd.cloud9.util.map.HMapKL
 
containsKey(K) - Method in class edu.umd.cloud9.util.map.HMapKS
 
containsKey(int) - Method in interface edu.umd.cloud9.util.map.MapIF
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in interface edu.umd.cloud9.util.map.MapII
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in interface edu.umd.cloud9.util.map.MapIL
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in interface edu.umd.cloud9.util.map.MapIS
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in interface edu.umd.cloud9.util.map.MapIV
Returns true if this map contains a mapping for the specified key.
containsKey(K) - Method in interface edu.umd.cloud9.util.map.MapKF
Returns true if this map contains a mapping for the specified key.
containsKey(K) - Method in interface edu.umd.cloud9.util.map.MapKI
Returns true if this map contains a mapping for the specified key.
containsKey(K) - Method in interface edu.umd.cloud9.util.map.MapKL
Returns true if this map contains a mapping for the specified key.
containsKey(K) - Method in interface edu.umd.cloud9.util.map.MapKS
Returns true if this map contains a mapping for the specified key.
containsSymbol(int) - Method in class edu.umd.cloud9.io.Tuple
Determines if a particular field (by position) contains a special symbol.
containsSymbol(String) - Method in class edu.umd.cloud9.io.Tuple
Determines if a particular field (by name) contains a special symbol.
containsValue(float) - Method in class edu.umd.cloud9.util.map.HMapIF
 
containsValue(int) - Method in class edu.umd.cloud9.util.map.HMapII
 
containsValue(long) - Method in class edu.umd.cloud9.util.map.HMapIL
 
containsValue(short) - Method in class edu.umd.cloud9.util.map.HMapIS
 
containsValue(V) - Method in class edu.umd.cloud9.util.map.HMapIV
 
containsValue(float) - Method in class edu.umd.cloud9.util.map.HMapKF
 
containsValue(int) - Method in class edu.umd.cloud9.util.map.HMapKI
 
containsValue(long) - Method in class edu.umd.cloud9.util.map.HMapKL
 
containsValue(short) - Method in class edu.umd.cloud9.util.map.HMapKS
 
containsValue(float) - Method in interface edu.umd.cloud9.util.map.MapIF
Returns true if this map contains one or more mappings with the specified value.
containsValue(int) - Method in interface edu.umd.cloud9.util.map.MapII
Returns true if this map contains one or more mappings with the specified value.
containsValue(long) - Method in interface edu.umd.cloud9.util.map.MapIL
Returns true if this map contains one or more mappings with the specified value.
containsValue(short) - Method in interface edu.umd.cloud9.util.map.MapIS
Returns true if this map contains one or more mappings with the specified value.
containsValue(V) - Method in interface edu.umd.cloud9.util.map.MapIV
Returns true if this map contains one or more mappings with the specified value.
containsValue(float) - Method in interface edu.umd.cloud9.util.map.MapKF
Returns true if this map contains one or more mappings with the specified value.
containsValue(int) - Method in interface edu.umd.cloud9.util.map.MapKI
Returns true if this map contains one or more mappings with the specified value.
containsValue(long) - Method in interface edu.umd.cloud9.util.map.MapKL
Returns true if this map contains one or more mappings with the specified value.
containsValue(short) - Method in interface edu.umd.cloud9.util.map.MapKS
Returns true if this map contains one or more mappings with the specified value.
contentLength - Variable in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
 
contentType - Variable in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
 
create(DataInput) - Static method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Creates an Int2FloatOpenHashMapWritable object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Creates an Int2IntOpenHashMapWritable object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Creates a OHMapSIW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Creates a OHMapSIW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Creates a OHMapSIW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Creates a OHMapSIW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.map.HMapIFW
Creates a HMapIFW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.map.HMapIFW
Creates a HMapIFW object from a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.map.HMapIIW
Creates a HMapIIW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.map.HMapIIW
Creates a HMapIIW object from a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.map.HMapIVW
Creates a HMapIVW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.map.HMapIVW
Creates a HMapIVW object from a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.map.HMapKFW
Creates a HMapKFW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.map.HMapKFW
Creates a HMapKFW object from a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.map.HMapKIW
Creates a HMapKIW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.map.HMapKIW
Creates a HMapKIW object from a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.map.HMapSFW
Creates a HMapSFW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.map.HMapSFW
Creates a HMapSFW object from a byte array.
create(DataInput) - Static method in class edu.umd.cloud9.io.map.HMapSIW
Creates a HMapSIW object from a DataInput.
create(byte[]) - Static method in class edu.umd.cloud9.io.map.HMapSIW
Creates a HMapSIW object from a byte array.
createFrom(DataInput) - Static method in class edu.umd.cloud9.io.Tuple
Factory method for deserializing a Tuple object.
createKey() - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
 
createKey() - Method in class edu.umd.cloud9.collection.clue.ClueWarcInputFormat.ClueWarcRecordReader
 
createKey() - Method in class edu.umd.cloud9.collection.line.TextDocumentInputFormat.TextDocumentLineRecordReader
 
createKey() - Method in class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat.MedlineCitationRecordReader
Creates an object for the key.
createKey() - Method in class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat.PmcArticleRecordReader
 
createKey() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat.Spinn3rItemRecordReader
 
createKey() - Method in class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat.TrecDocumentRecordReader
Creates an object for the key.
createKey() - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat.TrecWebRecordReader
Creates an object for the key.
createKey() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat.WikipediaPageRecordReader
Creates an object for the key.
createKey() - Method in class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 
createKey() - Method in class edu.umd.cloud9.mapred.NullInputFormat.NullRecordReader
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class edu.umd.cloud9.mapreduce.NullInputFormat
 
createValue() - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
 
createValue() - Method in class edu.umd.cloud9.collection.clue.ClueWarcInputFormat.ClueWarcRecordReader
 
createValue() - Method in class edu.umd.cloud9.collection.line.TextDocumentInputFormat.TextDocumentLineRecordReader
 
createValue() - Method in class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat.MedlineCitationRecordReader
Creates an object for the value.
createValue() - Method in class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat.PmcArticleRecordReader
 
createValue() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat.Spinn3rItemRecordReader
 
createValue() - Method in class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat.TrecDocumentRecordReader
Creates an object for the value.
createValue() - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat.TrecWebRecordReader
Creates an object for the value.
createValue() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat.WikipediaPageRecordReader
Creates an object for the value.
createValue() - Method in class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 
createValue() - Method in class edu.umd.cloud9.mapred.NullInputFormat.NullRecordReader
 

D

dateString - Variable in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
 
decode() - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
In lazy decoding mode, populates the map with deserialized data.
decode() - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
In lazy decoding mode, populates the map with deserialized data.
decode() - Method in class edu.umd.cloud9.io.map.HMapIFW
In lazy decoding mode, populates the map with deserialized data.
decode() - Method in class edu.umd.cloud9.io.map.HMapIIW
In lazy decoding mode, populates the map with deserialized data.
decrement(int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
decrement(int, int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
decrement(K) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
decrement(K, int) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
decrement(int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Decrements the frequency of an event key.
decrement(int, int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Decrements the frequency of an event key by cnt.
decrement(int) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Decrements the frequency of an event key.
decrement(int, long) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Decrements the frequency of a particular event key by cnt.
decrement(int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Decrements the frequency of an event key.
decrement(int, int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Decrements the frequency of an event key by cnt.
decrement(int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Decrements the frequency of an event key.
decrement(int, int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Decrements the frequency of an event key by cnt.
decrement(K) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Decrements the frequency of an event key.
decrement(K, int) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Decrements the frequency of a particular event key by cnt.
decrement(K) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Decrements the frequency of an event key.
decrement(K, long) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Decrements the frequency of a particular event key by cnt.
decrement(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
decrement(int, int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
decrement(int) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
decrement(int, long) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
decrement(K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
decrement(K, int) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
decrement(K) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
decrement(K, long) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
DEFAULT_VALUE - Static variable in interface edu.umd.cloud9.util.map.MapII
 
DEFAULT_VALUE - Static variable in interface edu.umd.cloud9.util.map.MapIL
 
DEFAULT_VALUE - Static variable in interface edu.umd.cloud9.util.map.MapIS
 
DEFAULT_VALUE - Static variable in interface edu.umd.cloud9.util.map.MapKI
 
dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
DemoCountAquaint2Documents - Class in edu.umd.cloud9.collection.aquaint2
 
DemoCountAquaint2Documents() - Constructor for class edu.umd.cloud9.collection.aquaint2.DemoCountAquaint2Documents
Creates an instance of this tool.
DemoCountClueWarcRecords - Class in edu.umd.cloud9.collection.clue
Simple demo program to count the number of records in the ClueWeb09 collection, from either the original source WARC files or repacked SequenceFiles (controlled by the first command-line parameter).
DemoCountClueWarcRecords() - Constructor for class edu.umd.cloud9.collection.clue.DemoCountClueWarcRecords
Creates an instance of this tool.
DemoCountMedlineCitations - Class in edu.umd.cloud9.collection.medline
Simple demo program that counts all the documents in a collection of MEDLINE citations.
DemoCountMedlineCitations() - Constructor for class edu.umd.cloud9.collection.medline.DemoCountMedlineCitations
Creates an instance of this tool.
DemoCountSpinn3rEnglishPosts - Class in edu.umd.cloud9.collection.spinn3r
 
DemoCountSpinn3rEnglishPosts() - Constructor for class edu.umd.cloud9.collection.spinn3r.DemoCountSpinn3rEnglishPosts
Creates an instance of this tool.
DemoCountTextDocuments - Class in edu.umd.cloud9.collection.line
 
DemoCountTextDocuments() - Constructor for class edu.umd.cloud9.collection.line.DemoCountTextDocuments
Creates an instance of this tool.
DemoCountTrecDocuments - Class in edu.umd.cloud9.collection.trec
Simple demo program that counts all the documents in the TREC collection.
DemoCountTrecDocuments() - Constructor for class edu.umd.cloud9.collection.trec.DemoCountTrecDocuments
Creates an instance of this tool.
DemoCountWikipediaPages - Class in edu.umd.cloud9.collection.wikipedia
Tool for counting the number of pages in a particular Wikipedia XML dump file.
DemoCountWikipediaPages() - Constructor for class edu.umd.cloud9.collection.wikipedia.DemoCountWikipediaPages
 
DemoMapredNullInput - Class in edu.umd.cloud9.example.simple
 
DemoMapreduceNullInput - Class in edu.umd.cloud9.example.simple
 
DemoMemcachedAccess - Class in edu.umd.cloud9.example.memcached.demo
 
DemoNoOp - Class in edu.umd.cloud9.example.memcached.demo
 
DemoNoOp() - Constructor for class edu.umd.cloud9.example.memcached.demo.DemoNoOp
 
DemoPackJSON - Class in edu.umd.cloud9.example.simple
Demo that packs the sample collection into a SequenceFile as JSON objects.
DemoPackTuples1 - Class in edu.umd.cloud9.example.simple
Demo that packs the sample collection into a SequenceFile as Tuple objects.
DemoPackTuples2 - Class in edu.umd.cloud9.example.simple
Demo that packs the sample collection into a SequenceFile as Tuple objects with complex internal structure.
DemoWordCount - Class in edu.umd.cloud9.example.simple
Simple word count demo.
DemoWordCount() - Constructor for class edu.umd.cloud9.example.simple.DemoWordCount
Creates an instance of this tool.
DemoWordCountJSON - Class in edu.umd.cloud9.example.simple
Demo that illustrates use of JSONObjectWritable objects as intermediate keys in a MapReduce job.
DemoWordCountJSON() - Constructor for class edu.umd.cloud9.example.simple.DemoWordCountJSON
Creates an instance of this tool.
DemoWordCountJSON.MyKey - Class in edu.umd.cloud9.example.simple
 
DemoWordCountJSON.MyKey() - Constructor for class edu.umd.cloud9.example.simple.DemoWordCountJSON.MyKey
 
DemoWordCountTuple1 - Class in edu.umd.cloud9.example.simple
Demo that illustrates use of Tuple objects as intermediate keys in a MapReduce job.
DemoWordCountTuple1() - Constructor for class edu.umd.cloud9.example.simple.DemoWordCountTuple1
Creates an instance of this tool.
DemoWordCountTuple2 - Class in edu.umd.cloud9.example.simple
Another demo that illustrates use of Tuple objects as intermediate keys in a MapReduce job.
DemoWordCountTuple2() - Constructor for class edu.umd.cloud9.example.simple.DemoWordCountTuple2
Creates an instance of this tool.
DocnoMapping - Interface in edu.umd.cloud9.collection
Interface for an object that maintains the mapping between docids and docnos.
DocumentForwardIndex<T extends Indexable> - Interface in edu.umd.cloud9.collection
Interface for a document forward index.
DocumentForwardIndexHttpServer - Class in edu.umd.cloud9.collection
Web server for providing access to documents in a collection.
DocumentForwardIndexHttpServer.FetchDocidServlet - Class in edu.umd.cloud9.collection
 
DocumentForwardIndexHttpServer.FetchDocidServlet() - Constructor for class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.FetchDocidServlet
 
DocumentForwardIndexHttpServer.FetchDocnoServlet - Class in edu.umd.cloud9.collection
 
DocumentForwardIndexHttpServer.FetchDocnoServlet() - Constructor for class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.FetchDocnoServlet
 
DocumentForwardIndexHttpServer.HomeServlet - Class in edu.umd.cloud9.collection
 
DocumentForwardIndexHttpServer.HomeServlet() - Constructor for class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.HomeServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.FetchDocidServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.FetchDocnoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.HomeServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.FetchDocidServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.FetchDocnoServlet
 
dot(Int2FloatOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Computes the dot product of this map with another map.
dot(Int2IntOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Computes the dot product of this map with another map.
dot(Object2FloatOpenHashMapWritable<K>) - Method in class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Computes the dot product of this map with another map.
dot(Object2IntOpenHashMapWritable<K>) - Method in class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Computes the dot product of this map with another map.
dot(String2FloatOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Computes the dot product of this map with another map.
dot(String2IntOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Computes the dot product of this map with another map.
dot(MapIF) - Method in class edu.umd.cloud9.util.map.HMapIF
Computes the dot product of this map with another map.
dot(MapII) - Method in class edu.umd.cloud9.util.map.HMapII
Computes the dot product of this map with another map.
dot(MapIL) - Method in class edu.umd.cloud9.util.map.HMapIL
Computes the dot product of this map with another map.
dot(MapIS) - Method in class edu.umd.cloud9.util.map.HMapIS
Computes the dot product of this map with another map.
dot(MapKF<K>) - Method in class edu.umd.cloud9.util.map.HMapKF
Computes the dot product of this map with another map.
dot(MapKI<K>) - Method in class edu.umd.cloud9.util.map.HMapKI
Computes the dot product of this map with another map.
doubleToString(double) - Static method in class org.json.JSONObject
Produce a string from a double.
DumpWikipediaToPlainText - Class in edu.umd.cloud9.collection.wikipedia
Tool for taking a Wikipedia XML dump file and spits out articles in a flat text file (article title and content, separated by a tap).
DumpWikipediaToPlainText() - Constructor for class edu.umd.cloud9.collection.wikipedia.DumpWikipediaToPlainText
 

E

edu.umd.cloud9.collection - package edu.umd.cloud9.collection
Base classes and interfaces for working with specific document collections.
edu.umd.cloud9.collection.aquaint2 - package edu.umd.cloud9.collection.aquaint2
Provides classes for working with the AQUAINT-2 collection.
edu.umd.cloud9.collection.clue - package edu.umd.cloud9.collection.clue
Provides classes for working with the ClueWeb09 collection.
edu.umd.cloud9.collection.line - package edu.umd.cloud9.collection.line
 
edu.umd.cloud9.collection.medline - package edu.umd.cloud9.collection.medline
Provides classes for working with MEDLINE citations in XML format (particularly, for the TREC 2004-5 genomics tracks).
edu.umd.cloud9.collection.pmc - package edu.umd.cloud9.collection.pmc
Provides classes for working with full-text articles from PubMed Central.
edu.umd.cloud9.collection.spinn3r - package edu.umd.cloud9.collection.spinn3r
Provides classes for working with the Spinn3r blog collection gathered for ICWSM 2009.
edu.umd.cloud9.collection.trec - package edu.umd.cloud9.collection.trec
Provides classes for working with the TREC collection (particularly disks 4 and 5).
edu.umd.cloud9.collection.trecweb - package edu.umd.cloud9.collection.trecweb
Provides classes for working with the GOV2 collection.
edu.umd.cloud9.collection.wikipedia - package edu.umd.cloud9.collection.wikipedia
Provides classes for working with Wikipedia XML dumps.
edu.umd.cloud9.debug - package edu.umd.cloud9.debug
Provides miscellaneous debugging tools.
edu.umd.cloud9.example.bfs - package edu.umd.cloud9.example.bfs
 
edu.umd.cloud9.example.bigram - package edu.umd.cloud9.example.bigram
 
edu.umd.cloud9.example.cooccur - package edu.umd.cloud9.example.cooccur
Provides implementations for computing word co-occurrence matrices on text collections.
edu.umd.cloud9.example.hits - package edu.umd.cloud9.example.hits
 
edu.umd.cloud9.example.ir - package edu.umd.cloud9.example.ir
 
edu.umd.cloud9.example.memcached - package edu.umd.cloud9.example.memcached
Base package for working with memcached.
edu.umd.cloud9.example.memcached.demo - package edu.umd.cloud9.example.memcached.demo
Provides demos of Hadoop working with memcached.
edu.umd.cloud9.example.pagerank - package edu.umd.cloud9.example.pagerank
 
edu.umd.cloud9.example.simple - package edu.umd.cloud9.example.simple
Provides various demos.
edu.umd.cloud9.example.translation - package edu.umd.cloud9.example.translation
 
edu.umd.cloud9.io - package edu.umd.cloud9.io
Provides various Hadoop data types.
edu.umd.cloud9.io.array - package edu.umd.cloud9.io.array
 
edu.umd.cloud9.io.fastuil - package edu.umd.cloud9.io.fastuil
 
edu.umd.cloud9.io.map - package edu.umd.cloud9.io.map
 
edu.umd.cloud9.io.pair - package edu.umd.cloud9.io.pair
 
edu.umd.cloud9.io.triple - package edu.umd.cloud9.io.triple
 
edu.umd.cloud9.mapred - package edu.umd.cloud9.mapred
Provides various MapReduce-related classes.
edu.umd.cloud9.mapreduce - package edu.umd.cloud9.mapreduce
 
edu.umd.cloud9.util - package edu.umd.cloud9.util
Provides various data structures and other utility classes.
edu.umd.cloud9.util.array - package edu.umd.cloud9.util.array
 
edu.umd.cloud9.util.count - package edu.umd.cloud9.util.count
 
edu.umd.cloud9.util.map - package edu.umd.cloud9.util.map
 
edu.umd.cloud9.util.pair - package edu.umd.cloud9.util.pair
 
EncodeBFSGraph - Class in edu.umd.cloud9.example.bfs
Tool for taking a plain-text encoding of a directed graph and building corresponding Hadoop structures for running parallel breadth-first search.
EncodeBFSGraph() - Constructor for class edu.umd.cloud9.example.bfs.EncodeBFSGraph
 
END_TAG_KEY - Static variable in class edu.umd.cloud9.collection.XMLInputFormat
 
endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.
ensureCapacity(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Increases the capacity of this object, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Increases the capacity of this object, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Increases the capacity of this object, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Increases the capacity of this object, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Increases the capacity of this object, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
EntryInt2IntFrequencyDistribution - Class in edu.umd.cloud9.util.count
Implementation of Int2IntFrequencyDistribution based on HMapII.
EntryInt2IntFrequencyDistribution() - Constructor for class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
EntryObject2IntFrequencyDistribution<K extends Comparable<K>> - Class in edu.umd.cloud9.util.count
Implementation of Object2IntFrequencyDistribution based on HMapKI.
EntryObject2IntFrequencyDistribution() - Constructor for class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
entrySet() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
Exposes efficient method for accessing mappings in this map.
entrySet() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
Exposes efficient method for accessing mappings in this map.
entrySet() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
Exposes efficient method for accessing mappings in this map.
entrySet() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
Exposes efficient method for accessing mappings in this map.
entrySet() - Method in class edu.umd.cloud9.util.map.HMapIF
 
entrySet() - Method in class edu.umd.cloud9.util.map.HMapII
 
entrySet() - Method in class edu.umd.cloud9.util.map.HMapIL
 
entrySet() - Method in class edu.umd.cloud9.util.map.HMapIS
 
entrySet() - Method in class edu.umd.cloud9.util.map.HMapIV
 
entrySet() - Method in class edu.umd.cloud9.util.map.HMapKF
 
entrySet() - Method in class edu.umd.cloud9.util.map.HMapKI
 
entrySet() - Method in class edu.umd.cloud9.util.map.HMapKL
 
entrySet() - Method in class edu.umd.cloud9.util.map.HMapKS
 
entrySet() - Method in interface edu.umd.cloud9.util.map.MapIF
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface edu.umd.cloud9.util.map.MapII
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface edu.umd.cloud9.util.map.MapIL
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface edu.umd.cloud9.util.map.MapIS
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface edu.umd.cloud9.util.map.MapIV
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface edu.umd.cloud9.util.map.MapKF
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface edu.umd.cloud9.util.map.MapKI
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface edu.umd.cloud9.util.map.MapKL
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface edu.umd.cloud9.util.map.MapKS
Returns a Set view of the mappings contained in this map.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfInts
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Checks two pairs for equality.
equals(Object) - Method in class edu.umd.cloud9.io.Schema
Compares this Schema with another one for equality.
equals(Object) - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Checks for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapIF.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapIF
Compares the specified object with this map for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapII.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapII
Compares the specified object with this map for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapIL.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapIL
Compares the specified object with this map for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapIS.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapIS
Compares the specified object with this map for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapIV.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapIV
Compares the specified object with this map for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapKF.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapKF
Compares the specified object with this map for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapKI.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapKI
Compares the specified object with this map for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapKL.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapKL
Compares the specified object with this map for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapKS.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface edu.umd.cloud9.util.map.MapKS
Compares the specified object with this map for equality.
ExceptionUtils - Class in edu.umd.cloud9.util
 
ExceptionUtils() - Constructor for class edu.umd.cloud9.util.ExceptionUtils
 
extractLinkDestinations() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
 

F

fetchDocumentSet(String) - Method in class edu.umd.cloud9.example.ir.BooleanRetrieval
 
fetchLine(long) - Method in class edu.umd.cloud9.example.ir.BooleanRetrieval
 
fetchPostings(String) - Method in class edu.umd.cloud9.example.ir.BooleanRetrieval
 
findInterlanguageLink(String) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Returns the inter-language link to a specific language (if any).
FindMaxPageRankNodes - Class in edu.umd.cloud9.example.pagerank
 
FindMaxPageRankNodes() - Constructor for class edu.umd.cloud9.example.pagerank.FindMaxPageRankNodes
 
FindNodeAtDistance - Class in edu.umd.cloud9.example.bfs
Tool for extracting nodes that are a particular distance from the source node.
FindNodeAtDistance() - Constructor for class edu.umd.cloud9.example.bfs.FindNodeAtDistance
 
FindReachableNodes - Class in edu.umd.cloud9.example.bfs
Tool for extracting nodes that are reachable from the source node.
FindReachableNodes() - Constructor for class edu.umd.cloud9.example.bfs.FindReachableNodes
 
FSLineReader - Class in edu.umd.cloud9.io
Copied from LineRecordReader.LineReader in Hadoop 0.17.2 release.
FSLineReader(InputStream, int) - Constructor for class edu.umd.cloud9.io.FSLineReader
Create a line reader that reads from the given stream using the given buffer-size.
FSLineReader(Path) - Constructor for class edu.umd.cloud9.io.FSLineReader
 
FSLineReader(String) - Constructor for class edu.umd.cloud9.io.FSLineReader
 
FSLineReader(String, FileSystem) - Constructor for class edu.umd.cloud9.io.FSLineReader
 
FSLineReader(Path, FileSystem) - Constructor for class edu.umd.cloud9.io.FSLineReader
 
FSProperty - Class in edu.umd.cloud9.io
 
FSProperty() - Constructor for class edu.umd.cloud9.io.FSProperty
 

G

gc() - Static method in class edu.umd.cloud9.debug.MemoryUsageUtils
 
get(int) - Method in class edu.umd.cloud9.io.array.ArrayOfFloatsWritable
Returns the float value at position i.
get(int) - Method in class edu.umd.cloud9.io.Tuple
Returns object at a particular field (by position) in this Tuple.
get(String) - Method in class edu.umd.cloud9.io.Tuple
Returns object at a particular field (by name) in this Tuple.
get(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns the element at the specified position in this list.
get(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns the element at the specified position in this list.
get(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns the element at the specified position in this list.
get(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns the element at the specified position in this list.
get(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns the element at the specified position in this list.
get(int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
get(K) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
get(int, int) - Method in interface edu.umd.cloud9.util.count.Int2IntConditionalFrequencyDistribution
Returns the observed frequency of k conditioned on cond.
get(int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Returns the frequency of a particular event key.
get(int) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Returns the frequency of a particular event key.
get(int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Returns the frequency of a particular event key.
get(int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Returns the frequency of a particular event key.
get(K, K) - Method in interface edu.umd.cloud9.util.count.Object2IntConditionalFrequencyDistribution
Returns the observed frequency of k conditioned on cond.
get(K) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Returns the frequency of a particular event key.
get(K) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Returns the frequency of a particular event key.
get(int, int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
get(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
get(int) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
get(K, K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
get(K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
get(K) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
get(int) - Method in class edu.umd.cloud9.util.map.HMapIF
 
get(int) - Method in class edu.umd.cloud9.util.map.HMapII
 
get(int) - Method in class edu.umd.cloud9.util.map.HMapIL
 
get(int) - Method in class edu.umd.cloud9.util.map.HMapIS
 
get(int) - Method in class edu.umd.cloud9.util.map.HMapIV
 
get(K) - Method in class edu.umd.cloud9.util.map.HMapKF
 
get(K) - Method in class edu.umd.cloud9.util.map.HMapKI
 
get(K) - Method in class edu.umd.cloud9.util.map.HMapKL
 
get(K) - Method in class edu.umd.cloud9.util.map.HMapKS
 
get(int) - Method in interface edu.umd.cloud9.util.map.MapIF
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(int) - Method in interface edu.umd.cloud9.util.map.MapII
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(int) - Method in interface edu.umd.cloud9.util.map.MapIL
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(int) - Method in interface edu.umd.cloud9.util.map.MapIS
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(int) - Method in interface edu.umd.cloud9.util.map.MapIV
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(K) - Method in interface edu.umd.cloud9.util.map.MapKF
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(K) - Method in interface edu.umd.cloud9.util.map.MapKI
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(K) - Method in interface edu.umd.cloud9.util.map.MapKL
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(K) - Method in interface edu.umd.cloud9.util.map.MapKS
Returns the value to which the specified key is mapped, or throws NoSuchElementException if this map contains no mapping for the key.
get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
getAbstract() - Method in class edu.umd.cloud9.collection.medline.MedlineCitation
Returns the abstract of this citation.
getAdjacencyList() - Method in class edu.umd.cloud9.example.hits.HITSNode
 
getAdjacenyList() - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
getAdjacenyList() - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
getArray() - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns the array backing this object.
getArray() - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns the array backing this object.
getArray() - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns the array backing this object.
getArray() - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns the array backing this object.
getArray() - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns the array backing this object.
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getBooleanUnchecked(String) - Method in class edu.umd.cloud9.io.JSONObjectWritable
 
getByteContent() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Retrieves the byte content for this record
getCause() - Method in exception org.json.JSONException
 
getCollectionPath() - Method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
getCollectionPath() - Method in interface edu.umd.cloud9.collection.DocumentForwardIndex
Returns the base path of the collection.
getCollectionPath() - Method in class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
getCollectionPath() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
getConditionalDistribution(int) - Method in interface edu.umd.cloud9.util.count.Int2IntConditionalFrequencyDistribution
Returns the frequency distribution conditioned on cond.
getConditionalDistribution(K) - Method in interface edu.umd.cloud9.util.count.Object2IntConditionalFrequencyDistribution
Returns the frequency distribution conditioned on cond.
getConditionalDistribution(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
getConditionalDistribution(K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
getContent() - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2Document
 
getContent() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
 
getContent() - Method in class edu.umd.cloud9.collection.Indexable
Returns the content of the document.
getContent() - Method in class edu.umd.cloud9.collection.line.TextDocument
 
getContent() - Method in class edu.umd.cloud9.collection.medline.MedlineCitation
Returns the content of this citation, which is the title and abstract.
getContent() - Method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
getContent() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
getContent() - Method in class edu.umd.cloud9.collection.trec.TrecDocument
Returns the content of the document.
getContent() - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocument
Returns the content of this Gov2 document.
getContent() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Returns the contents of this page (title + text).
getContentUTF8() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Retrieves the bytes content as a UTF-8 string
getCurrentKey() - Method in class edu.umd.cloud9.mapreduce.NullInputFormat.NullRecordReader
 
getCurrentValue() - Method in class edu.umd.cloud9.mapreduce.NullInputFormat.NullRecordReader
 
getDefault(int) - Method in class edu.umd.cloud9.io.Schema
Returns the default value of the field at the given position.
getDefault(String) - Method in class edu.umd.cloud9.io.Schema
Returns the default value of the field with the given name.
getDescription() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
getDisplayContent() - Method in class edu.umd.cloud9.collection.Indexable
 
getDisplayContent() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
 
getDisplayContentType() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
 
getDisplayContentType() - Method in class edu.umd.cloud9.collection.Indexable
 
getDisplayContentType() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
 
getDistance() - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
getDocid(int) - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocnoMapping
 
getDocid() - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2Document
 
getDocid(int) - Method in class edu.umd.cloud9.collection.clue.ClueWarcDocnoMapping
 
getDocid(int) - Method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
getDocid() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
 
getDocid(int) - Method in interface edu.umd.cloud9.collection.DocnoMapping
Returns the docid for a particular docno.
getDocid(int) - Method in interface edu.umd.cloud9.collection.DocumentForwardIndex
Returns the docid, given the docno
getDocid() - Method in class edu.umd.cloud9.collection.Indexable
Returns the globally-unique String identifier of the document within the collection.
getDocid(int) - Method in class edu.umd.cloud9.collection.line.TextDocnoMapping
 
getDocid() - Method in class edu.umd.cloud9.collection.line.TextDocument
 
getDocid() - Method in class edu.umd.cloud9.collection.medline.MedlineCitation
Returns the docid of this MEDLINE citation, which is its PMID.
getDocid(int) - Method in class edu.umd.cloud9.collection.medline.MedlineDocnoMapping
 
getDocid() - Method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
getDocid() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
getDocid(int) - Method in class edu.umd.cloud9.collection.trec.TrecDocnoMapping
 
getDocid() - Method in class edu.umd.cloud9.collection.trec.TrecDocument
Returns the globally-unique String identifier of the document within the collection (e.g., LA123190-0134).
getDocid(int) - Method in class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
getDocid(int) - Method in class edu.umd.cloud9.collection.trecweb.Gov2DocnoMapping
 
getDocid() - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocument
Returns the docid of this Gov2 document.
getDocid(int) - Method in class edu.umd.cloud9.collection.trecweb.Wt10gDocnoMapping
 
getDocid(int) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaDocnoMapping
 
getDocid(int) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
getDocid() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Returns the article title (i.e., the docid).
getDocno(String) - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocnoMapping
 
getDocno(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcDocnoMapping
 
getDocno(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
getDocno(String) - Method in interface edu.umd.cloud9.collection.DocnoMapping
Returns the docno for a particular docid.
getDocno(String) - Method in interface edu.umd.cloud9.collection.DocumentForwardIndex
Returns the docno, given the docid
getDocno(String) - Method in class edu.umd.cloud9.collection.line.TextDocnoMapping
 
getDocno(String) - Method in class edu.umd.cloud9.collection.medline.MedlineDocnoMapping
 
getDocno(String) - Method in class edu.umd.cloud9.collection.trec.TrecDocnoMapping
 
getDocno(String) - Method in class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
getDocno(String) - Method in class edu.umd.cloud9.collection.trecweb.Gov2DocnoMapping
 
getDocno(String) - Method in class edu.umd.cloud9.collection.trecweb.Wt10gDocnoMapping
 
getDocno(String) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaDocnoMapping
 
getDocno(String) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
getDocument(int) - Method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
getDocument(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
getDocument(int) - Method in interface edu.umd.cloud9.collection.DocumentForwardIndex
Fetches the document for a given docno.
getDocument(String) - Method in interface edu.umd.cloud9.collection.DocumentForwardIndex
Fetches the document for a given docid.
getDocument(String) - Method in class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
getDocument(int) - Method in class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
getDocument(int) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
getDocument(String) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
getDOI() - Method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getDoubleUnchecked(String) - Method in class edu.umd.cloud9.io.JSONObjectWritable
 
getEnd() - Method in class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 
getEntriesSortedByKey() - Method in class edu.umd.cloud9.util.map.HMapKI
 
getEntriesSortedByKey(int) - Method in class edu.umd.cloud9.util.map.HMapKI
 
getEntriesSortedByValue() - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Returns top k entries sorted by descending value.
getEntriesSortedByValue() - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Returns top k entries sorted by descending value.
getEntriesSortedByValue() - Method in class edu.umd.cloud9.util.map.HMapIF
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.util.map.HMapIF
Returns top n entries sorted by descending value.
getEntriesSortedByValue() - Method in class edu.umd.cloud9.util.map.HMapII
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.util.map.HMapII
Returns top n entries sorted by descending value.
getEntriesSortedByValue() - Method in class edu.umd.cloud9.util.map.HMapIL
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.util.map.HMapIL
Returns top n entries sorted by descending value.
getEntriesSortedByValue() - Method in class edu.umd.cloud9.util.map.HMapIS
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.util.map.HMapIS
Returns top n entries sorted by descending value.
getEntriesSortedByValue() - Method in class edu.umd.cloud9.util.map.HMapIV
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.util.map.HMapIV
Returns top n entries sorted by descending value.
getEntriesSortedByValue() - Method in class edu.umd.cloud9.util.map.HMapKF
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.util.map.HMapKF
Returns top n entries sorted by descending value.
getEntriesSortedByValue() - Method in class edu.umd.cloud9.util.map.HMapKI
Returns entries sorted by descending value.
getEntriesSortedByValue(int) - Method in class edu.umd.cloud9.util.map.HMapKI
Returns top n entries sorted by descending value.
getFieldCount() - Method in class edu.umd.cloud9.io.Schema
Returns the number of fields in this Schema.
getFieldCount() - Method in class edu.umd.cloud9.io.Tuple
 
getFieldIndex(String) - Method in class edu.umd.cloud9.io.Schema
Returns the position of a field given its name.
getFieldName(int) - Method in class edu.umd.cloud9.io.Schema
Returns the name of the field at the given position.
getFieldType(int) - Method in class edu.umd.cloud9.io.Schema
Returns the type of the field at the given position.
getFieldType(String) - Method in class edu.umd.cloud9.io.Schema
Returns the type of the field given its name.
getFieldType(int) - Method in class edu.umd.cloud9.io.Tuple
Returns the type of a particular field (by position).
getFieldType(String) - Method in class edu.umd.cloud9.io.Tuple
Returns the type of a particular field (by name).
getFirstDocno() - Method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
getFirstDocno() - Method in interface edu.umd.cloud9.collection.DocumentForwardIndex
Returns the first docno in the collection.
getFirstDocno() - Method in class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
getFirstDocno() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
getFrequencySortedEvents() - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
getFrequencySortedEvents(int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
getFrequencySortedEvents() - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
getFrequencySortedEvents(int) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
getFrequencySortedEvents() - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Returns events sorted by frequency of occurrence.
getFrequencySortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Returns top n events sorted by frequency of occurrence.
getFrequencySortedEvents() - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Returns events sorted by frequency of occurrence.
getFrequencySortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Returns top n events sorted by frequency of occurrence.
getFrequencySortedEvents() - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Returns events sorted by frequency of occurrence.
getFrequencySortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Returns top n events sorted by frequency of occurrence.
getFrequencySortedEvents() - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Returns events sorted by frequency of occurrence.
getFrequencySortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Returns top n events sorted by frequency of occurrence.
getFrequencySortedEvents() - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Returns events sorted by frequency of occurrence.
getFrequencySortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Returns top n events sorted by frequency of occurrence.
getFrequencySortedEvents() - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Returns events sorted by frequency of occurrence.
getFrequencySortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Returns top n events sorted by frequency of occurrence.
getFrequencySortedEvents() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
getFrequencySortedEvents(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
getFrequencySortedEvents() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
getFrequencySortedEvents(int) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
getFrequencySortedEvents() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
getFrequencySortedEvents(int) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
getFrequencySortedEvents() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
getFrequencySortedEvents(int) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
getGuid() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
getHARank() - Method in class edu.umd.cloud9.example.hits.HITSNode
 
getHeaderMetadata() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Gets the set of metadata items from the header
getHeaderMetadataItem(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Gets a value for a specific header metadata key
getHeaderRecordType() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Gets the header record type string
getHeaderString() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Gets the WARC header as a string
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getIntUnchecked(String) - Method in class edu.umd.cloud9.io.JSONObjectWritable
 
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfInts
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Returns the key (left element).
getKey() - Method in class edu.umd.cloud9.io.pair.PairOfWritables
Returns the key (left element).
getKey() - Method in interface edu.umd.cloud9.util.map.MapIF.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface edu.umd.cloud9.util.map.MapII.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface edu.umd.cloud9.util.map.MapIL.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface edu.umd.cloud9.util.map.MapIS.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface edu.umd.cloud9.util.map.MapIV.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface edu.umd.cloud9.util.map.MapKF.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface edu.umd.cloud9.util.map.MapKI.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface edu.umd.cloud9.util.map.MapKL.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface edu.umd.cloud9.util.map.MapKS.Entry
Returns the key corresponding to this entry.
getKeys() - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
In lazy decoding mode, returns an array of all the keys if the map hasn't been decoded yet.
getKeys() - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
In lazy decoding mode, returns an array of all the keys if the map hasn't been decoded yet.
getKeys() - Method in class edu.umd.cloud9.io.map.HMapIFW
In lazy decoding mode, returns an array of all the keys if the map hasn't been decoded yet.
getKeys() - Method in class edu.umd.cloud9.io.map.HMapIIW
In lazy decoding mode, returns an array of all the keys if the map hasn't been decoded yet.
getLanguage() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
getLastDocno() - Method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
getLastDocno() - Method in interface edu.umd.cloud9.collection.DocumentForwardIndex
Returns the last docno in the collection.
getLastDocno() - Method in class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
getLastDocno() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
getLazyDecodeFlag() - Static method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Returns the value of the lazy decoding flag
getLazyDecodeFlag() - Static method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Returns the value of the lazy decoding flag
getLazyDecodeFlag() - Static method in class edu.umd.cloud9.io.map.HMapIFW
Returns the value of the lazy decoding flag
getLazyDecodeFlag() - Static method in class edu.umd.cloud9.io.map.HMapIIW
Returns the value of the lazy decoding flag
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfInts
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.pair.PairOfWritables
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Returns the left element.
getLeftElement() - Method in class edu.umd.cloud9.util.pair.PairOfObjectInt
 
getLeftElement() - Method in class edu.umd.cloud9.util.pair.PairOfObjectLong
 
getLeftElement() - Method in class edu.umd.cloud9.util.pair.PairOfObjects
 
getLength() - Method in class edu.umd.cloud9.mapred.NullInputSplit
 
getLength() - Method in class edu.umd.cloud9.mapreduce.NullInputSplit
 
getLocations() - Method in class edu.umd.cloud9.mapred.NullInputSplit
 
getLocations() - Method in class edu.umd.cloud9.mapreduce.NullInputSplit
 
GetLogProbFromHDFS - Class in edu.umd.cloud9.example.memcached.demo
 
GetLogProbFromHDFS() - Constructor for class edu.umd.cloud9.example.memcached.demo.GetLogProbFromHDFS
 
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getLongUnchecked(String) - Method in class edu.umd.cloud9.io.JSONObjectWritable
 
getMarginalCount(int) - Method in interface edu.umd.cloud9.util.count.Int2IntConditionalFrequencyDistribution
Returns the marginal count of k.
getMarginalCount(K) - Method in interface edu.umd.cloud9.util.count.Object2IntConditionalFrequencyDistribution
Returns the marginal count of k.
getMarginalCount(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
getMarginalCount(K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
getMiddleElement() - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Returns the middle element.
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getNodeId() - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
getNodeId() - Method in class edu.umd.cloud9.example.hits.HITSNode
 
getNodeId() - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
getNumberOfEvents() - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
getNumberOfEvents() - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
getNumberOfEvents() - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Returns number of distinct events observed.
getNumberOfEvents() - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Returns number of distinct events observed.
getNumberOfEvents() - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Returns number of distinct events observed.
getNumberOfEvents() - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Returns number of distinct events observed.
getNumberOfEvents() - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Returns number of distinct events observed.
getNumberOfEvents() - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Returns number of distinct events observed.
getNumberOfEvents() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
getNumberOfEvents() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
getNumberOfEvents() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
getNumberOfEvents() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
getPageRank() - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
getPartition(IntWritable, Writable, int) - Method in class edu.umd.cloud9.example.hits.RangePartitioner
 
getPartition(IntWritable, Writable, int) - Method in class edu.umd.cloud9.example.pagerank.RangePartitioner
 
getPmcid() - Method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
getPmid() - Method in class edu.umd.cloud9.collection.medline.MedlineCitation
Returns the PMID of this MEDLINE citation.
getPos() - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
 
getPos() - Method in class edu.umd.cloud9.collection.clue.ClueWarcInputFormat.ClueWarcRecordReader
 
getPos() - Method in class edu.umd.cloud9.collection.line.TextDocumentInputFormat.TextDocumentLineRecordReader
 
getPos() - Method in class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat.MedlineCitationRecordReader
Returns the current position in the input.
getPos() - Method in class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat.PmcArticleRecordReader
 
getPos() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat.Spinn3rItemRecordReader
 
getPos() - Method in class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat.TrecDocumentRecordReader
Returns the current position in the input.
getPos() - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat.TrecWebRecordReader
Returns the current position in the input.
getPos() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat.WikipediaPageRecordReader
Returns the current position in the input.
getPos() - Method in class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 
getPos() - Method in class edu.umd.cloud9.mapred.NullInputFormat.NullRecordReader
 
getProgress() - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
 
getProgress() - Method in class edu.umd.cloud9.collection.clue.ClueWarcInputFormat.ClueWarcRecordReader
 
getProgress() - Method in class edu.umd.cloud9.collection.line.TextDocumentInputFormat.TextDocumentLineRecordReader
 
getProgress() - Method in class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat.MedlineCitationRecordReader
Returns progress on how much input has been consumed.
getProgress() - Method in class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat.PmcArticleRecordReader
 
getProgress() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat.Spinn3rItemRecordReader
 
getProgress() - Method in class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat.TrecDocumentRecordReader
Returns progress on how much input has been consumed.
getProgress() - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat.TrecWebRecordReader
Returns progress on how much input has been consumed.
getProgress() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat.WikipediaPageRecordReader
Returns progress on how much input has been consumed.
getProgress() - Method in class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 
getProgress() - Method in class edu.umd.cloud9.mapred.NullInputFormat.NullRecordReader
 
getProgress() - Method in class edu.umd.cloud9.mapreduce.NullInputFormat.NullRecordReader
 
getPubDate() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
getRawXML() - Method in class edu.umd.cloud9.collection.medline.MedlineCitation
Returns the raw XML of this citation.
getRawXML() - Method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
getRawXML() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
getRawXML() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Returns the raw XML of this page.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.clue.ClueWarcInputFormat
Just return the record reader
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.line.TextDocumentInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat
Returns a RecordReader for this InputFormat.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat
Returns a RecordReader for this InputFormat.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat
Returns a RecordReader for this InputFormat.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat
Returns a RecordReader for this InputFormat.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.collection.XMLInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class edu.umd.cloud9.mapred.NullInputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class edu.umd.cloud9.mapred.NullOutputFormat
Deprecated.  
getReferencesXML() - Method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
getRequiredParameters() - Method in class edu.umd.cloud9.util.PowerTool
 
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfInts
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.pair.PairOfWritables
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Returns the right element.
getRightElement() - Method in class edu.umd.cloud9.util.pair.PairOfObjectInt
 
getRightElement() - Method in class edu.umd.cloud9.util.pair.PairOfObjectLong
 
getRightElement() - Method in class edu.umd.cloud9.util.pair.PairOfObjects
 
getSortedEvents() - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
getSortedEvents(int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
getSortedEvents() - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
getSortedEvents(int) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
getSortedEvents() - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Returns events in sorted order.
getSortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Returns top n events in sorted order.
getSortedEvents() - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Returns events in sorted order.
getSortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Returns top n events in sorted order.
getSortedEvents() - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Returns events in sorted order.
getSortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Returns top n events in sorted order.
getSortedEvents() - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Returns events in sorted order.
getSortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Returns top n events in sorted order.
getSortedEvents() - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Returns events in sorted order.
getSortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Returns top n events in sorted order.
getSortedEvents() - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Returns events in sorted order.
getSortedEvents(int) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Returns top n events in sorted order.
getSortedEvents() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
getSortedEvents(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
getSortedEvents() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
getSortedEvents(int) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
getSortedEvents() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
getSortedEvents(int) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
getSortedEvents() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
getSortedEvents(int) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
getSplits(JobConf, int) - Method in class edu.umd.cloud9.mapred.NullInputFormat
 
getSplits(JobContext) - Method in class edu.umd.cloud9.mapreduce.NullInputFormat
 
getStackTrace(Exception) - Static method in class edu.umd.cloud9.util.ExceptionUtils
 
getStart() - Method in class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 
GetStatus - Class in edu.umd.cloud9.example.memcached
 
GetStatus() - Constructor for class edu.umd.cloud9.example.memcached.GetStatus
 
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getStringUnchecked(String) - Method in class edu.umd.cloud9.io.JSONObjectWritable
 
getSumOfAllFrequencies() - Method in interface edu.umd.cloud9.util.count.Int2IntConditionalFrequencyDistribution
Returns the sum of all frequencies.
getSumOfAllFrequencies() - Method in interface edu.umd.cloud9.util.count.Object2IntConditionalFrequencyDistribution
Returns the sum of all frequencies.
getSumOfAllFrequencies() - Method in class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
getSumOfAllFrequencies() - Method in class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
getSumOfFrequencies() - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
getSumOfFrequencies() - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
getSumOfFrequencies() - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Returns the sum of frequencies of all observed events.
getSumOfFrequencies() - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Returns the sum of frequencies of all observed events.
getSumOfFrequencies() - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Returns the sum of frequencies of all observed events.
getSumOfFrequencies() - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Returns the sum of frequencies of all observed events.
getSumOfFrequencies() - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Returns the sum of frequencies of all observed events.
getSumOfFrequencies() - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Returns the sum of frequencies of all observed events.
getSumOfFrequencies() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
getSumOfFrequencies() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
getSumOfFrequencies() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
getSumOfFrequencies() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
getSymbol(int) - Method in class edu.umd.cloud9.io.Tuple
Returns special symbol at a particular field (by position).
getSymbol(String) - Method in class edu.umd.cloud9.io.Tuple
Returns special symbol at a particular field (by name).
getTitle() - Method in class edu.umd.cloud9.collection.medline.MedlineCitation
Returns the title of this MEDLINE citation.
getTitle() - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
getTitle() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Returns the title of this page.
getTotalRecordLength() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Retrieves the total record length (header and content)
getType() - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
getType() - Method in class edu.umd.cloud9.example.hits.HITSNode
 
getType() - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
getUsedMemory() - Static method in class edu.umd.cloud9.debug.MemoryUsageUtils
 
getUsedMemoryAccurate() - Static method in class edu.umd.cloud9.debug.MemoryUsageUtils
 
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfInts
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Returns the value (right element).
getValue() - Method in class edu.umd.cloud9.io.pair.PairOfWritables
Returns the value (right element).
getValue() - Method in interface edu.umd.cloud9.util.map.MapIF.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface edu.umd.cloud9.util.map.MapII.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface edu.umd.cloud9.util.map.MapIL.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface edu.umd.cloud9.util.map.MapIS.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface edu.umd.cloud9.util.map.MapIV.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface edu.umd.cloud9.util.map.MapKF.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface edu.umd.cloud9.util.map.MapKI.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface edu.umd.cloud9.util.map.MapKL.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface edu.umd.cloud9.util.map.MapKS.Entry
Returns the value corresponding to this entry.
getValues() - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
In lazy decoding mode, returns an array of all the values if the map hasn't been decoded yet.
getValues() - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
In lazy decoding mode, returns an array of all the values if the map hasn't been decoded yet.
getValues() - Method in class edu.umd.cloud9.io.map.HMapIFW
In lazy decoding mode, returns an array of all the values if the map hasn't been decoded yet.
getValues() - Method in class edu.umd.cloud9.io.map.HMapIIW
In lazy decoding mode, returns an array of all the values if the map hasn't been decoded yet.
getWarcFilePath() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Gets the file path from this WARC file (if set)
getWikiMarkup() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Returns the text of this page.
Gov2DocnoMapping - Class in edu.umd.cloud9.collection.trecweb
 
Gov2DocnoMapping() - Constructor for class edu.umd.cloud9.collection.trecweb.Gov2DocnoMapping
 

H

HACalc(String, int, int, int, boolean, boolean, boolean, int, int) - Method in class edu.umd.cloud9.example.hits.HubsAndAuthorities
 
HACalc(String, int, int, int, boolean, boolean, boolean, int, int) - Method in class edu.umd.cloud9.example.hits.HubsAndAuthoritiesSchimmy
 
has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.
hasBeenDecoded() - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
 
hasBeenDecoded() - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
 
hashCode() - Method in class edu.umd.cloud9.example.simple.DemoWordCountJSON.MyKey
 
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfInts
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Returns a hash code value for the pair.
hashCode() - Method in class edu.umd.cloud9.io.Schema
Computes a hashcode for this schema.
hashCode() - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Returns a hash code value for this ThreeInts instance.
hashCode() - Method in class edu.umd.cloud9.io.Tuple
Returns a hash code for this Tuple.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapIF.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapIF
Returns the hash code value for this map.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapII.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapII
Returns the hash code value for this map.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapIL.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapIL
Returns the hash code value for this map.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapIS.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapIS
Returns the hash code value for this map.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapIV.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapIV
Returns the hash code value for this map.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapKF.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapKF
Returns the hash code value for this map.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapKI.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapKI
Returns the hash code value for this map.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapKL.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapKL
Returns the hash code value for this map.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapKS.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface edu.umd.cloud9.util.map.MapKS
Returns the hash code value for this map.
HashMapWritable<K extends Writable,V extends Writable> - Class in edu.umd.cloud9.io.map
Writable extension of a Java HashMap.
HashMapWritable() - Constructor for class edu.umd.cloud9.io.map.HashMapWritable
Creates a HashMapWritable object.
HashMapWritable(HashMap<K, V>) - Constructor for class edu.umd.cloud9.io.map.HashMapWritable
Creates a HashMapWritable object from a regular HashMap.
HFormatterWG - Class in edu.umd.cloud9.example.hits
Driver program that takes a plain-text encoding of a directed graph and builds corresponding Hadoop structures for representing the graph.
HFormatterWG() - Constructor for class edu.umd.cloud9.example.hits.HFormatterWG
 
HITSNode - Class in edu.umd.cloud9.example.hits
Representation of a Hubs and Authorities Node for HITS algorithm computation
HITSNode() - Constructor for class edu.umd.cloud9.example.hits.HITSNode
 
HMapIF - Class in edu.umd.cloud9.util.map
Hash-based implementation of MapIF.
HMapIF(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapIF
Constructs an empty HMapIF with the specified initial capacity and load factor.
HMapIF(int) - Constructor for class edu.umd.cloud9.util.map.HMapIF
Constructs an empty HMapIF with the specified initial capacity and the default load factor (0.75).
HMapIF() - Constructor for class edu.umd.cloud9.util.map.HMapIF
Constructs an empty HMapIF with the default initial capacity (1024) and the default load factor (0.75).
HMapIF(MapIF) - Constructor for class edu.umd.cloud9.util.map.HMapIF
Constructs a new HMapIF with the same mappings as the specified MapIF.
HMapIFW - Class in edu.umd.cloud9.io.map
Writable representing a map where keys are ints and values are floats.
HMapIFW() - Constructor for class edu.umd.cloud9.io.map.HMapIFW
Creates a HMapIFW object.
HMapII - Class in edu.umd.cloud9.util.map
Hash-based implementation of MapII.
HMapII(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapII
Constructs an empty HMapII with the specified initial capacity and load factor.
HMapII(int) - Constructor for class edu.umd.cloud9.util.map.HMapII
Constructs an empty HMapII with the specified initial capacity and the default load factor (0.75).
HMapII() - Constructor for class edu.umd.cloud9.util.map.HMapII
Constructs an empty HMapII with the default initial capacity (1024) and the default load factor (0.75).
HMapII(MapII) - Constructor for class edu.umd.cloud9.util.map.HMapII
Constructs a new HMapII with the same mappings as the specified MapII.
HMapIIW - Class in edu.umd.cloud9.io.map
Writable representing a map where both keys and values are ints.
HMapIIW() - Constructor for class edu.umd.cloud9.io.map.HMapIIW
Creates a HMapIIW object.
HMapIL - Class in edu.umd.cloud9.util.map
Hash-based implementation of the MapIL interface.
HMapIL(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapIL
Constructs an empty HMapIL with the specified initial capacity and load factor.
HMapIL(int) - Constructor for class edu.umd.cloud9.util.map.HMapIL
Constructs an empty HMapIL with the specified initial capacity and the default load factor (0.75).
HMapIL() - Constructor for class edu.umd.cloud9.util.map.HMapIL
Constructs an empty HMapIL with the default initial capacity (1024) and the default load factor (0.75).
HMapIL(MapIL) - Constructor for class edu.umd.cloud9.util.map.HMapIL
Constructs a new HMapIL with the same mappings as the specified MapIL.
HMapIS - Class in edu.umd.cloud9.util.map
Hash-based implementation of the MapIS interface.
HMapIS(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapIS
Constructs an empty HMapIS with the specified initial capacity and load factor.
HMapIS(int) - Constructor for class edu.umd.cloud9.util.map.HMapIS
Constructs an empty HMapIS with the specified initial capacity and the default load factor (0.75).
HMapIS() - Constructor for class edu.umd.cloud9.util.map.HMapIS
Constructs an empty HMapIS with the default initial capacity (1024) and the default load factor (0.75).
HMapIS(MapIS) - Constructor for class edu.umd.cloud9.util.map.HMapIS
Constructs a new HMapIS with the same mappings as the specified MapIS.
HMapIV<V> - Class in edu.umd.cloud9.util.map
Hash-based implementation of the MapIV interface.
HMapIV(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapIV
Constructs an empty HMapII with the specified initial capacity and load factor.
HMapIV(int) - Constructor for class edu.umd.cloud9.util.map.HMapIV
Constructs an empty HMapII with the specified initial capacity and the default load factor (0.75).
HMapIV() - Constructor for class edu.umd.cloud9.util.map.HMapIV
Constructs an empty HMapII with the default initial capacity (1024) and the default load factor (0.75).
HMapIV(MapIV<V>) - Constructor for class edu.umd.cloud9.util.map.HMapIV
Constructs a new HMapII with the same mappings as the specified MapIV.
HMapIVW<V extends WritableComparable<?>> - Class in edu.umd.cloud9.io.map
Writable representing a map from ints to values of arbitrary WritableComparable.
HMapIVW() - Constructor for class edu.umd.cloud9.io.map.HMapIVW
Creates a HMapIVW object.
HMapKF<K extends Comparable<?>> - Class in edu.umd.cloud9.util.map
Hash-based implementation of the MapKF interface.
HMapKF(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapKF
Constructs an empty HMapKF with the specified initial capacity and load factor.
HMapKF(int) - Constructor for class edu.umd.cloud9.util.map.HMapKF
Constructs an empty HMapKF with the specified initial capacity and the default load factor (0.75).
HMapKF() - Constructor for class edu.umd.cloud9.util.map.HMapKF
Constructs an empty HMapKF with the default initial capacity (1024) and the default load factor (0.75).
HMapKF(MapKF<? extends K>) - Constructor for class edu.umd.cloud9.util.map.HMapKF
Constructs a new HMapKF with the same mappings as the specified MapKF.
HMapKFW<K extends WritableComparable<?>> - Class in edu.umd.cloud9.io.map
Writable representing a map from keys of arbitrary WritableComparable to floats.
HMapKFW() - Constructor for class edu.umd.cloud9.io.map.HMapKFW
Creates a HMapKFW object.
HMapKI<K extends Comparable<?>> - Class in edu.umd.cloud9.util.map
Hash-based implementation of the MapKI interface.
HMapKI(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapKI
Constructs an empty HMapKI with the specified initial capacity and load factor.
HMapKI(int) - Constructor for class edu.umd.cloud9.util.map.HMapKI
Constructs an empty HMapKI with the specified initial capacity and the default load factor (0.75).
HMapKI() - Constructor for class edu.umd.cloud9.util.map.HMapKI
Constructs an empty HMapKI with the default initial capacity (1024) and the default load factor (0.75).
HMapKI(MapKI<? extends K>) - Constructor for class edu.umd.cloud9.util.map.HMapKI
Constructs a new HMapKI with the same mappings as the specified MapKI.
HMapKIW<K extends WritableComparable<?>> - Class in edu.umd.cloud9.io.map
Writable representing a map from keys of arbitrary WritableComparable to ints.
HMapKIW() - Constructor for class edu.umd.cloud9.io.map.HMapKIW
Creates a HMapKIW object.
HMapKL<K> - Class in edu.umd.cloud9.util.map
Hash-based implementation of the MapKL interface.
HMapKL(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapKL
Constructs an empty HMapKL with the specified initial capacity and load factor.
HMapKL(int) - Constructor for class edu.umd.cloud9.util.map.HMapKL
Constructs an empty HMapKL with the specified initial capacity and the default load factor (0.75).
HMapKL() - Constructor for class edu.umd.cloud9.util.map.HMapKL
Constructs an empty HMapKL with the default initial capacity (1024) and the default load factor (0.75).
HMapKL(MapKL<? extends K>) - Constructor for class edu.umd.cloud9.util.map.HMapKL
Constructs a new HMapKL with the same mappings as the specified MapKL.
HMapKS<K> - Class in edu.umd.cloud9.util.map
Hash-based implementation of the MapKS interface.
HMapKS(int, float) - Constructor for class edu.umd.cloud9.util.map.HMapKS
Constructs an empty HMapKS with the specified initial capacity and load factor.
HMapKS(int) - Constructor for class edu.umd.cloud9.util.map.HMapKS
Constructs an empty HMapKS with the specified initial capacity and the default load factor (0.75).
HMapKS() - Constructor for class edu.umd.cloud9.util.map.HMapKS
Constructs an empty HMapKS with the default initial capacity (1024) and the default load factor (0.75).
HMapKS(MapKS<? extends K>) - Constructor for class edu.umd.cloud9.util.map.HMapKS
Constructs a new HMapKS with the same mappings as the specified MapKS.
HMapSFW - Class in edu.umd.cloud9.io.map
Writable representing a map where keys are Strings and values are floats.
HMapSFW() - Constructor for class edu.umd.cloud9.io.map.HMapSFW
Creates a HMapSFW object.
HMapSIW - Class in edu.umd.cloud9.io.map
Writable representing a map where keys are Strings and values are ints.
HMapSIW() - Constructor for class edu.umd.cloud9.io.map.HMapSIW
Creates a HMapSIW object.
HubsAndAuthorities - Class in edu.umd.cloud9.example.hits
Main driver program for running the non-schimmy version of Kleinberg's Hubs and Authorities/Hyperlink-Induced Topic Search (HITS) algorithm Command line arguments are:
HubsAndAuthorities() - Constructor for class edu.umd.cloud9.example.hits.HubsAndAuthorities
 
HubsAndAuthoritiesSchimmy - Class in edu.umd.cloud9.example.hits
Main driver program for running the schimmy version of Kleinberg's Hubs and Authorities/Hyperlink-Induced Topic Search (HITS) algorithm Command line arguments are:
HubsAndAuthoritiesSchimmy() - Constructor for class edu.umd.cloud9.example.hits.HubsAndAuthoritiesSchimmy
 

I

increment(int) - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Increments the key.
increment(K) - Method in class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Increments the key.
increment(K) - Method in class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Increments the key.
increment(String) - Method in class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Increments the key.
increment(String) - Method in class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Increments the key.
increment(int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
increment(int, int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
increment(K) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
increment(K, int) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
increment(int, int) - Method in interface edu.umd.cloud9.util.count.Int2IntConditionalFrequencyDistribution
Increments the observed frequency of k conditioned on cond.
increment(int, int, int) - Method in interface edu.umd.cloud9.util.count.Int2IntConditionalFrequencyDistribution
Increments the observed frequency of k conditioned on cond by v.
increment(int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Increments the frequency of an event key.
increment(int, int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Increments the frequency of an event key by cnt.
increment(int) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Increments the frequency of an event key.
increment(int, long) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Increments the frequency of an event key by cnt.
increment(int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Increments the frequency of an event key.
increment(int, int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Increments the frequency of an event key by cnt.
increment(int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Increments the frequency of an event key.
increment(int, int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Increments the frequency of an event key by cnt.
increment(K, K) - Method in interface edu.umd.cloud9.util.count.Object2IntConditionalFrequencyDistribution
Increments the observed frequency of k conditioned on cond.
increment(K, K, int) - Method in interface edu.umd.cloud9.util.count.Object2IntConditionalFrequencyDistribution
Increments the observed frequency of k conditioned on cond by v.
increment(K) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Increments the frequency of an event key.
increment(K, int) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Increments the frequency of an event key by cnt.
increment(K) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Increments the frequency of an event key.
increment(K, long) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Increments the frequency of an event key by cnt.
increment(int, int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
increment(int, int, int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
increment(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
increment(int, int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
increment(int) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
increment(int, long) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
increment(K, K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
increment(K, K, int) - Method in class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
increment(K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
increment(K, int) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
increment(K) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
increment(K, long) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
increment(int) - Method in class edu.umd.cloud9.util.map.HMapII
Increments the key.
increment(int, int) - Method in class edu.umd.cloud9.util.map.HMapII
 
increment(int) - Method in class edu.umd.cloud9.util.map.HMapIL
Increments the key.
increment(int, long) - Method in class edu.umd.cloud9.util.map.HMapIL
 
increment(int) - Method in class edu.umd.cloud9.util.map.HMapIS
Increments the key.
increment(int, short) - Method in class edu.umd.cloud9.util.map.HMapIS
 
increment(K) - Method in class edu.umd.cloud9.util.map.HMapKI
Increments the key.
Indexable - Class in edu.umd.cloud9.collection
Interface for a document that can be indexed.
Indexable() - Constructor for class edu.umd.cloud9.collection.Indexable
 
IndexableFileInputFormat<K,V extends Indexable> - Class in edu.umd.cloud9.collection
Abstract class representing a FileInputFormat for Indexable objects.
IndexableFileInputFormat() - Constructor for class edu.umd.cloud9.collection.IndexableFileInputFormat
 
indexOf(double) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(float) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(long) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(short) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
initialize(InputSplit, TaskAttemptContext) - Method in class edu.umd.cloud9.mapreduce.NullInputFormat.NullRecordReader
 
InlinkCounter - Class in edu.umd.cloud9.example.hits
 
InlinkCounter() - Constructor for class edu.umd.cloud9.example.hits.InlinkCounter
 
instantiate() - Method in class edu.umd.cloud9.io.Schema
Instantiate a new Tuple instance with this Schema.
instantiate(Object...) - Method in class edu.umd.cloud9.io.Schema
Instantiate a new Tuple instance with this Schema.
Int2FloatOpenHashMapWritable - Class in edu.umd.cloud9.io.fastuil
 
Int2FloatOpenHashMapWritable() - Constructor for class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Creates an Int2FloatOpenHashMapWritable object.
Int2IntConditionalFrequencyDistribution - Interface in edu.umd.cloud9.util.count
A conditional frequency distribution where events are ints and counts are ints.
Int2IntFrequencyDistribution - Interface in edu.umd.cloud9.util.count
A frequency distribution where events are ints and counts are ints.
Int2IntOpenHashMapWritable - Class in edu.umd.cloud9.io.fastuil
 
Int2IntOpenHashMapWritable() - Constructor for class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Creates an Int2IntOpenHashMapWritable object.
Int2LongFrequencyDistribution - Interface in edu.umd.cloud9.util.count
A frequency distribution where events are ints and counts are longs.
intersection(ArrayListOfIntsWritable) - Method in class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Computes the intersection of two sorted lists of this type.
intersection(ArrayListOfShortsWritable) - Method in class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
Computes the intersection of two sorted lists of this type.
isArticle() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Checks to see if this page is an actual article, and not, for example, "File:", "Category:", "Wikipedia:", etc.
isDecoded() - Method in class edu.umd.cloud9.io.map.HMapIFW
Returns whether or not this map has been decoded.
isDecoded() - Method in class edu.umd.cloud9.io.map.HMapIIW
Returns whether or not this map has been decoded.
isDisambiguation() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Checks to see if this page is a disambiguation page.
isEmpty() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Checks to see if this page is an empty page.
isEmpty() - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns true if this list contains no elements.
isEmpty() - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns true if this list contains no elements.
isEmpty() - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns true if this list contains no elements.
isEmpty() - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns true if this list contains no elements.
isEmpty() - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns true if this list contains no elements.
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapIF
 
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapII
 
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapIL
 
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapIS
 
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapIV
 
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapKF
 
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapKI
 
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapKL
 
isEmpty() - Method in class edu.umd.cloud9.util.map.HMapKS
 
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapIF
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapII
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapIL
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapIS
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapIV
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapKF
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapKI
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapKL
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface edu.umd.cloud9.util.map.MapKS
Returns true if this map contains no key-value mappings.
isLocked() - Method in class edu.umd.cloud9.io.Schema
Checks if this schema is locked.
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isRedirect() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Checks to see if this page is a redirect page.
isStub() - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Checks to see if this article is a stub.
IterateBFS - Class in edu.umd.cloud9.example.bfs
Tool for running one iteration of parallel breadth-first search.
IterateBFS() - Constructor for class edu.umd.cloud9.example.bfs.IterateBFS
 
iterator() - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns an iterator for this list.
iterator() - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns an iterator for this list.
iterator() - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns an iterator for this list.
iterator() - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns an iterator for this list.
iterator() - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns an iterator for this list.
iterator() - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
Iterator returns the same object every time, just with a different payload.
iterator() - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
Iterator returns the same object every time, just with a different payload.
iterator() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
Iterator returns the same object every time, just with a different payload.
iterator() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
Iterator returns the same object every time, just with a different payload.
iterator() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
Iterator returns the same object every time, just with a different payload.
iterator() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
Iterator returns the same object every time, just with a different payload.

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection<Object>) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection<Object>, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array with a bean.
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map<String, Object>) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map<String, Object>, boolean) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.json.JSONObject
Construct JSONObject from the given bean.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObjectWritable - Class in edu.umd.cloud9.io
Writable representing a JSON Object.
JSONObjectWritable() - Constructor for class edu.umd.cloud9.io.JSONObjectWritable
Creates an empty JSONWritableObject.
JSONObjectWritable(String) - Constructor for class edu.umd.cloud9.io.JSONObjectWritable
Creates a JSONWritableObject with an initial value.
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class org.json.JSONWriter
Append a key.
keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
Exposes efficient method for accessing keys in this map.
keySet() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
Exposes efficient method for accessing keys in this map.
keySet() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
Exposes efficient method for accessing keys in this map.
keySet() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
Exposes efficient method for accessing keys in this map.
keySet() - Method in class edu.umd.cloud9.util.map.HMapIF
 
keySet() - Method in class edu.umd.cloud9.util.map.HMapII
 
keySet() - Method in class edu.umd.cloud9.util.map.HMapIL
 
keySet() - Method in class edu.umd.cloud9.util.map.HMapIS
 
keySet() - Method in class edu.umd.cloud9.util.map.HMapIV
 
keySet() - Method in class edu.umd.cloud9.util.map.HMapKF
 
keySet() - Method in class edu.umd.cloud9.util.map.HMapKI
 
keySet() - Method in class edu.umd.cloud9.util.map.HMapKL
 
keySet() - Method in class edu.umd.cloud9.util.map.HMapKS
 
keySet() - Method in interface edu.umd.cloud9.util.map.MapIF
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.umd.cloud9.util.map.MapII
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.umd.cloud9.util.map.MapIL
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.umd.cloud9.util.map.MapIS
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.umd.cloud9.util.map.MapIV
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.umd.cloud9.util.map.MapKF
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.umd.cloud9.util.map.MapKI
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.umd.cloud9.util.map.MapKL
Returns a Set view of the keys contained in this map.
keySet() - Method in interface edu.umd.cloud9.util.map.MapKS
Returns a Set view of the keys contained in this map.

L

lastIndexOf(double) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(float) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(long) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(short) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lazyplus(Int2FloatOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
In lazy decoding mode, adds values from keys of another map to this map.
lazyplus(Int2IntOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
In lazy decoding mode, adds values from keys of another map to this map.
lazyplus(HMapIIW) - Method in class edu.umd.cloud9.io.map.HMapIIW
In lazy decoding mode, adds values from keys of another map to this map.
length() - Method in class edu.umd.cloud9.util.map.HMapIF
Returns the length of the vector represented by this map.
length() - Method in class edu.umd.cloud9.util.map.HMapKF
Returns the length of the vector represented by this map.
length() - Method in class org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.
loadIndex(String, String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
loadIndex(String, String) - Method in interface edu.umd.cloud9.collection.DocumentForwardIndex
Loads the index.
loadIndex(String, String) - Method in class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
loadIndex(String, String) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
loadMapping(Path, FileSystem) - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocnoMapping
 
loadMapping(Path, FileSystem) - Method in class edu.umd.cloud9.collection.clue.ClueWarcDocnoMapping
 
loadMapping(Path, FileSystem) - Method in interface edu.umd.cloud9.collection.DocnoMapping
Loads a mapping file containing the docid to docno mappings.
loadMapping(Path, FileSystem) - Method in class edu.umd.cloud9.collection.line.TextDocnoMapping
 
loadMapping(Path, FileSystem) - Method in class edu.umd.cloud9.collection.medline.MedlineDocnoMapping
 
loadMapping(Path, FileSystem) - Method in class edu.umd.cloud9.collection.trec.TrecDocnoMapping
 
loadMapping(Path, FileSystem) - Method in class edu.umd.cloud9.collection.trecweb.Gov2DocnoMapping
 
loadMapping(Path, FileSystem) - Method in class edu.umd.cloud9.collection.trecweb.Wt10gDocnoMapping
 
loadMapping(Path, FileSystem) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaDocnoMapping
 
lockSchema() - Method in class edu.umd.cloud9.io.Schema
Locks the Schema, preventing any additional changes.
Long2IntFrequencyDistribution - Interface in edu.umd.cloud9.util.count
A frequency distribution where events are longs and counts are ints.
Long2LongFrequencyDistribution - Interface in edu.umd.cloud9.util.count
A frequency distribution where events are longs and counts are longs.
LookupPostings - Class in edu.umd.cloud9.example.ir
 
LookupPostings() - Constructor for class edu.umd.cloud9.example.ir.LookupPostings
 
LookupWikipediaArticle - Class in edu.umd.cloud9.collection.wikipedia
Tool for providing command-line access to page titles given either a docno or a docid.

M

main(String[]) - Static method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocnoMapping
 
main(String[]) - Static method in class edu.umd.cloud9.collection.aquaint2.NumberAquaint2Documents
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.clue.BuildClueWarcForwardIndex
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.clue.ClueWarcForwardIndex
 
main(String[]) - Static method in class edu.umd.cloud9.collection.clue.DemoCountClueWarcRecords
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.clue.RepackClueWarcRecords
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.clue.ScanBlockCompressedSequenceFile
 
main(String[]) - Static method in class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer
 
main(String[]) - Static method in class edu.umd.cloud9.collection.line.DemoCountTextDocuments
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.line.NumberTextDocuments
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.line.TextDocnoMapping
Simple program the provides access to the docno/docid mappings.
main(String[]) - Static method in class edu.umd.cloud9.collection.medline.DemoCountMedlineCitations
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.medline.MedlineDocnoMapping
Simple program the provides access to the docno/docid mappings.
main(String[]) - Static method in class edu.umd.cloud9.collection.medline.NumberMedlineCitations
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.spinn3r.DemoCountSpinn3rEnglishPosts
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.trec.BuildTrecForwardIndex
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.trec.DemoCountTrecDocuments
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.trec.NumberTrecDocuments
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.trec.TrecDocnoMapping
Simple program the provides access to the docno/docid mappings.
main(String[]) - Static method in class edu.umd.cloud9.collection.trecweb.Gov2DocnoMapping
Simple program the provides access to the docno/docid mappings.
main(String[]) - Static method in class edu.umd.cloud9.collection.trecweb.NumberTrecWebDocuments
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.trecweb.RepackGov2Documents
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.trecweb.RepackWt10gDocuments
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.collection.trecweb.Wt10gDocnoMapping
Simple program the provides access to the docno/docid mappings.
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.BuildWikipediaDocnoMapping
 
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.BuildWikipediaForwardIndex
 
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.BuildWikipediaLinkGraph
 
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.DemoCountWikipediaPages
 
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.DumpWikipediaToPlainText
 
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.LookupWikipediaArticle
 
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.RepackWikipedia
 
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.WikipediaDocnoMapping
Simple program the provides access to the docno/docid mappings.
main(String[]) - Static method in class edu.umd.cloud9.collection.wikipedia.WikipediaPagesBz2InputStream
 
main(String[]) - Static method in class edu.umd.cloud9.example.bfs.EncodeBFSGraph
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.bfs.FindNodeAtDistance
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.bfs.FindReachableNodes
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.bfs.IterateBFS
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.bigram.AnalyzeBigramCount
 
main(String[]) - Static method in class edu.umd.cloud9.example.bigram.AnalyzeBigramRelativeFrequency
 
main(String[]) - Static method in class edu.umd.cloud9.example.bigram.AnalyzeBigramRelativeFrequencyJSON
 
main(String[]) - Static method in class edu.umd.cloud9.example.bigram.AnalyzeBigramRelativeFrequencyTuple
 
main(String[]) - Static method in class edu.umd.cloud9.example.bigram.BigramCount
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.bigram.BigramRelativeFrequency
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.bigram.BigramRelativeFrequencyJSON
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.bigram.BigramRelativeFrequencyTuple
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.cooccur.ComputeCooccurrenceMatrixPairs
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.cooccur.ComputeCooccurrenceMatrixStripes
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.hits.AFormatterWG
 
main(String[]) - Static method in class edu.umd.cloud9.example.hits.HFormatterWG
 
main(String[]) - Static method in class edu.umd.cloud9.example.hits.HubsAndAuthorities
 
main(String[]) - Static method in class edu.umd.cloud9.example.hits.HubsAndAuthoritiesSchimmy
 
main(String[]) - Static method in class edu.umd.cloud9.example.hits.InlinkCounter
 
main(String[]) - Static method in class edu.umd.cloud9.example.hits.MergeFormattedRecords
 
main(String[]) - Static method in class edu.umd.cloud9.example.hits.PartitionGraph
 
main(String[]) - Static method in class edu.umd.cloud9.example.hits.TextOutput
 
main(String[]) - Static method in class edu.umd.cloud9.example.ir.BooleanRetrieval
 
main(String[]) - Static method in class edu.umd.cloud9.example.ir.BuildInvertedIndex
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.ir.LookupPostings
 
main(String[]) - Static method in class edu.umd.cloud9.example.memcached.demo.ComputeLogProb
Runs the demo.
main(String[]) - Static method in class edu.umd.cloud9.example.memcached.demo.DemoMemcachedAccess
The main method takes three arguments from the command line 1.
main(String[]) - Static method in class edu.umd.cloud9.example.memcached.demo.DemoNoOp
 
main(String[]) - Static method in class edu.umd.cloud9.example.memcached.demo.GetLogProbFromHDFS
 
main(String[]) - Static method in class edu.umd.cloud9.example.memcached.demo.SetLogProbInMemcached
First argument - path of file on local file system on master node containing list of memcache servers Second argument - path of file on dfs on master node to be converted into sequence file and put in memcache
main(String[]) - Static method in class edu.umd.cloud9.example.memcached.demo.VerifyLogProbInMemcached
 
main(String[]) - Static method in class edu.umd.cloud9.example.memcached.demo.WordCount
Runs the demo.
main(String[]) - Static method in class edu.umd.cloud9.example.memcached.GetStatus
First argument - path of file on local file system on master node containing list of memcache servers Second argument - path of file on dfs on master node to be converted into sequence file and put in memcache
main(String[]) - Static method in class edu.umd.cloud9.example.pagerank.BuildPageRankRecords
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.pagerank.FindMaxPageRankNodes
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.pagerank.PartitionGraph
 
main(String[]) - Static method in class edu.umd.cloud9.example.pagerank.RunPageRankBasic
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.pagerank.RunPageRankSchimmy
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.pagerank.SequentialPageRank
Runs the program
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoMapredNullInput
Runs the demo.
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoMapreduceNullInput
Runs the demo.
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoPackJSON
Runs the demo.
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoPackTuples1
Runs the demo.
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoPackTuples2
Runs the demo.
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoWordCount
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoWordCountJSON
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoWordCountTuple1
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.example.simple.DemoWordCountTuple2
Dispatches command-line arguments to the tool via the ToolRunner.
main(String[]) - Static method in class edu.umd.cloud9.io.FSProperty
 
main(String[]) - Static method in class edu.umd.cloud9.io.PackTextFile
 
main(String[]) - Static method in class edu.umd.cloud9.io.ReadSequenceFile
 
map(Text, IntWritable, OutputCollector<Text, FloatWritable>, Reporter) - Method in class edu.umd.cloud9.example.memcached.demo.ComputeLogProb.MyMapper
 
map(LongWritable, Text, OutputCollector<Text, IntWritable>, Reporter) - Method in class edu.umd.cloud9.example.memcached.demo.WordCount.MyMapper
 
map(LongWritable, Text, Mapper<LongWritable, Text, PairOfStrings, FloatWritable>.Context) - Method in class edu.umd.cloud9.example.translation.TransProbMapper
 
map(NullWritable, NullWritable, OutputCollector<NullWritable, NullWritable>, Reporter) - Method in class edu.umd.cloud9.mapred.NullMapper
 
map(NullWritable, NullWritable, Mapper<NullWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class edu.umd.cloud9.mapreduce.NullMapper
 
MapIF - Interface in edu.umd.cloud9.util.map
Map from ints to floats.
MapIF.Entry - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapIF.
MapII - Interface in edu.umd.cloud9.util.map
Map from ints to ints.
MapII.Entry - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapII.
MapIL - Interface in edu.umd.cloud9.util.map
Map from ints to longs.
MapIL.Entry - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapIL.
MapIS - Interface in edu.umd.cloud9.util.map
Map from ints to shorts.
MapIS.Entry - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapIS.
MapIV<V> - Interface in edu.umd.cloud9.util.map
Map from ints to arbitrary objects.
MapIV.Entry<V> - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapIK.
MapKF<K> - Interface in edu.umd.cloud9.util.map
Map from arbitrary objects to floats.
MapKF.Entry<K> - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapKF.
MapKI<K> - Interface in edu.umd.cloud9.util.map
Map from arbitrary objects to ints.
MapKI.Entry<K> - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapKI.
MapKL<K> - Interface in edu.umd.cloud9.util.map
Map from arbitrary objects to longs.
MapKL.Entry<K> - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapKL.
MapKS<K> - Interface in edu.umd.cloud9.util.map
Map from arbitrary objects to shorts.
MapKS.Entry<K> - Interface in edu.umd.cloud9.util.map
A map entry (key-value pair) for MapKS.
MedlineCitation - Class in edu.umd.cloud9.collection.medline
Object representing a MEDLINE citation.
MedlineCitation() - Constructor for class edu.umd.cloud9.collection.medline.MedlineCitation
Creates an empty MedlineCitation object.
MedlineCitationInputFormat - Class in edu.umd.cloud9.collection.medline
Hadoop InputFormat for processing the MEDLINE citations in XML format.
MedlineCitationInputFormat() - Constructor for class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat
Creates a MedlineCitationInputFormat.
MedlineCitationInputFormat.MedlineCitationRecordReader - Class in edu.umd.cloud9.collection.medline
Hadoop RecordReader for reading MEDLINE citations in XML format.
MedlineCitationInputFormat.MedlineCitationRecordReader(FileSplit, JobConf) - Constructor for class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat.MedlineCitationRecordReader
Creates a MedlineCitationRecordReader.
MedlineDocnoMapping - Class in edu.umd.cloud9.collection.medline
Object that maps between MEDLINE docids (PMIDs) to docnos (sequentially-numbered ints).
MedlineDocnoMapping() - Constructor for class edu.umd.cloud9.collection.medline.MedlineDocnoMapping
Creates a MedlineDocnoMapping object
MemoryUsageUtils - Class in edu.umd.cloud9.debug
 
MemoryUsageUtils() - Constructor for class edu.umd.cloud9.debug.MemoryUsageUtils
 
MergeFormattedRecords - Class in edu.umd.cloud9.example.hits
Driver program to merges the output of HFormatterWG and AFormatterWG into a single set of of output files.
MergeFormattedRecords() - Constructor for class edu.umd.cloud9.example.hits.MergeFormattedRecords
 
metadata - Variable in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
 
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next(LongWritable, Aquaint2Document) - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocumentInputFormat.Aquaint2DocumentRecordReader
 
next(LongWritable, ClueWarcRecord) - Method in class edu.umd.cloud9.collection.clue.ClueWarcInputFormat.ClueWarcRecordReader
 
next(LongWritable, TextDocument) - Method in class edu.umd.cloud9.collection.line.TextDocumentInputFormat.TextDocumentLineRecordReader
 
next(LongWritable, MedlineCitation) - Method in class edu.umd.cloud9.collection.medline.MedlineCitationInputFormat.MedlineCitationRecordReader
Reads the next key-value pair.
next(LongWritable, PmcArticle) - Method in class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat.PmcArticleRecordReader
 
next(LongWritable, Spinn3rItem) - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat.Spinn3rItemRecordReader
 
next(LongWritable, TrecDocument) - Method in class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat.TrecDocumentRecordReader
Reads the next key-value pair.
next(LongWritable, TrecWebDocument) - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat.TrecWebRecordReader
Reads the next key-value pair.
next(LongWritable, WikipediaPage) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat.WikipediaPageRecordReader
Reads the next key-value pair.
next(LongWritable, Text) - Method in class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 
next(NullWritable, NullWritable) - Method in class edu.umd.cloud9.mapred.NullInputFormat.NullRecordReader
 
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextKeyValue() - Method in class edu.umd.cloud9.mapreduce.NullInputFormat.NullRecordReader
 
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
Norm(String, int, int, int, boolean, boolean, boolean, int, int) - Method in class edu.umd.cloud9.example.hits.HubsAndAuthorities
 
Norm(String, int, int, int, boolean, boolean, boolean, int, int) - Method in class edu.umd.cloud9.example.hits.HubsAndAuthoritiesSchimmy
 
normalize() - Method in class edu.umd.cloud9.util.map.HMapIF
Normalizes values such that the vector represented by this map has unit length.
normalize() - Method in class edu.umd.cloud9.util.map.HMapKF
Normalizes values such that the vector represented by this map has unit length.
NoSplitSequenceFileInputFormat<K extends WritableComparable,V extends Writable> - Class in edu.umd.cloud9.mapred
 
NoSplitSequenceFileInputFormat() - Constructor for class edu.umd.cloud9.mapred.NoSplitSequenceFileInputFormat
 
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NullInputFormat - Class in edu.umd.cloud9.mapred
 
NullInputFormat() - Constructor for class edu.umd.cloud9.mapred.NullInputFormat
 
NullInputFormat - Class in edu.umd.cloud9.mapreduce
 
NullInputFormat() - Constructor for class edu.umd.cloud9.mapreduce.NullInputFormat
 
NullInputFormat.NullRecordReader - Class in edu.umd.cloud9.mapred
 
NullInputFormat.NullRecordReader() - Constructor for class edu.umd.cloud9.mapred.NullInputFormat.NullRecordReader
 
NullInputFormat.NullRecordReader - Class in edu.umd.cloud9.mapreduce
 
NullInputFormat.NullRecordReader() - Constructor for class edu.umd.cloud9.mapreduce.NullInputFormat.NullRecordReader
 
NullInputSplit - Class in edu.umd.cloud9.mapred
 
NullInputSplit() - Constructor for class edu.umd.cloud9.mapred.NullInputSplit
 
NullInputSplit - Class in edu.umd.cloud9.mapreduce
 
NullInputSplit() - Constructor for class edu.umd.cloud9.mapreduce.NullInputSplit
 
NullMapper - Class in edu.umd.cloud9.mapred
 
NullMapper() - Constructor for class edu.umd.cloud9.mapred.NullMapper
 
NullMapper - Class in edu.umd.cloud9.mapreduce
 
NullMapper() - Constructor for class edu.umd.cloud9.mapreduce.NullMapper
 
NullOutputFormat - Class in edu.umd.cloud9.mapred
Deprecated. 
NullOutputFormat() - Constructor for class edu.umd.cloud9.mapred.NullOutputFormat
Deprecated.  
NullOutputFormat.NullRecordWriter - Class in edu.umd.cloud9.mapred
Deprecated.  
NullOutputFormat.NullRecordWriter() - Constructor for class edu.umd.cloud9.mapred.NullOutputFormat.NullRecordWriter
Deprecated.  
NumberAquaint2Documents - Class in edu.umd.cloud9.collection.aquaint2
 
NumberAquaint2Documents() - Constructor for class edu.umd.cloud9.collection.aquaint2.NumberAquaint2Documents
Creates an instance of this tool.
NumberMedlineCitations - Class in edu.umd.cloud9.collection.medline
Program that builds the mapping from MEDLINE docids (PMIDs) to docnos (sequentially-numbered ints).
NumberMedlineCitations() - Constructor for class edu.umd.cloud9.collection.medline.NumberMedlineCitations
Creates an instance of this tool.
NumberTextDocuments - Class in edu.umd.cloud9.collection.line
Program that builds the mapping from docids (String identifiers) to docnos (sequentially-numbered ints) for regular text documents.
NumberTextDocuments() - Constructor for class edu.umd.cloud9.collection.line.NumberTextDocuments
Creates an instance of this tool.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.
NumberTrecDocuments - Class in edu.umd.cloud9.collection.trec
Program that builds the mapping from TREC docids (String identifiers) to docnos (sequentially-numbered ints).
NumberTrecDocuments() - Constructor for class edu.umd.cloud9.collection.trec.NumberTrecDocuments
Creates an instance of this tool.
NumberTrecWebDocuments - Class in edu.umd.cloud9.collection.trecweb
 
NumberTrecWebDocuments() - Constructor for class edu.umd.cloud9.collection.trecweb.NumberTrecWebDocuments
 

O

object() - Method in class org.json.JSONWriter
Begin appending a new object.
Object2FloatOpenHashMapWritable<K extends Writable> - Class in edu.umd.cloud9.io.fastuil
 
Object2FloatOpenHashMapWritable() - Constructor for class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Creates a String2IntOpenHashMapWritable object.
Object2IntConditionalFrequencyDistribution<K extends Comparable<K>> - Interface in edu.umd.cloud9.util.count
A conditional frequency distribution where events are arbitrary objects and counts are ints.
Object2IntFrequencyDistribution<K extends Comparable<K>> - Interface in edu.umd.cloud9.util.count
A frequency distribution where events are arbitrary objects and counts are ints.
Object2IntOpenHashMapWritable<K extends Writable> - Class in edu.umd.cloud9.io.fastuil
 
Object2IntOpenHashMapWritable() - Constructor for class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Creates a String2IntOpenHashMapWritable object.
Object2LongFrequencyDistribution<K extends Comparable<K>> - Interface in edu.umd.cloud9.util.count
A frequency distribution where events are arbitrary objects and counts are ints.
of(float, int) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(float, float) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(int, long) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(int, int) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(int, String) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(long, float) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(long, int) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(long, long) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(String, float) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(String, long) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(String, int) - Static method in class edu.umd.cloud9.io.pair.Pair
 
of(String, String) - Static method in class edu.umd.cloud9.io.pair.Pair
 
OpenInt2IntConditionalFrequencyDistribution - Class in edu.umd.cloud9.util.count
Implementation of Int2IntConditionalFrequencyDistribution based on Int2IntOpenHashMap.
OpenInt2IntConditionalFrequencyDistribution() - Constructor for class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
OpenInt2IntFrequencyDistribution - Class in edu.umd.cloud9.util.count
Implementation of Int2IntFrequencyDistribution based on Int2IntOpenHashMap.
OpenInt2IntFrequencyDistribution() - Constructor for class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
OpenInt2LongFrequencyDistribution - Class in edu.umd.cloud9.util.count
Implementation of Int2LongFrequencyDistribution based on Int2LongOpenHashMap.
OpenInt2LongFrequencyDistribution() - Constructor for class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
OpenObject2IntConditionalFrequencyDistribution<K extends Comparable<K>> - Class in edu.umd.cloud9.util.count
An implementation of a conditional frequency distribution for arbitrary events, backed by a fastutil open hash map.
OpenObject2IntConditionalFrequencyDistribution() - Constructor for class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
OpenObject2IntFrequencyDistribution<K extends Comparable<K>> - Class in edu.umd.cloud9.util.count
Implementation of Object2IntFrequencyDistribution based on Object2IntOpenHashMap.
OpenObject2IntFrequencyDistribution() - Constructor for class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
OpenObject2LongFrequencyDistribution<K extends Comparable<K>> - Class in edu.umd.cloud9.util.count
Implementation of Object2LongFrequencyDistribution based on Object2LongOpenHashMap.
OpenObject2LongFrequencyDistribution() - Constructor for class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
org.json - package org.json
 

P

PackTextFile - Class in edu.umd.cloud9.io
Program that takes a plain text file and converts it into a SequenceFile.
PageRankNode - Class in edu.umd.cloud9.example.pagerank
Representation of a graph node for PageRank.
PageRankNode() - Constructor for class edu.umd.cloud9.example.pagerank.PageRankNode
 
Pair - Class in edu.umd.cloud9.io.pair
 
Pair() - Constructor for class edu.umd.cloud9.io.pair.Pair
 
PairOfFloatInt - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair consisting of a float and an int.
PairOfFloatInt() - Constructor for class edu.umd.cloud9.io.pair.PairOfFloatInt
Creates a pair.
PairOfFloatInt(float, int) - Constructor for class edu.umd.cloud9.io.pair.PairOfFloatInt
Creates a pair.
PairOfFloatInt.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfFloatInt.
PairOfFloatInt.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfFloatInt.Comparator
Creates a new Comparator optimized for PairOfFloatInt.
PairOfFloats - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair of floats.
PairOfFloats() - Constructor for class edu.umd.cloud9.io.pair.PairOfFloats
Creates a pair.
PairOfFloats(float, float) - Constructor for class edu.umd.cloud9.io.pair.PairOfFloats
Creates a pair.
PairOfFloats.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfFloats.
PairOfFloats.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfFloats.Comparator
Creates a new Comparator optimized for PairOfFloats.
PairOfIntLong - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair of an int and long.
PairOfIntLong() - Constructor for class edu.umd.cloud9.io.pair.PairOfIntLong
Creates a pair.
PairOfIntLong(int, long) - Constructor for class edu.umd.cloud9.io.pair.PairOfIntLong
Creates a pair.
PairOfIntLong.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfIntLong.
PairOfIntLong.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfIntLong.Comparator
Creates a new Comparator optimized for PairOfIntLong.
PairOfInts - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair of ints.
PairOfInts() - Constructor for class edu.umd.cloud9.io.pair.PairOfInts
Creates a pair.
PairOfInts(int, int) - Constructor for class edu.umd.cloud9.io.pair.PairOfInts
Creates a pair.
PairOfInts.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfInts.
PairOfInts.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfInts.Comparator
Creates a new Comparator optimized for PairOfInts.
PairOfIntString - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair consisting of an int and a String.
PairOfIntString() - Constructor for class edu.umd.cloud9.io.pair.PairOfIntString
Creates a pair.
PairOfIntString(int, String) - Constructor for class edu.umd.cloud9.io.pair.PairOfIntString
Creates a pair.
PairOfIntString.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfIntString.
PairOfIntString.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfIntString.Comparator
Creates a new Comparator optimized for PairOfIntString.
PairOfLongFloat - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair consisting of a long and a float.
PairOfLongFloat() - Constructor for class edu.umd.cloud9.io.pair.PairOfLongFloat
Creates a pair.
PairOfLongFloat(long, float) - Constructor for class edu.umd.cloud9.io.pair.PairOfLongFloat
Creates a pair.
PairOfLongFloat.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfLongFloat.
PairOfLongFloat.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfLongFloat.Comparator
Creates a new Comparator optimized for PairOfLongFloat.
PairOfLongInt - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair consisting of a long and an int.
PairOfLongInt() - Constructor for class edu.umd.cloud9.io.pair.PairOfLongInt
Creates a pair.
PairOfLongInt(long, int) - Constructor for class edu.umd.cloud9.io.pair.PairOfLongInt
Creates a pair.
PairOfLongInt.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfLongInt.
PairOfLongInt.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfLongInt.Comparator
Creates a new Comparator optimized for PairOfLongInt.
PairOfLongs - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair of longs.
PairOfLongs() - Constructor for class edu.umd.cloud9.io.pair.PairOfLongs
Creates a pair.
PairOfLongs(long, long) - Constructor for class edu.umd.cloud9.io.pair.PairOfLongs
Creates a pair.
PairOfLongs.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfLongs.
PairOfLongs.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfLongs.Comparator
Creates a new Comparator optimized for PairOfLongs.
PairOfObjectInt<L extends Comparable<L>> - Class in edu.umd.cloud9.util.pair
 
PairOfObjectInt(L, int) - Constructor for class edu.umd.cloud9.util.pair.PairOfObjectInt
 
PairOfObjectInt() - Constructor for class edu.umd.cloud9.util.pair.PairOfObjectInt
 
PairOfObjectLong<L extends Comparable<L>> - Class in edu.umd.cloud9.util.pair
 
PairOfObjectLong(L, long) - Constructor for class edu.umd.cloud9.util.pair.PairOfObjectLong
 
PairOfObjectLong() - Constructor for class edu.umd.cloud9.util.pair.PairOfObjectLong
 
PairOfObjects<L extends Comparable<L>,R extends Comparable<R>> - Class in edu.umd.cloud9.util.pair
 
PairOfObjects(L, R) - Constructor for class edu.umd.cloud9.util.pair.PairOfObjects
 
PairOfObjects() - Constructor for class edu.umd.cloud9.util.pair.PairOfObjects
 
PairOfStringFloat - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair consisting of a String and a float.
PairOfStringFloat() - Constructor for class edu.umd.cloud9.io.pair.PairOfStringFloat
Creates a pair.
PairOfStringFloat(String, float) - Constructor for class edu.umd.cloud9.io.pair.PairOfStringFloat
Creates a pair.
PairOfStringFloat.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfStringFloat.
PairOfStringFloat.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfStringFloat.Comparator
Creates a new Comparator optimized for PairOfStringFloat.
PairOfStringInt - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair consisting of a String and an int.
PairOfStringInt() - Constructor for class edu.umd.cloud9.io.pair.PairOfStringInt
Creates a pair.
PairOfStringInt(String, int) - Constructor for class edu.umd.cloud9.io.pair.PairOfStringInt
Creates a pair.
PairOfStringInt.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfStringInt.
PairOfStringInt.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfStringInt.Comparator
Creates a new Comparator optimized for PairOfStrings.
PairOfStringLong - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair consisting of a String and a long.
PairOfStringLong() - Constructor for class edu.umd.cloud9.io.pair.PairOfStringLong
Creates a pair.
PairOfStringLong(String, long) - Constructor for class edu.umd.cloud9.io.pair.PairOfStringLong
Creates a pair.
PairOfStringLong.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfStringLong.
PairOfStringLong.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfStringLong.Comparator
Creates a new Comparator optimized for PairOfStrings.
PairOfStrings - Class in edu.umd.cloud9.io.pair
WritableComparable representing a pair of Strings.
PairOfStrings() - Constructor for class edu.umd.cloud9.io.pair.PairOfStrings
Creates a pair.
PairOfStrings(String, String) - Constructor for class edu.umd.cloud9.io.pair.PairOfStrings
Creates a pair.
PairOfStrings.Comparator - Class in edu.umd.cloud9.io.pair
Comparator optimized for PairOfStrings.
PairOfStrings.Comparator() - Constructor for class edu.umd.cloud9.io.pair.PairOfStrings.Comparator
Creates a new Comparator optimized for PairOfStrings.
PairOfWritables<L extends Writable,R extends Writable> - Class in edu.umd.cloud9.io.pair
Class representing pair of Writables.
PairOfWritables() - Constructor for class edu.umd.cloud9.io.pair.PairOfWritables
Creates a new PairOfWritables.
PairOfWritables(L, R) - Constructor for class edu.umd.cloud9.io.pair.PairOfWritables
Creates a new PairOfWritables.
PartitionGraph - Class in edu.umd.cloud9.example.hits
Driver program for partitioning the graph.
PartitionGraph() - Constructor for class edu.umd.cloud9.example.hits.PartitionGraph
 
PartitionGraph - Class in edu.umd.cloud9.example.pagerank
Driver program for partitioning the graph.
PartitionGraph() - Constructor for class edu.umd.cloud9.example.pagerank.PartitionGraph
 
performAND() - Method in class edu.umd.cloud9.example.ir.BooleanRetrieval
 
performOR() - Method in class edu.umd.cloud9.example.ir.BooleanRetrieval
 
plus(Int2FloatOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Adds values of keys from another map to this map.
plus(Int2IntOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Adds values of keys from another map to this map.
plus(Object2FloatOpenHashMapWritable<K>) - Method in class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Adds values of keys from another map to this map.
plus(Object2IntOpenHashMapWritable<K>) - Method in class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Adds values of keys from another map to this map.
plus(String2FloatOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Adds values of keys from another map to this map.
plus(String2IntOpenHashMapWritable) - Method in class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Adds values of keys from another map to this map.
plus(HMapIFW) - Method in class edu.umd.cloud9.io.map.HMapIFW
Adds values from keys of another map to this map.
plus(MapIF) - Method in class edu.umd.cloud9.util.map.HMapIF
Adds values of keys from another map to this map.
plus(MapII) - Method in class edu.umd.cloud9.util.map.HMapII
Adds values of keys from another map to this map.
plus(MapIL) - Method in class edu.umd.cloud9.util.map.HMapIL
Adds values of keys from another map to this map.
plus(MapIS) - Method in class edu.umd.cloud9.util.map.HMapIS
Adds values of keys from another map to this map.
plus(MapKF<K>) - Method in class edu.umd.cloud9.util.map.HMapKF
Adds values of keys from another map to this map.
plus(MapKI<K>) - Method in class edu.umd.cloud9.util.map.HMapKI
Adds values of keys from another map to this map.
PmcArticle - Class in edu.umd.cloud9.collection.pmc
 
PmcArticle() - Constructor for class edu.umd.cloud9.collection.pmc.PmcArticle
 
PmcArticleInputFormat - Class in edu.umd.cloud9.collection.pmc
 
PmcArticleInputFormat() - Constructor for class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat
 
PmcArticleInputFormat.PmcArticleRecordReader - Class in edu.umd.cloud9.collection.pmc
 
PmcArticleInputFormat.PmcArticleRecordReader(FileSplit, JobConf) - Constructor for class edu.umd.cloud9.collection.pmc.PmcArticleInputFormat.PmcArticleRecordReader
 
pop() - Method in class edu.umd.cloud9.util.StackOfInts
 
PowerTool - Class in edu.umd.cloud9.util
 
PowerTool(Configuration) - Constructor for class edu.umd.cloud9.util.PowerTool
 
push(int) - Method in class edu.umd.cloud9.util.StackOfInts
 
pushTerm(String) - Method in class edu.umd.cloud9.example.ir.BooleanRetrieval
 
put(int, float) - Method in class edu.umd.cloud9.util.map.HMapIF
 
put(int, int) - Method in class edu.umd.cloud9.util.map.HMapII
 
put(int, long) - Method in class edu.umd.cloud9.util.map.HMapIL
 
put(int, short) - Method in class edu.umd.cloud9.util.map.HMapIS
 
put(int, V) - Method in class edu.umd.cloud9.util.map.HMapIV
 
put(K, float) - Method in class edu.umd.cloud9.util.map.HMapKF
 
put(K, int) - Method in class edu.umd.cloud9.util.map.HMapKI
 
put(K, long) - Method in class edu.umd.cloud9.util.map.HMapKL
 
put(K, short) - Method in class edu.umd.cloud9.util.map.HMapKS
 
put(int, float) - Method in interface edu.umd.cloud9.util.map.MapIF
Associates the specified value with the specified key in this map.
put(int, int) - Method in interface edu.umd.cloud9.util.map.MapII
Associates the specified value with the specified key in this map.
put(int, long) - Method in interface edu.umd.cloud9.util.map.MapIL
Associates the specified value with the specified key in this map.
put(int, short) - Method in interface edu.umd.cloud9.util.map.MapIS
Associates the specified value with the specified key in this map.
put(int, V) - Method in interface edu.umd.cloud9.util.map.MapIV
Associates the specified value with the specified key in this map.
put(K, float) - Method in interface edu.umd.cloud9.util.map.MapKF
Associates the specified value with the specified key in this map.
put(K, int) - Method in interface edu.umd.cloud9.util.map.MapKI
Associates the specified value with the specified key in this map.
put(K, long) - Method in interface edu.umd.cloud9.util.map.MapKL
Associates the specified value with the specified key in this map.
put(K, short) - Method in interface edu.umd.cloud9.util.map.MapKS
Associates the specified value with the specified key in this map.
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection<Object>) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map<String, Object>) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection<Object>) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map<String, Object>) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection<Object>) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map<String, Object>) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putAll(MapIF) - Method in class edu.umd.cloud9.util.map.HMapIF
 
putAll(MapII) - Method in class edu.umd.cloud9.util.map.HMapII
 
putAll(MapIL) - Method in class edu.umd.cloud9.util.map.HMapIL
 
putAll(MapIS) - Method in class edu.umd.cloud9.util.map.HMapIS
 
putAll(MapIV<V>) - Method in class edu.umd.cloud9.util.map.HMapIV
 
putAll(MapKF<? extends K>) - Method in class edu.umd.cloud9.util.map.HMapKF
 
putAll(MapKI<? extends K>) - Method in class edu.umd.cloud9.util.map.HMapKI
 
putAll(MapKL<? extends K>) - Method in class edu.umd.cloud9.util.map.HMapKL
 
putAll(MapKS<? extends K>) - Method in class edu.umd.cloud9.util.map.HMapKS
 
putAll(MapIF) - Method in interface edu.umd.cloud9.util.map.MapIF
Copies all of the mappings from the specified map to this map.
putAll(MapII) - Method in interface edu.umd.cloud9.util.map.MapII
Copies all of the mappings from the specified map to this map.
putAll(MapIL) - Method in interface edu.umd.cloud9.util.map.MapIL
Copies all of the mappings from the specified map to this map.
putAll(MapIS) - Method in interface edu.umd.cloud9.util.map.MapIS
Copies all of the mappings from the specified map to this map.
putAll(MapIV<V>) - Method in interface edu.umd.cloud9.util.map.MapIV
Copies all of the mappings from the specified map to this map.
putAll(MapKF<? extends K>) - Method in interface edu.umd.cloud9.util.map.MapKF
Copies all of the mappings from the specified map to this map.
putAll(MapKI<? extends K>) - Method in interface edu.umd.cloud9.util.map.MapKI
Copies all of the mappings from the specified map to this map.
putAll(MapKL<? extends K>) - Method in interface edu.umd.cloud9.util.map.MapKL
Copies all of the mappings from the specified map to this map.
putAll(MapKS<? extends K>) - Method in interface edu.umd.cloud9.util.map.MapKS
Copies all of the mappings from the specified map to this map.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

RangePartitioner<K,V> - Class in edu.umd.cloud9.example.hits
Range partitioner.
RangePartitioner() - Constructor for class edu.umd.cloud9.example.hits.RangePartitioner
 
RangePartitioner<K,V> - Class in edu.umd.cloud9.example.pagerank
Ranger partitioner.
RangePartitioner() - Constructor for class edu.umd.cloud9.example.pagerank.RangePartitioner
 
readArticle(PmcArticle, String) - Static method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
readCitation(MedlineCitation, String) - Static method in class edu.umd.cloud9.collection.medline.MedlineCitation
Reads a raw XML string into a MedlineCitation object.
readDirectory(Path) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readDirectory(Path, FileSystem, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
Reads key-value pairs from a directory containing SequenceFiles.
readDocidData(Path, FileSystem) - Static method in class edu.umd.cloud9.collection.medline.MedlineDocnoMapping
Reads a mappings file into memory.
readDocnoData(Path, FileSystem) - Static method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocnoMapping
 
readDocnoData(Path, FileSystem) - Static method in class edu.umd.cloud9.collection.line.TextDocnoMapping
Reads a mappings file into memory.
readDocnoData(Path, FileSystem) - Static method in class edu.umd.cloud9.collection.trec.TrecDocnoMapping
Reads a mappings file into memory.
readDocnoMappingData(Path, FileSystem) - Static method in class edu.umd.cloud9.collection.wikipedia.WikipediaDocnoMapping
Reads a mappings file into memory.
readDocument(Aquaint2Document, String) - Static method in class edu.umd.cloud9.collection.aquaint2.Aquaint2Document
 
readDocument(TextDocument, String) - Static method in class edu.umd.cloud9.collection.line.TextDocument
 
readDocument(TrecDocument, String) - Static method in class edu.umd.cloud9.collection.trec.TrecDocument
Reads a raw XML string into a TrecDocument object.
readDocument(TrecWebDocument, String) - Static method in class edu.umd.cloud9.collection.trecweb.TrecWebDocument
Reads a raw XML string into a TrecWebDocument object.
readFields(DataInput) - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2Document
 
readFields(DataInput) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Serialization input
readFields(DataInput) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
Serialization input
readFields(DataInput) - Method in class edu.umd.cloud9.collection.line.TextDocument
Serializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.collection.medline.MedlineCitation
Serializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
readFields(DataInput) - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
readFields(DataInput) - Method in class edu.umd.cloud9.collection.trec.TrecDocument
Serializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocument
Serializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Serializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.example.bfs.BFSNode
Deserializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.example.hits.HITSNode
Deserializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
Deserializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Deserializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
Deserializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.io.array.ArrayListWritable
Deserializes the array.
readFields(DataInput) - Method in class edu.umd.cloud9.io.array.ArrayListWritableComparable
Deserializes the array.
readFields(DataInput) - Method in class edu.umd.cloud9.io.array.ArrayOfFloatsWritable
 
readFields(DataInput) - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.JSONObjectWritable
Deserializes the JSON object.
readFields(DataInput) - Method in class edu.umd.cloud9.io.map.HashMapWritable
Deserializes the array.
readFields(DataInput) - Method in class edu.umd.cloud9.io.map.HMapIFW
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.map.HMapIIW
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.map.HMapIVW
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.map.HMapKFW
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.map.HMapKIW
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.map.HMapSFW
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.map.HMapSIW
Deserializes the map.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Deserializes this pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Deserializes this pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Deserializes this pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfInts
Deserializes this pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Deserializes the pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Deserializes this pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Deserializes this pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Deserializes this pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Deserializes the pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Deserializes the pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Deserializes the pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Deserializes the pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.pair.PairOfWritables
Deserializes the pair.
readFields(DataInput) - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Deserializes this object.
readFields(DataInput) - Method in class edu.umd.cloud9.io.Tuple
Deserializes the Tuple.
readFields(DataInput) - Method in class edu.umd.cloud9.mapred.NullInputSplit
 
readFields(DataInput) - Method in class edu.umd.cloud9.mapreduce.NullInputSplit
 
readFile(Path) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readFile(Path, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readFile(Path, FileSystem) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readFile(Path, FileSystem, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
Reads key-value pairs from a SequenceFile, up to a maximum number.
readFileIntoMap(Path) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readFileIntoMap(Path, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readFileIntoMap(Path, FileSystem) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readFileIntoMap(Path, FileSystem, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readFloat(FileSystem, String) - Static method in class edu.umd.cloud9.io.FSProperty
 
readInt(FileSystem, String) - Static method in class edu.umd.cloud9.io.FSProperty
 
readItem(Spinn3rItem, String) - Static method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
readJSONObject(String) - Method in class edu.umd.cloud9.io.JSONObjectWritable
Deserializes a JSON object from a string representation.
readKeys(Path) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readKeys(Path, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readKeys(Path, FileSystem) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readKeys(Path, FileSystem, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readLine(Text) - Method in class edu.umd.cloud9.io.FSLineReader
Read from the InputStream into the given Text.
readLong(FileSystem, String) - Static method in class edu.umd.cloud9.io.FSProperty
 
readNext(WikipediaPage) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPagesBz2InputStream
Reads the next Wikipedia page.
readNextTrecWebDocument(TrecWebDocument, DataInputStream) - Static method in class edu.umd.cloud9.collection.trecweb.TrecWebDocument
 
readNextWarcRecord(DataInputStream) - Static method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Reads in a WARC record from a data input stream
readPage(WikipediaPage, String) - Static method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Reads a raw XML string into a WikipediaPage object.
ReadSequenceFile - Class in edu.umd.cloud9.io
Program that reads either a SequenceFile or a directory containing SequenceFiles.
readString(FileSystem, String) - Static method in class edu.umd.cloud9.io.FSProperty
 
readUTF(byte[], int) - Static method in class edu.umd.cloud9.io.WritableComparatorUtils
 
readValues(Path) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readValues(Path, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readValues(Path, FileSystem) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
readValues(Path, FileSystem, int) - Static method in class edu.umd.cloud9.io.SequenceFileUtils
 
recordType - Variable in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
 
reduce(Text, Iterator<IntWritable>, OutputCollector<Text, IntWritable>, Reporter) - Method in class edu.umd.cloud9.example.memcached.demo.WordCount.MyReducer
 
reduce(PairOfStrings, Iterable<FloatWritable>, Reducer<PairOfStrings, FloatWritable, PairOfStrings, FloatWritable>.Context) - Method in class edu.umd.cloud9.example.translation.TransProbReducer
 
remove(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Removes the element at the specified position in this list.
remove(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Removes the element at the specified position in this list.
remove(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Removes the element at the specified position in this list.
remove(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Removes the element at the specified position in this list.
remove(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Removes the element at the specified position in this list.
remove(int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
remove(K) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
remove(int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Removes the count of a particular event key.
remove(int) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Removes the count of a particular event key.
remove(int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Removes the count of a particular event key.
remove(int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Removes the count of a particular event key.
remove(K) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Removes the count of a particular event key.
remove(K) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Removes the count of a particular event key.
remove(int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
remove(int) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
remove(K) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
remove(K) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
remove(int) - Method in class edu.umd.cloud9.util.map.HMapIF
 
remove(int) - Method in class edu.umd.cloud9.util.map.HMapII
 
remove(int) - Method in class edu.umd.cloud9.util.map.HMapIL
 
remove(int) - Method in class edu.umd.cloud9.util.map.HMapIS
 
remove(int) - Method in class edu.umd.cloud9.util.map.HMapIV
 
remove(K) - Method in class edu.umd.cloud9.util.map.HMapKF
 
remove(K) - Method in class edu.umd.cloud9.util.map.HMapKI
 
remove(K) - Method in class edu.umd.cloud9.util.map.HMapKL
 
remove(K) - Method in class edu.umd.cloud9.util.map.HMapKS
 
remove(int) - Method in interface edu.umd.cloud9.util.map.MapIF
Removes the mapping for a key from this map if it is present.
remove(int) - Method in interface edu.umd.cloud9.util.map.MapII
Removes the mapping for a key from this map if it is present.
remove(int) - Method in interface edu.umd.cloud9.util.map.MapIL
Removes the mapping for a key from this map if it is present.
remove(int) - Method in interface edu.umd.cloud9.util.map.MapIS
Removes the mapping for a key from this map if it is present.
remove(int) - Method in interface edu.umd.cloud9.util.map.MapIV
Removes the mapping for a key from this map if it is present.
remove(K) - Method in interface edu.umd.cloud9.util.map.MapKF
Removes the mapping for a key from this map if it is present.
remove(K) - Method in interface edu.umd.cloud9.util.map.MapKI
Removes the mapping for a key from this map if it is present.
remove(K) - Method in interface edu.umd.cloud9.util.map.MapKL
Removes the mapping for a key from this map if it is present.
remove(K) - Method in interface edu.umd.cloud9.util.map.MapKS
Removes the mapping for a key from this map if it is present.
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
RepackClueWarcRecords - Class in edu.umd.cloud9.collection.clue
Program to uncompress the ClueWeb09 collection from the original distribution WARC files and repack as SequenceFiles.
RepackClueWarcRecords() - Constructor for class edu.umd.cloud9.collection.clue.RepackClueWarcRecords
Creates an instance of this tool.
RepackGov2Documents - Class in edu.umd.cloud9.collection.trecweb
Program to uncompress the gov2 collection from the original distribution and repack as SequenceFiles.
RepackWikipedia - Class in edu.umd.cloud9.collection.wikipedia
Tool for repacking Wikipedia XML dumps into SequenceFiles.
RepackWikipedia() - Constructor for class edu.umd.cloud9.collection.wikipedia.RepackWikipedia
 
RepackWt10gDocuments - Class in edu.umd.cloud9.collection.trecweb
Program to uncompress the Wt10g collection from the original distribution and repack as SequenceFiles.
run(String[]) - Method in class edu.umd.cloud9.collection.aquaint2.DemoCountAquaint2Documents
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.aquaint2.NumberAquaint2Documents
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.clue.BuildClueWarcForwardIndex
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.clue.DemoCountClueWarcRecords
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.clue.RepackClueWarcRecords
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.line.DemoCountTextDocuments
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.line.NumberTextDocuments
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.medline.DemoCountMedlineCitations
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.medline.NumberMedlineCitations
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.spinn3r.DemoCountSpinn3rEnglishPosts
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.trec.BuildTrecForwardIndex
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.trec.DemoCountTrecDocuments
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.trec.NumberTrecDocuments
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.trecweb.NumberTrecWebDocuments
 
run(String[]) - Method in class edu.umd.cloud9.collection.trecweb.RepackGov2Documents
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.trecweb.RepackWt10gDocuments
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.collection.wikipedia.BuildWikipediaDocnoMapping
 
run(String[]) - Method in class edu.umd.cloud9.collection.wikipedia.BuildWikipediaForwardIndex
 
run(String[]) - Method in class edu.umd.cloud9.collection.wikipedia.BuildWikipediaLinkGraph
 
run(String[]) - Method in class edu.umd.cloud9.collection.wikipedia.DemoCountWikipediaPages
 
run(String[]) - Method in class edu.umd.cloud9.collection.wikipedia.DumpWikipediaToPlainText
 
run(String[]) - Method in class edu.umd.cloud9.collection.wikipedia.LookupWikipediaArticle
 
run(String[]) - Method in class edu.umd.cloud9.collection.wikipedia.RepackWikipedia
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.bfs.EncodeBFSGraph
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.bfs.FindNodeAtDistance
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.bfs.FindReachableNodes
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.bfs.IterateBFS
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.bigram.BigramCount
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.bigram.BigramRelativeFrequency
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.bigram.BigramRelativeFrequencyJSON
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.bigram.BigramRelativeFrequencyTuple
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.cooccur.ComputeCooccurrenceMatrixPairs
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.cooccur.ComputeCooccurrenceMatrixStripes
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.hits.AFormatterWG
 
run(String[]) - Method in class edu.umd.cloud9.example.hits.HFormatterWG
 
run(String[]) - Method in class edu.umd.cloud9.example.hits.HubsAndAuthorities
 
run(String[]) - Method in class edu.umd.cloud9.example.hits.HubsAndAuthoritiesSchimmy
 
run(String[]) - Method in class edu.umd.cloud9.example.hits.InlinkCounter
 
run(String[]) - Method in class edu.umd.cloud9.example.hits.MergeFormattedRecords
 
run(String[]) - Method in class edu.umd.cloud9.example.hits.PartitionGraph
 
run(String[]) - Method in class edu.umd.cloud9.example.hits.TextOutput
 
run(String[]) - Method in class edu.umd.cloud9.example.ir.BuildInvertedIndex
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.pagerank.BuildPageRankRecords
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.pagerank.FindMaxPageRankNodes
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.pagerank.PartitionGraph
 
run(String[]) - Method in class edu.umd.cloud9.example.pagerank.RunPageRankBasic
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.pagerank.RunPageRankSchimmy
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.simple.DemoWordCount
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.simple.DemoWordCountJSON
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.simple.DemoWordCountTuple1
Runs this tool.
run(String[]) - Method in class edu.umd.cloud9.example.simple.DemoWordCountTuple2
Runs this tool.
run(JobConf, Reporter) - Method in class edu.umd.cloud9.mapred.NullMapper
 
run(Mapper<NullWritable, NullWritable, NullWritable, NullWritable>.Context) - Method in class edu.umd.cloud9.mapreduce.NullMapper
 
run() - Method in class edu.umd.cloud9.util.PowerTool
 
run(String[]) - Method in class edu.umd.cloud9.util.PowerTool
 
RunPageRankBasic - Class in edu.umd.cloud9.example.pagerank
Main driver program for running the basic (non-Schimmy) implementation of PageRank.
RunPageRankBasic() - Constructor for class edu.umd.cloud9.example.pagerank.RunPageRankBasic
 
RunPageRankSchimmy - Class in edu.umd.cloud9.example.pagerank
Main driver program for running the Schimmy implementation of PageRank.
RunPageRankSchimmy() - Constructor for class edu.umd.cloud9.example.pagerank.RunPageRankSchimmy
 
runQuery(String) - Method in class edu.umd.cloud9.example.ir.BooleanRetrieval
 
runTool() - Method in class edu.umd.cloud9.util.PowerTool
 

S

ScanBlockCompressedSequenceFile - Class in edu.umd.cloud9.collection.clue
 
ScanBlockCompressedSequenceFile() - Constructor for class edu.umd.cloud9.collection.clue.ScanBlockCompressedSequenceFile
 
Schema - Class in edu.umd.cloud9.io
Description of a Tuple's structure.
Schema() - Constructor for class edu.umd.cloud9.io.Schema
Creates a new empty Schema.
Schema(int) - Constructor for class edu.umd.cloud9.io.Schema
Creates a new empty Schema with a starting capacity for a given number of fields.
Schema(String[], Class<?>[]) - Constructor for class edu.umd.cloud9.io.Schema
Create a new Schema consisting of the given field names and types.
Schema(String[], Class<?>[], Object[]) - Constructor for class edu.umd.cloud9.io.Schema
Create a new Schema consisting of the given field names, types, and default field values.
SchemaException - Exception in edu.umd.cloud9.io
Exception for Schema-related errors.
SchemaException(String) - Constructor for exception edu.umd.cloud9.io.SchemaException
 
SequenceFileUtils - Class in edu.umd.cloud9.io
Class containing a number of utility methods for manipulating SequenceFiles.
SequentialPageRank - Class in edu.umd.cloud9.example.pagerank
Program that computes PageRank for a graph using the JUNG package (2.0 alpha1).
serialize() - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.map.HMapIFW
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.map.HMapIIW
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.map.HMapIVW
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.map.HMapKFW
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.map.HMapKIW
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.map.HMapSFW
Returns the serialized representation of this object as a byte array.
serialize() - Method in class edu.umd.cloud9.io.map.HMapSIW
Returns the serialized representation of this object as a byte array.
serialVersionUID - Static variable in exception edu.umd.cloud9.io.SchemaException
 
serialVersionUID - Static variable in exception edu.umd.cloud9.io.TupleException
 
set(ClueWarcRecord) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Sets the record content (copy)
set(int, float) - Method in class edu.umd.cloud9.io.array.ArrayOfFloatsWritable
Sets the float at position i to f.
set(float, int) - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Sets the right and left elements of this pair.
set(float, float) - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Sets the right and left elements of this pair.
set(int, long) - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Sets the right and left elements of this pair.
set(int, int) - Method in class edu.umd.cloud9.io.pair.PairOfInts
Sets the right and left elements of this pair.
set(int, String) - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Sets the right and left elements of this pair.
set(long, float) - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Sets the right and left elements of this pair.
set(long, int) - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Sets the right and left elements of this pair.
set(long, long) - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Sets the right and left elements of this pair.
set(String, float) - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Sets the right and left elements of this pair.
set(String, int) - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Sets the right and left elements of this pair.
set(String, long) - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Sets the right and left elements of this pair.
set(String, String) - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Sets the right and left elements of this pair.
set(L, R) - Method in class edu.umd.cloud9.io.pair.PairOfWritables
Sets the right and left elements of this pair.
set(int, int, int) - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Sets the elements of this triple.
set(int, Object) - Method in class edu.umd.cloud9.io.Tuple
Sets the object at a particular field (by position) in this Tuple.
set(String, Object) - Method in class edu.umd.cloud9.io.Tuple
Sets the object at a particular field (by name) in this Tuple.
set(int, double) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Replaces the element at the specified position in this list with the specified element.
set(int, float) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Replaces the element at the specified position in this list with the specified element.
set(int, int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Replaces the element at the specified position in this list with the specified element.
set(int, long) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Replaces the element at the specified position in this list with the specified element.
set(int, short) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Replaces the element at the specified position in this list with the specified element.
set(int, int) - Method in class edu.umd.cloud9.util.count.EntryInt2IntFrequencyDistribution
 
set(K, int) - Method in class edu.umd.cloud9.util.count.EntryObject2IntFrequencyDistribution
 
set(int, int, int) - Method in interface edu.umd.cloud9.util.count.Int2IntConditionalFrequencyDistribution
Sets the observed frequency of k conditioned on cond to v.
set(int, int) - Method in interface edu.umd.cloud9.util.count.Int2IntFrequencyDistribution
Sets the frequency of a particular event key to cnt.
set(int, long) - Method in interface edu.umd.cloud9.util.count.Int2LongFrequencyDistribution
Sets the frequency of a particular event key to cnt.
set(int, int) - Method in interface edu.umd.cloud9.util.count.Long2IntFrequencyDistribution
Sets the frequency of a particular event key to cnt.
set(int, int) - Method in interface edu.umd.cloud9.util.count.Long2LongFrequencyDistribution
Sets the frequency of a particular event key to cnt.
set(K, K, int) - Method in interface edu.umd.cloud9.util.count.Object2IntConditionalFrequencyDistribution
Sets the observed frequency of k conditioned on cond to v.
set(K, int) - Method in interface edu.umd.cloud9.util.count.Object2IntFrequencyDistribution
Sets the frequency of a particular event key to cnt.
set(K, long) - Method in interface edu.umd.cloud9.util.count.Object2LongFrequencyDistribution
Sets the frequency of a particular event key to cnt.
set(int, int, int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntConditionalFrequencyDistribution
 
set(int, int) - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
 
set(int, long) - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
 
set(K, K, int) - Method in class edu.umd.cloud9.util.count.OpenObject2IntConditionalFrequencyDistribution
 
set(K, int) - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
 
set(K, long) - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
 
set(L, int) - Method in class edu.umd.cloud9.util.pair.PairOfObjectInt
 
set(L, long) - Method in class edu.umd.cloud9.util.pair.PairOfObjectLong
 
set(L, R) - Method in class edu.umd.cloud9.util.pair.PairOfObjects
 
setAdjacencyList(ArrayListOfIntsWritable) - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
setAdjacencyList(ArrayListOfIntsWritable) - Method in class edu.umd.cloud9.example.hits.HITSNode
 
setAdjacencyList(ArrayListOfIntsWritable) - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
setContent(byte[]) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Sets the byte content for this record
setContent(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Sets the byte content for this record
setDefault(int, Object) - Method in class edu.umd.cloud9.io.Schema
Sets the default value for the given field.
setDefault(String, Object) - Method in class edu.umd.cloud9.io.Schema
Sets the default value for the given field.
setDefault(String, int) - Method in class edu.umd.cloud9.io.Schema
Sets the default value for the given field as an int.
setDefault(String, long) - Method in class edu.umd.cloud9.io.Schema
Set the default value for the given field as a long.
setDefault(String, float) - Method in class edu.umd.cloud9.io.Schema
Set the default value for the given field as a float.
setDefault(String, double) - Method in class edu.umd.cloud9.io.Schema
Set the default value for the given field as a double.
setDefault(String, boolean) - Method in class edu.umd.cloud9.io.Schema
Set the default value for the given field as a boolean.
setDistance(int) - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
setDocid(String) - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
setHARank(float) - Method in class edu.umd.cloud9.example.hits.HITSNode
 
setLazyDecodeFlag(boolean) - Static method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Sets the lazy decoding flag.
setLazyDecodeFlag(boolean) - Static method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Sets the lazy decoding flag.
setLazyDecodeFlag(boolean) - Static method in class edu.umd.cloud9.io.map.HMapIFW
Sets the lazy decoding flag.
setLazyDecodeFlag(boolean) - Static method in class edu.umd.cloud9.io.map.HMapIIW
Sets the lazy decoding flag.
setLeftElement(L) - Method in class edu.umd.cloud9.util.pair.PairOfObjectInt
 
setLeftElement(L) - Method in class edu.umd.cloud9.util.pair.PairOfObjectLong
 
setLeftElement(L) - Method in class edu.umd.cloud9.util.pair.PairOfObjects
 
SetLogProbInMemcached - Class in edu.umd.cloud9.example.memcached.demo
 
SetLogProbInMemcached() - Constructor for class edu.umd.cloud9.example.memcached.demo.SetLogProbInMemcached
 
setNodeId(int) - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
setNodeId(int) - Method in class edu.umd.cloud9.example.hits.HITSNode
 
setNodeId(int) - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
setPageRank(float) - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
setRightElement(int) - Method in class edu.umd.cloud9.util.pair.PairOfObjectInt
 
setRightElement(long) - Method in class edu.umd.cloud9.util.pair.PairOfObjectLong
 
setRightElement(R) - Method in class edu.umd.cloud9.util.pair.PairOfObjects
 
setSize(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Specifies the length of this list.
setSize(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Specifies the length of this list.
setSize(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Specifies the length of this list.
setSize(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Specifies the length of this list.
setSize(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Specifies the length of this list.
setSymbol(int, String) - Method in class edu.umd.cloud9.io.Tuple
Sets a special symbol at a particular field (by position) in this Tuple.
setSymbol(String, String) - Method in class edu.umd.cloud9.io.Tuple
Sets a special symbol at a particular field (by name) in this Tuple.
setType(int) - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
setType(int) - Method in class edu.umd.cloud9.example.hits.HITSNode
 
setType(int) - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
setValue(float) - Method in interface edu.umd.cloud9.util.map.MapIF.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setValue(int) - Method in interface edu.umd.cloud9.util.map.MapII.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setValue(long) - Method in interface edu.umd.cloud9.util.map.MapIL.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setValue(short) - Method in interface edu.umd.cloud9.util.map.MapIS.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setValue(V) - Method in interface edu.umd.cloud9.util.map.MapIV.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setValue(float) - Method in interface edu.umd.cloud9.util.map.MapKF.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setValue(int) - Method in interface edu.umd.cloud9.util.map.MapKI.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setValue(long) - Method in interface edu.umd.cloud9.util.map.MapKL.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setValue(short) - Method in interface edu.umd.cloud9.util.map.MapKS.Entry
Replaces the value corresponding to this entry with the specified value, and write through to the backing map.
setWarcContentType(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Sets the content type string
setWarcDate(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Sets the WARC header date string
setWarcFilePath(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Sets the warc file path (optional - for use with getWarcFilePath)
setWarcRecordType(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Sets the record type string
setWarcUUID(String) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Sets the WARC uuid string
shiftLastNToTop(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
 
size() - Method in class edu.umd.cloud9.io.array.ArrayOfFloatsWritable
Returns the size of the float array.
size() - Method in class edu.umd.cloud9.io.map.HMapIFW
 
size() - Method in class edu.umd.cloud9.io.map.HMapIIW
 
size() - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns the number of elements in this list.
size() - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns the number of elements in this list.
size() - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns the number of elements in this list.
size() - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns the number of elements in this list.
size() - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns the number of elements in this list.
size() - Method in class edu.umd.cloud9.util.map.HMapIF
 
size() - Method in class edu.umd.cloud9.util.map.HMapII
 
size() - Method in class edu.umd.cloud9.util.map.HMapIL
 
size() - Method in class edu.umd.cloud9.util.map.HMapIS
 
size() - Method in class edu.umd.cloud9.util.map.HMapIV
 
size() - Method in class edu.umd.cloud9.util.map.HMapKF
 
size() - Method in class edu.umd.cloud9.util.map.HMapKI
 
size() - Method in class edu.umd.cloud9.util.map.HMapKL
 
size() - Method in class edu.umd.cloud9.util.map.HMapKS
 
size() - Method in interface edu.umd.cloud9.util.map.MapIF
Returns the number of key-value mappings in this map.
size() - Method in interface edu.umd.cloud9.util.map.MapII
Returns the number of key-value mappings in this map.
size() - Method in interface edu.umd.cloud9.util.map.MapIL
Returns the number of key-value mappings in this map.
size() - Method in interface edu.umd.cloud9.util.map.MapIS
Returns the number of key-value mappings in this map.
size() - Method in interface edu.umd.cloud9.util.map.MapIV
Returns the number of key-value mappings in this map.
size() - Method in interface edu.umd.cloud9.util.map.MapKF
Returns the number of key-value mappings in this map.
size() - Method in interface edu.umd.cloud9.util.map.MapKI
Returns the number of key-value mappings in this map.
size() - Method in interface edu.umd.cloud9.util.map.MapKL
Returns the number of key-value mappings in this map.
size() - Method in interface edu.umd.cloud9.util.map.MapKS
Returns the number of key-value mappings in this map.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
sortedKeys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
Spinn3rItem - Class in edu.umd.cloud9.collection.spinn3r
 
Spinn3rItem() - Constructor for class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
Spinn3rItemInputFormat - Class in edu.umd.cloud9.collection.spinn3r
 
Spinn3rItemInputFormat() - Constructor for class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat
 
Spinn3rItemInputFormat.Spinn3rItemRecordReader - Class in edu.umd.cloud9.collection.spinn3r
 
Spinn3rItemInputFormat.Spinn3rItemRecordReader(FileSplit, JobConf) - Constructor for class edu.umd.cloud9.collection.spinn3r.Spinn3rItemInputFormat.Spinn3rItemRecordReader
 
StackOfInts - Class in edu.umd.cloud9.util
 
StackOfInts() - Constructor for class edu.umd.cloud9.util.StackOfInts
 
START_TAG_KEY - Static variable in class edu.umd.cloud9.collection.XMLInputFormat
 
String2FloatOpenHashMapWritable - Class in edu.umd.cloud9.io.fastuil
 
String2FloatOpenHashMapWritable() - Constructor for class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Creates a String2IntOpenHashMapWritable object.
String2IntOpenHashMapWritable - Class in edu.umd.cloud9.io.fastuil
 
String2IntOpenHashMapWritable() - Constructor for class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Creates a String2IntOpenHashMapWritable object.
sub(int, int) - Method in class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
 
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

TextDocnoMapping - Class in edu.umd.cloud9.collection.line
Object that maps between docids (String identifiers) to docnos (sequentially-numbered ints) for regular text documents.
TextDocnoMapping() - Constructor for class edu.umd.cloud9.collection.line.TextDocnoMapping
Creates a TrecDocnoMapping object
TextDocument - Class in edu.umd.cloud9.collection.line
Object representing a simple document.
TextDocument() - Constructor for class edu.umd.cloud9.collection.line.TextDocument
Creates an empty TrecDocument object.
TextDocumentInputFormat - Class in edu.umd.cloud9.collection.line
Hadoop InputFormat for processing a simple collection.
TextDocumentInputFormat() - Constructor for class edu.umd.cloud9.collection.line.TextDocumentInputFormat
 
TextDocumentInputFormat.TextDocumentLineRecordReader - Class in edu.umd.cloud9.collection.line
 
TextDocumentInputFormat.TextDocumentLineRecordReader(Configuration, FileSplit) - Constructor for class edu.umd.cloud9.collection.line.TextDocumentInputFormat.TextDocumentLineRecordReader
 
TextOutput - Class in edu.umd.cloud9.example.hits
Utility MR job for outputting serialized HITSNode data in human-readable text form
TextOutput() - Constructor for class edu.umd.cloud9.example.hits.TextOutput
 
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
 
toString() - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
 
toString() - Method in class edu.umd.cloud9.example.bfs.BFSNode
 
toString() - Method in class edu.umd.cloud9.example.hits.HITSNode
 
toString() - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
 
toString() - Method in class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Generates human-readable String representation of this ArrayList.
toString() - Method in class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
Generates human-readable String representation of this ArrayList.
toString() - Method in class edu.umd.cloud9.io.array.ArrayListWritable
Generates human-readable String representation of this ArrayList.
toString() - Method in class edu.umd.cloud9.io.array.ArrayListWritableComparable
Generates human-readable String representation of this ArrayList.
toString() - Method in class edu.umd.cloud9.io.array.ArrayOfFloatsWritable
 
toString() - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfInts
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.pair.PairOfWritables
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.Schema
Returns a descriptive String for this schema.
toString() - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.io.Tuple
Generates human-readable String representation of this Tuple.
toString(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Returns a string representation of the object, explicitly printing out the first n elements of this list.
toString() - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
 
toString(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Returns a string representation of the object, explicitly printing out the first n elements of this list.
toString() - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
 
toString(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Returns a string representation of the object, explicitly printing out the first n elements of this list.
toString() - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
 
toString(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Returns a string representation of the object, explicitly printing out the first n elements of this list.
toString() - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
 
toString(int) - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Returns a string representation of the object, explicitly printing out the first n elements of this list.
toString() - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
 
toString() - Method in class edu.umd.cloud9.util.map.HMapIF
 
toString() - Method in class edu.umd.cloud9.util.map.HMapII
 
toString() - Method in class edu.umd.cloud9.util.map.HMapIL
 
toString() - Method in class edu.umd.cloud9.util.map.HMapIS
 
toString() - Method in class edu.umd.cloud9.util.map.HMapIV
 
toString() - Method in class edu.umd.cloud9.util.map.HMapKF
 
toString() - Method in class edu.umd.cloud9.util.map.HMapKI
 
toString() - Method in class edu.umd.cloud9.util.map.HMapKL
 
toString() - Method in class edu.umd.cloud9.util.map.HMapKS
 
toString() - Method in class edu.umd.cloud9.util.pair.PairOfObjectInt
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.util.pair.PairOfObjectLong
Generates human-readable String representation of this pair.
toString() - Method in class edu.umd.cloud9.util.pair.PairOfObjects
Generates human-readable String representation of this pair.
toString() - Method in class org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
TransProbMapper - Class in edu.umd.cloud9.example.translation
 
TransProbMapper() - Constructor for class edu.umd.cloud9.example.translation.TransProbMapper
 
TransProbReducer - Class in edu.umd.cloud9.example.translation
 
TransProbReducer() - Constructor for class edu.umd.cloud9.example.translation.TransProbReducer
 
TrecDocnoMapping - Class in edu.umd.cloud9.collection.trec
Object that maps between TREC docids (String identifiers) to docnos (sequentially-numbered ints).
TrecDocnoMapping() - Constructor for class edu.umd.cloud9.collection.trec.TrecDocnoMapping
Creates a TrecDocnoMapping object
TrecDocument - Class in edu.umd.cloud9.collection.trec
Object representing a TREC document.
TrecDocument() - Constructor for class edu.umd.cloud9.collection.trec.TrecDocument
Creates an empty TrecDocument object.
TrecDocumentInputFormat - Class in edu.umd.cloud9.collection.trec
Hadoop InputFormat for processing the TREC collection.
TrecDocumentInputFormat() - Constructor for class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat
 
TrecDocumentInputFormat.TrecDocumentRecordReader - Class in edu.umd.cloud9.collection.trec
Hadoop RecordReader for reading TREC-formatted documents.
TrecDocumentInputFormat.TrecDocumentRecordReader(FileSplit, JobConf) - Constructor for class edu.umd.cloud9.collection.trec.TrecDocumentInputFormat.TrecDocumentRecordReader
Creates a TrecDocumentRecordReader.
TrecForwardIndex - Class in edu.umd.cloud9.collection.trec
Object representing a document forward index for TREC collections.
TrecForwardIndex() - Constructor for class edu.umd.cloud9.collection.trec.TrecForwardIndex
 
TrecWebDocument - Class in edu.umd.cloud9.collection.trecweb
 
TrecWebDocument() - Constructor for class edu.umd.cloud9.collection.trecweb.TrecWebDocument
Creates an empty Doc2Document object.
TrecWebDocumentInputFormat - Class in edu.umd.cloud9.collection.trecweb
Hadoop InputFormat for processing the TREC collection.
TrecWebDocumentInputFormat() - Constructor for class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat
 
TrecWebDocumentInputFormat.TrecWebRecordReader - Class in edu.umd.cloud9.collection.trecweb
Hadoop RecordReader for reading TREC-formatted documents.
TrecWebDocumentInputFormat.TrecWebRecordReader(FileSplit, JobConf) - Constructor for class edu.umd.cloud9.collection.trecweb.TrecWebDocumentInputFormat.TrecWebRecordReader
Creates a TrecDocumentRecordReader.
trimToSize() - Method in class edu.umd.cloud9.util.array.ArrayListOfDoubles
Trims the capacity of this object to be the list's current size.
trimToSize() - Method in class edu.umd.cloud9.util.array.ArrayListOfFloats
Trims the capacity of this object to be the list's current size.
trimToSize() - Method in class edu.umd.cloud9.util.array.ArrayListOfInts
Trims the capacity of this object to be the list's current size.
trimToSize() - Method in class edu.umd.cloud9.util.array.ArrayListOfLongs
Trims the capacity of this object to be the list's current size.
trimToSize() - Method in class edu.umd.cloud9.util.array.ArrayListOfShorts
Trims the capacity of this object to be the list's current size.
TripleOfInts - Class in edu.umd.cloud9.io.triple
WritableComparable representing a pair of integers.
TripleOfInts() - Constructor for class edu.umd.cloud9.io.triple.TripleOfInts
Creates a TripleOnInts object.
TripleOfInts(int, int, int) - Constructor for class edu.umd.cloud9.io.triple.TripleOfInts
Creates a TripleOnInts object.
TripleOfInts.Comparator - Class in edu.umd.cloud9.io.triple
Comparator optimized for TripleOfInts.
TripleOfInts.Comparator() - Constructor for class edu.umd.cloud9.io.triple.TripleOfInts.Comparator
Creates a new Comparator optimized for TripleOfInts.
Tuple - Class in edu.umd.cloud9.io
Writable representing an arbitrary tuple.
Tuple() - Constructor for class edu.umd.cloud9.io.Tuple
Creates an empty Tuple.
TupleException - Exception in edu.umd.cloud9.io
Exception for Tuple-related errors.
TupleException(String) - Constructor for exception edu.umd.cloud9.io.TupleException
 
TYPE_AUTH_COMPLETE - Static variable in class edu.umd.cloud9.example.hits.HITSNode
 
TYPE_AUTH_MASS - Static variable in class edu.umd.cloud9.example.hits.HITSNode
 
TYPE_AUTH_STRUCTURE - Static variable in class edu.umd.cloud9.example.hits.HITSNode
 
TYPE_COMPLETE - Static variable in class edu.umd.cloud9.example.bfs.BFSNode
 
TYPE_COMPLETE - Static variable in class edu.umd.cloud9.example.pagerank.PageRankNode
 
TYPE_DISTANCE - Static variable in class edu.umd.cloud9.example.bfs.BFSNode
 
TYPE_HUB_COMPLETE - Static variable in class edu.umd.cloud9.example.hits.HITSNode
 
TYPE_HUB_MASS - Static variable in class edu.umd.cloud9.example.hits.HITSNode
 
TYPE_HUB_STRUCTURE - Static variable in class edu.umd.cloud9.example.hits.HITSNode
 
TYPE_MASS - Static variable in class edu.umd.cloud9.example.pagerank.PageRankNode
 
TYPE_STRUCTURE - Static variable in class edu.umd.cloud9.example.bfs.BFSNode
 
TYPE_STRUCTURE - Static variable in class edu.umd.cloud9.example.pagerank.PageRankNode
 

U

UUID - Variable in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
 

V

validateInput(JobConf) - Method in class edu.umd.cloud9.mapred.NullInputFormat
 
value(boolean) - Method in class org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.JSONWriter
Append a double value.
value(long) - Method in class org.json.JSONWriter
Append a long value.
value(Object) - Method in class org.json.JSONWriter
Append an object value.
values() - Method in class edu.umd.cloud9.util.count.OpenInt2IntFrequencyDistribution
Exposes efficient method for accessing values in this map.
values() - Method in class edu.umd.cloud9.util.count.OpenInt2LongFrequencyDistribution
Exposes efficient method for accessing values in this map.
values() - Method in class edu.umd.cloud9.util.count.OpenObject2IntFrequencyDistribution
Exposes efficient method for accessing values in this map.
values() - Method in class edu.umd.cloud9.util.count.OpenObject2LongFrequencyDistribution
Exposes efficient method for accessing values in this map.
values() - Method in class edu.umd.cloud9.util.map.HMapIF
 
values() - Method in class edu.umd.cloud9.util.map.HMapII
 
values() - Method in class edu.umd.cloud9.util.map.HMapIL
 
values() - Method in class edu.umd.cloud9.util.map.HMapIS
 
values() - Method in class edu.umd.cloud9.util.map.HMapIV
 
values() - Method in class edu.umd.cloud9.util.map.HMapKF
 
values() - Method in class edu.umd.cloud9.util.map.HMapKI
 
values() - Method in class edu.umd.cloud9.util.map.HMapKL
 
values() - Method in class edu.umd.cloud9.util.map.HMapKS
 
values() - Method in interface edu.umd.cloud9.util.map.MapIF
Returns a Collection view of the values contained in this map.
values() - Method in interface edu.umd.cloud9.util.map.MapII
Returns a Collection view of the values contained in this map.
values() - Method in interface edu.umd.cloud9.util.map.MapIL
Returns a Collection view of the values contained in this map.
values() - Method in interface edu.umd.cloud9.util.map.MapIS
Returns a Collection view of the values contained in this map.
values() - Method in interface edu.umd.cloud9.util.map.MapIV
Returns a Collection view of the values contained in this map.
values() - Method in interface edu.umd.cloud9.util.map.MapKF
Returns a Collection view of the values contained in this map.
values() - Method in interface edu.umd.cloud9.util.map.MapKI
Returns a Collection view of the values contained in this map.
values() - Method in interface edu.umd.cloud9.util.map.MapKL
Returns a Collection view of the values contained in this map.
values() - Method in interface edu.umd.cloud9.util.map.MapKS
Returns a Collection view of the values contained in this map.
VerifyLogProbInMemcached - Class in edu.umd.cloud9.example.memcached.demo
 
VerifyLogProbInMemcached() - Constructor for class edu.umd.cloud9.example.memcached.demo.VerifyLogProbInMemcached
 

W

WARC_VERSION - Static variable in class edu.umd.cloud9.collection.clue.ClueWarcRecord
 
WARC_VERSION_LINE - Static variable in class edu.umd.cloud9.collection.clue.ClueWarcRecord
 
WikipediaDocnoMapping - Class in edu.umd.cloud9.collection.wikipedia
Provides a mapping between Wikipedia internal ids (docids) and sequentially-numbered ints (docnos).
WikipediaDocnoMapping() - Constructor for class edu.umd.cloud9.collection.wikipedia.WikipediaDocnoMapping
Creates a WikipediaDocnoMapping object
WikipediaForwardIndex - Class in edu.umd.cloud9.collection.wikipedia
Forward index for Wikipedia collections.
WikipediaForwardIndex() - Constructor for class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
WikipediaForwardIndex(Configuration) - Constructor for class edu.umd.cloud9.collection.wikipedia.WikipediaForwardIndex
 
WikipediaPage - Class in edu.umd.cloud9.collection.wikipedia
A page from Wikipedia.
WikipediaPage() - Constructor for class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Creates an empty WikipediaPage object.
WikipediaPageInputFormat - Class in edu.umd.cloud9.collection.wikipedia
Hadoop InputFormat for processing Wikipedia pages from the XML dumps.
WikipediaPageInputFormat() - Constructor for class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat
 
WikipediaPageInputFormat.WikipediaPageRecordReader - Class in edu.umd.cloud9.collection.wikipedia
Hadoop RecordReader for reading Wikipedia pages from the XML dumps.
WikipediaPageInputFormat.WikipediaPageRecordReader(FileSplit, JobConf) - Constructor for class edu.umd.cloud9.collection.wikipedia.WikipediaPageInputFormat.WikipediaPageRecordReader
Creates a WikipediaPageRecordReader.
WikipediaPagesBz2InputStream - Class in edu.umd.cloud9.collection.wikipedia
Class for working with bz2-compressed Wikipedia article dump files on local disk.
WikipediaPagesBz2InputStream(String) - Constructor for class edu.umd.cloud9.collection.wikipedia.WikipediaPagesBz2InputStream
Creates an input stream for reading Wikipedia articles from a bz2-compressed dump file.
WordCount - Class in edu.umd.cloud9.example.memcached.demo
 
WordCount.MyMapper - Class in edu.umd.cloud9.example.memcached.demo
 
WordCount.MyMapper() - Constructor for class edu.umd.cloud9.example.memcached.demo.WordCount.MyMapper
 
WordCount.MyReducer - Class in edu.umd.cloud9.example.memcached.demo
 
WordCount.MyReducer() - Constructor for class edu.umd.cloud9.example.memcached.demo.WordCount.MyReducer
 
WritableComparatorTestHarness - Class in edu.umd.cloud9.debug
 
WritableComparatorTestHarness() - Constructor for class edu.umd.cloud9.debug.WritableComparatorTestHarness
 
WritableComparatorUtils - Class in edu.umd.cloud9.io
 
WritableComparatorUtils() - Constructor for class edu.umd.cloud9.io.WritableComparatorUtils
 
write(DataOutput) - Method in class edu.umd.cloud9.collection.aquaint2.Aquaint2Document
 
write(DataOutput) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord.WarcHeader
Serialization output
write(DataOutput) - Method in class edu.umd.cloud9.collection.clue.ClueWarcRecord
Serialization output
write(DataOutput) - Method in class edu.umd.cloud9.collection.line.TextDocument
Deserializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.collection.medline.MedlineCitation
Deserializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.collection.pmc.PmcArticle
 
write(DataOutput) - Method in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
write(DataOutput) - Method in class edu.umd.cloud9.collection.trec.TrecDocument
Deserializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.collection.trecweb.TrecWebDocument
Deserializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Deserializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.example.bfs.BFSNode
Serializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.example.hits.HITSNode
Serializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.example.pagerank.PageRankNode
Serializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.io.array.ArrayListOfIntsWritable
Serializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.io.array.ArrayListOfShortsWritable
Serializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.io.array.ArrayListWritable
Serializes this array.
write(DataOutput) - Method in class edu.umd.cloud9.io.array.ArrayListWritableComparable
Serializes this Tuple.
write(DataOutput) - Method in class edu.umd.cloud9.io.array.ArrayOfFloatsWritable
 
write(DataOutput) - Method in class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.JSONObjectWritable
Serializes this JSON object.
write(DataOutput) - Method in class edu.umd.cloud9.io.map.HashMapWritable
Serializes this array.
write(DataOutput) - Method in class edu.umd.cloud9.io.map.HMapIFW
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.map.HMapIIW
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.map.HMapIVW
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.map.HMapKFW
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.map.HMapKIW
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.map.HMapSFW
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.map.HMapSIW
Serializes the map.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfFloatInt
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfFloats
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfIntLong
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfInts
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfIntString
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfLongFloat
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfLongInt
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfLongs
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfStringFloat
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfStringInt
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfStringLong
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfStrings
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.pair.PairOfWritables
Serializes this pair.
write(DataOutput) - Method in class edu.umd.cloud9.io.triple.TripleOfInts
Serializes this object.
write(DataOutput) - Method in class edu.umd.cloud9.io.Tuple
Serializes this Tuple.
write(DataOutput) - Method in class edu.umd.cloud9.mapred.NullInputSplit
 
write(NullWritable, NullWritable) - Method in class edu.umd.cloud9.mapred.NullOutputFormat.NullRecordWriter
Deprecated.  
write(DataOutput) - Method in class edu.umd.cloud9.mapreduce.NullInputSplit
 
write(Writer) - Method in class org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writeDocidData(String, String) - Static method in class edu.umd.cloud9.collection.medline.MedlineDocnoMapping
Creates a mappings file from the contents of a flat text file containing docid to docno mappings.
writeDocidData(String, String) - Static method in class edu.umd.cloud9.collection.trecweb.Gov2DocnoMapping
Creates a data file for mapping between docids and docnos.
writeDocidData(String, String) - Static method in class edu.umd.cloud9.collection.trecweb.Wt10gDocnoMapping
Creates a data file for mapping between docids and docnos.
writeDocnoData(String, String) - Static method in class edu.umd.cloud9.collection.aquaint2.Aquaint2DocnoMapping
 
writeDocnoData(String, String, FileSystem) - Static method in class edu.umd.cloud9.collection.line.TextDocnoMapping
Creates a mappings file from the contents of a flat text file containing docid to docno mappings.
writeDocnoData(String, String, FileSystem) - Static method in class edu.umd.cloud9.collection.trec.TrecDocnoMapping
Creates a mappings file from the contents of a flat text file containing docid to docno mappings.
writeDocnoMappingData(String, int, String) - Static method in class edu.umd.cloud9.collection.wikipedia.WikipediaDocnoMapping
Creates a mappings file from the contents of a flat text file containing docid to docno mappings.
writeFloat(FileSystem, String, float) - Static method in class edu.umd.cloud9.io.FSProperty
 
writeInt(FileSystem, String, int) - Static method in class edu.umd.cloud9.io.FSProperty
 
writeLong(FileSystem, String, long) - Static method in class edu.umd.cloud9.io.FSProperty
 
writeString(FileSystem, String, String) - Static method in class edu.umd.cloud9.io.FSProperty
 
Wt10gDocnoMapping - Class in edu.umd.cloud9.collection.trecweb
 
Wt10gDocnoMapping() - Constructor for class edu.umd.cloud9.collection.trecweb.Wt10gDocnoMapping
 

X

XML_END_TAG - Static variable in class edu.umd.cloud9.collection.aquaint2.Aquaint2Document
 
XML_END_TAG - Static variable in class edu.umd.cloud9.collection.medline.MedlineCitation
End delimiter of the document, which is </MedlineCitation>.
XML_END_TAG - Static variable in class edu.umd.cloud9.collection.pmc.PmcArticle
 
XML_END_TAG - Static variable in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
XML_END_TAG - Static variable in class edu.umd.cloud9.collection.trec.TrecDocument
End delimiter of the document, which is </DOC>.
XML_END_TAG - Static variable in class edu.umd.cloud9.collection.trecweb.TrecWebDocument
End delimiter of the document, which is </DOC>.
XML_END_TAG - Static variable in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
End delimiter of the page, which is </page>.
XML_START_TAG - Static variable in class edu.umd.cloud9.collection.aquaint2.Aquaint2Document
 
XML_START_TAG - Static variable in class edu.umd.cloud9.collection.medline.MedlineCitation
Start delimiter of the document, which is <MedlineCitation (without closing angle bracket).
XML_START_TAG - Static variable in class edu.umd.cloud9.collection.pmc.PmcArticle
 
XML_START_TAG - Static variable in class edu.umd.cloud9.collection.spinn3r.Spinn3rItem
 
XML_START_TAG - Static variable in class edu.umd.cloud9.collection.trec.TrecDocument
Start delimiter of the document, which is <DOC>.
XML_START_TAG - Static variable in class edu.umd.cloud9.collection.trecweb.TrecWebDocument
Start delimiter of the document, which is <DOC>.
XML_START_TAG - Static variable in class edu.umd.cloud9.collection.wikipedia.WikipediaPage
Start delimiter of the page, which is <page>.
XMLInputFormat - Class in edu.umd.cloud9.collection
 
XMLInputFormat() - Constructor for class edu.umd.cloud9.collection.XMLInputFormat
 
XMLInputFormat.XMLRecordReader - Class in edu.umd.cloud9.collection
 
XMLInputFormat.XMLRecordReader(FileSplit, JobConf) - Constructor for class edu.umd.cloud9.collection.XMLInputFormat.XMLRecordReader
 

A B C D E F G H I J K L M N O P Q R S T U V W X