- Range<T extends Comparable> - Class in com.manning.hip.common
-
- Range(T, T) - Constructor for class com.manning.hip.common.Range
-
- reader - Variable in class org.hedera.pig.load.ClueWeb09WarcLoader
-
- reader - Variable in class org.hedera.pig.load.FileNameLoader
-
- reader - Variable in class org.hedera.pig.load.LiteWikipediaLoader
-
- reader - Variable in class org.hedera.pig.load.TimeseriesLoader
-
- reader - Variable in class org.hedera.pig.load.WikiPageLoadTest
-
- reader - Variable in class org.hedera.pig.load.WikiRevisionLoader
-
- reader - Variable in class org.hedera.pig.load.WikiRevisionLoaderTest
-
- reader - Variable in class org.hedera.pig.load.WikiRevisionPairLoader
-
- readFields(DataInput) - Method in class com.manning.hip.common.CommonLogEntry
-
- readFields(DataInput) - Method in class org.hedera.io.FullRevision
-
- readFields(DataInput) - Method in class org.hedera.io.LinkProfile
-
- readFields(DataInput) - Method in class org.hedera.io.Revision
-
- readFields(DataInput) - Method in class org.hedera.io.RevisionBOW
-
- readFields(DataInput) - Method in class org.hedera.io.RevisionConcatText
-
- readFields(DataInput) - Method in class org.hedera.io.RevisionDiff
-
Deprecated.
- readFields(DataInput) - Method in class org.hedera.io.RevisionHeader
-
- readFields(DataInput) - Method in class org.hedera.io.RevisionSplits
-
- readFields(DataInput) - Method in class org.hedera.io.SplitUnitOld
-
Deprecated.
- readLong(DataInput) - Static method in class com.manning.hip.common.CommonLogEntry
-
- readToNextRevision(DataOutputBuffer, RevisionHeader) - Method in class org.hedera.io.etl.IntervalRevisionETLReader
-
- readToNextRevision(DataOutputBuffer, META) - Method in class org.hedera.io.etl.RevisionETLReader
-
This method reads bytes inside the input stream into the buffer
until reaching EOF or the revision close tag.
- readToNextRevision(DataOutputBuffer, RevisionHeader) - Method in class org.hedera.io.etl.RevisionIdsFormat.RevisionIdsReader
-
- readToNextRevision(DataOutputBuffer, RevisionHeader) - Method in class org.hedera.io.etl.RevisionLinkInputFormat.RevisionLinkReader
-
- readToPageHeader(RevisionHeader) - Method in class org.hedera.io.etl.DefaultRevisionETLReader
-
- readToPageHeader(META) - Method in class org.hedera.io.etl.RevisionETLReader
-
Consume all the tags from page tag till the first revision tag.
- readUntilMatch() - Method in class org.hedera.io.input.WikiRevisionDiffInputFormat.DiffReader
-
- readUntilMatch() - Method in class org.hedera.io.input.WikiRevisionFullInputFormat.RevisionReader
-
- readUntilMatch() - Method in class org.hedera.io.input.WikiRevisionHeaderInputFormat.RevisionReader
-
- readUntilMatch() - Method in class org.hedera.io.input.WikiRevisionPageInputFormat.RevisionReader
-
- readUntilMatch() - Method in class org.hedera.io.input.WikiRevisionPairInputFormat.RevisionReader
-
- readUntilMatch() - Method in class org.hedera.io.input.WikiRevisionReader
-
What to do when reading till the next relevant tag
- readUntilMatch() - Method in class org.hedera.io.input.WikiRevisionTextInputFormat.RevisionReader
-
- readUntilMatch() - Method in class org.hedera.io.input.WikiRevisionTimeInputFormat.RevisionReader
-
- readUntilMatch(String, DataOutputBuffer, long, Progressable) - Method in class org.hedera.util.ByteMatcher
-
Tuan (22.05.2014) - change the visibility of this method to public for being able to read from other packages
- RECURSION_LIMIT - Static variable in class pignlproc.markup.AnnotatingMarkupParser
-
- redirect - Variable in class pignlproc.markup.AnnotatingMarkupParser
-
- REDIRECT_PATTERNS - Static variable in class pignlproc.markup.AnnotatingMarkupParser
-
- redirectPattern - Variable in class pignlproc.markup.AnnotatingMarkupParser
-
- REDUCERS_OPTION - Static variable in class org.hedera.mapreduce.BuildPForDocVectors
-
- REDUCERS_OPTION - Static variable in class org.hedera.mapreduce.BuildVByteDocVectors
-
- Revision - Class in org.hedera.io
-
Provide a data model for one Wikipedia revision that is exchangable within Hadoop settings
- Revision() - Constructor for class org.hedera.io.Revision
-
- REVISION_BEGIN_TIME - Static variable in class org.hedera.io.input.WikiRevisionInputFormat
-
- REVISION_END_TIME - Static variable in class org.hedera.io.input.WikiRevisionInputFormat
-
- RevisionBOW - Class in org.hedera.io
-
A revision that
- RevisionBOW() - Constructor for class org.hedera.io.RevisionBOW
-
- RevisionBOWInputFormat - Class in org.hedera.io.etl
-
Input format that transforms a set of revisions within one unit interval
into a bag of words that appear during the interval
- RevisionBOWInputFormat() - Constructor for class org.hedera.io.etl.RevisionBOWInputFormat
-
- RevisionBOWInputFormat.RevisionBOWExtractor - Class in org.hedera.io.etl
-
- RevisionBOWInputFormat.RevisionBOWExtractor() - Constructor for class org.hedera.io.etl.RevisionBOWInputFormat.RevisionBOWExtractor
-
- RevisionBOWInputFormat.RevisionBOWExtractor(List<String>, long[]) - Constructor for class org.hedera.io.etl.RevisionBOWInputFormat.RevisionBOWExtractor
-
- RevisionBOWInputFormat.RevisionBOWReader - Class in org.hedera.io.etl
-
- RevisionBOWInputFormat.RevisionBOWReader() - Constructor for class org.hedera.io.etl.RevisionBOWInputFormat.RevisionBOWReader
-
- RevisionConcatInputFormat - Class in org.hedera.io.etl
-
- RevisionConcatInputFormat() - Constructor for class org.hedera.io.etl.RevisionConcatInputFormat
-
- RevisionConcatInputFormat.IntervalRevisionConcatTextReader - Class in org.hedera.io.etl
-
An ETL Reader that reads all revisions of a page within one specific interval,
and generates a single Writable object that represents the concatenated bag
of words of the page during the entire interval.
- RevisionConcatInputFormat.IntervalRevisionConcatTextReader() - Constructor for class org.hedera.io.etl.RevisionConcatInputFormat.IntervalRevisionConcatTextReader
-
- RevisionConcatInputFormat.RevisionConcatTextExtractor - Class in org.hedera.io.etl
-
This extractor compares the last revision with the current one, and updates
the patch of the BOW object accordingly
- RevisionConcatInputFormat.RevisionConcatTextExtractor() - Constructor for class org.hedera.io.etl.RevisionConcatInputFormat.RevisionConcatTextExtractor
-
- RevisionConcatText - Class in org.hedera.io
-
This represents the concatenated bag of words for a set of Wikipedia revisions
belonging to the same page within a specific time interval.
- RevisionConcatText() - Constructor for class org.hedera.io.RevisionConcatText
-
- RevisionDiff - Class in org.hedera.io
-
Deprecated.
this object is too cumbersome. Use RevisionDiff instead
- RevisionDiff() - Constructor for class org.hedera.io.RevisionDiff
-
Deprecated.
- RevisionETLReader<KEYIN,VALUEIN,META extends CloneableObject<META>> - Class in org.hedera.io.etl
-
- RevisionETLReader() - Constructor for class org.hedera.io.etl.RevisionETLReader
-
- RevisionETLReader.Ack - Enum in org.hedera.io.etl
-
The acknowledgement signal when invoking one internal consuming method.
- RevisionHeader - Class in org.hedera.io
-
a wikipedia header that provides APIs to access revision meta-data
- RevisionHeader() - Constructor for class org.hedera.io.RevisionHeader
-
- RevisionIdsFormat - Class in org.hedera.io.etl
-
- RevisionIdsFormat() - Constructor for class org.hedera.io.etl.RevisionIdsFormat
-
- RevisionIdsFormat.IdExtractor - Class in org.hedera.io.etl
-
- RevisionIdsFormat.IdExtractor() - Constructor for class org.hedera.io.etl.RevisionIdsFormat.IdExtractor
-
- RevisionIdsFormat.RevisionIdsReader - Class in org.hedera.io.etl
-
A lightweight ETL Reader that reads through Wikipedia Revision and extracts
revision ids, time stamp and page id / title.
- RevisionIdsFormat.RevisionIdsReader() - Constructor for class org.hedera.io.etl.RevisionIdsFormat.RevisionIdsReader
-
- RevisionLinkInputFormat - Class in org.hedera.io.etl
-
The input format that supports ETL reading and extract link structures from
each revision on the go
- RevisionLinkInputFormat() - Constructor for class org.hedera.io.etl.RevisionLinkInputFormat
-
- RevisionLinkInputFormat.LinkExtractor - Class in org.hedera.io.etl
-
- RevisionLinkInputFormat.LinkExtractor() - Constructor for class org.hedera.io.etl.RevisionLinkInputFormat.LinkExtractor
-
- RevisionLinkInputFormat.RevisionLinkReader - Class in org.hedera.io.etl
-
- RevisionLinkInputFormat.RevisionLinkReader() - Constructor for class org.hedera.io.etl.RevisionLinkInputFormat.RevisionLinkReader
-
- RevisionSplits - Class in org.hedera.io
-
represents a list of file splits for one single revision dump file
- RevisionSplits() - Constructor for class org.hedera.io.RevisionSplits
-
- run(String[]) - Method in class org.hedera.graph.LinkEntityDocAnnot
-
- run(String[]) - Method in class org.hedera.graph.ProxEntityActionAnnot
-
- run(String[]) - Method in class org.hedera.mapreduce.BasicComputeTermStats
-
Runs this tool.
- run(String[]) - Method in class org.hedera.mapreduce.BuildDictionary
-
Runs this tool.
- run(String[]) - Method in class org.hedera.mapreduce.BuildPForDocVectors
-
Runs this tool.
- run(String[]) - Method in class org.hedera.mapreduce.BuildVByteDocVectors
-
Runs this tool.
- run(String[]) - Method in class org.hedera.mapreduce.ExtractRevisionIds
-
- run(String[]) - Method in class org.hedera.mapreduce.ExtractTemporalAnchorText
-
- run(String[]) - Method in class org.hedera.mapreduce.FastExtractTemporalAnchorText
-
- run(String[]) - Method in class org.hedera.mapreduce.IndexSplits
-
- run(String[]) - Method in class org.hedera.mapreduce.InvertedIndexByBOW
-
- run(String[]) - Method in class org.hedera.mapreduce.SampleRevisionPair
-
- run(String[]) - Method in class org.hedera.mapreduce.TestFileNullInputFormat
-
- run(String[]) - Method in class org.hedera.mapreduce.TestWikipediaPageInputFormat
-
- run(String[]) - Method in class org.hedera.mapreduce.WikiRevIndex4NonTemporalSearch
-
- run(String[]) - Method in class org.hedera.mapreduce.WikiRevLength
-
- run(String[]) - Method in class org.hedera.util.VectorizeAnchorMap
-