A C D E F G H I K L M N O P R S T V W Y 

A

ACCUM_DISTINCT_WORDS - Static variable in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.TokenizeLine
 
ACCUM_NUM_LINES - Static variable in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.TokenizeLine
 
ACCUM_WORDS_PER_LINE - Static variable in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.TokenizeLine
 
add(T) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.SetAccumulator
 
aggregate(double, double, double, long, long, long) - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStatsAggregator
 
aggregate(PageRankStats) - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStatsAggregator
 
AGGREGATOR_NAME - Static variable in class eu.stratosphere.example.java.record.pagerank.DotProductCoGroup
 
allocate(int) - Method in class eu.stratosphere.example.java.record.pagerank.LongArrayView
 
AsciiLongArrayView - Class in eu.stratosphere.example.java.record.pagerank
 
AsciiLongArrayView() - Constructor for class eu.stratosphere.example.java.record.pagerank.AsciiLongArrayView
 
asDouble(String, Configuration) - Static method in class eu.stratosphere.example.java.record.util.ConfigUtils
 
asInteger(String, Configuration) - Static method in class eu.stratosphere.example.java.record.util.ConfigUtils
 
asIntSet(String, Configuration) - Static method in class eu.stratosphere.example.java.record.util.ConfigUtils
 
asLong(String, Configuration) - Static method in class eu.stratosphere.example.java.record.util.ConfigUtils
 

C

coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponentsWithCoGroup.MinIdAndUpdate
 
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.pagerank.DotProductCoGroup
 
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.WebLogAnalysis.AntiJoinVisits
If the visit iterator is empty, all pairs of the rank iterator are emitted.
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.FindShortestPath
 
combine(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.FindNearestCenter
Computes a minimum aggregation on the distance of a data point to cluster centers.
combine(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.RecomputeClusterCenter
Computes a pre-aggregated average value of a coordinate vector.
combine(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.TPCHQuery3.AggLiO
Creates partial sums on the price attribute for each data batch.
combine(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.TPCHQueryAsterix.AggCO
Computes partial counts
combine(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCount.CountWords
 
combine(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.CountWords
 
combine(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountOptimized.CountWords
 
combineFirst(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponentsWithCoGroup.MinIdAndUpdate
 
compareTo(Key) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
Compares this coordinate vector to another key.
compareTo(Key) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
 
ComputeDistance - Class in eu.stratosphere.example.java.record.kmeans.udfs
Cross PACT computes the distance of all data points to all cluster centers.
ComputeDistance() - Constructor for class eu.stratosphere.example.java.record.kmeans.udfs.ComputeDistance
 
ComputeEdgeDegrees - Class in eu.stratosphere.example.java.record.triangles
 
ComputeEdgeDegrees() - Constructor for class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees
 
ComputeEdgeDegrees.CountEdges - Class in eu.stratosphere.example.java.record.triangles
Creates for all records in the group a record of the form (v1, v2, c1, c2), where v1 is the lexicographically smaller vertex id and the count for the vertex that was the key contains the number of edges associated with it.
ComputeEdgeDegrees.CountEdges() - Constructor for class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees.CountEdges
 
ComputeEdgeDegrees.JoinCountsAndUniquify - Class in eu.stratosphere.example.java.record.triangles
Takes the two separate edge entries (v1, v2, c1, 0) and (v1, v2, 0, c2) and creates an entry (v1, v2, c1, c2).
ComputeEdgeDegrees.JoinCountsAndUniquify() - Constructor for class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees.JoinCountsAndUniquify
 
ComputeEdgeDegrees.ProjectEdge - Class in eu.stratosphere.example.java.record.triangles
Duplicates each edge such that: (u,v) becomes (u,v),(v,u)
ComputeEdgeDegrees.ProjectEdge() - Constructor for class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees.ProjectEdge
 
computeEuclidianDistance(CoordVector) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
Computes the Euclidian distance between this coordinate vector and a second coordinate vector.
configure(Configuration) - Method in class eu.stratosphere.example.java.record.pagerank.DanglingPageRankInputFormat
 
configure(Configuration) - Method in class eu.stratosphere.example.java.record.triangles.io.EdgeInputFormat
 
configure(Configuration) - Method in class eu.stratosphere.example.java.record.triangles.io.EdgeWithDegreesInputFormat
 
ConfigUtils - Class in eu.stratosphere.example.java.record.util
 
CoordVector - Class in eu.stratosphere.example.java.record.kmeans.udfs
Implements a feature vector as a multi-dimensional point.
CoordVector() - Constructor for class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
Initializes a blank coordinate vector.
CoordVector(Double[]) - Constructor for class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
Initializes a coordinate vector.
CoordVector(double[]) - Constructor for class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
Initializes a coordinate vector.
copyToBuffer(byte[]) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
Copies the key to the given byte buffer.
copyToBuffer(byte[]) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraValue
Copies the value to the given byte buffer.
cross(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.ComputeDistance
Computes the distance of one data point to one cluster center.

D

DanglingPageRank - Class in eu.stratosphere.example.java.record.pagerank
 
DanglingPageRank() - Constructor for class eu.stratosphere.example.java.record.pagerank.DanglingPageRank
 
DanglingPageRankInputFormat - Class in eu.stratosphere.example.java.record.pagerank
 
DanglingPageRankInputFormat() - Constructor for class eu.stratosphere.example.java.record.pagerank.DanglingPageRankInputFormat
 
danglingRank() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
DEGREE_DELIMITER_CHAR - Static variable in class eu.stratosphere.example.java.record.triangles.io.EdgeWithDegreesInputFormat
 
DeltaPageRankWithInitialDeltas - Class in eu.stratosphere.example.java.record.incremental.pagerank
 
DeltaPageRankWithInitialDeltas() - Constructor for class eu.stratosphere.example.java.record.incremental.pagerank.DeltaPageRankWithInitialDeltas
 
DeltaPageRankWithInitialDeltas.RankComparisonMatch - Class in eu.stratosphere.example.java.record.incremental.pagerank
 
DeltaPageRankWithInitialDeltas.RankComparisonMatch() - Constructor for class eu.stratosphere.example.java.record.incremental.pagerank.DeltaPageRankWithInitialDeltas.RankComparisonMatch
 
DeltaPageRankWithInitialDeltas.UpdateRankReduceDelta - Class in eu.stratosphere.example.java.record.incremental.pagerank
 
DeltaPageRankWithInitialDeltas.UpdateRankReduceDelta() - Constructor for class eu.stratosphere.example.java.record.incremental.pagerank.DeltaPageRankWithInitialDeltas.UpdateRankReduceDelta
 
diff() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
DiffL1NormConvergenceCriterion - Class in eu.stratosphere.example.java.record.pagerank
 
DiffL1NormConvergenceCriterion() - Constructor for class eu.stratosphere.example.java.record.pagerank.DiffL1NormConvergenceCriterion
 
DotProductCoGroup - Class in eu.stratosphere.example.java.record.pagerank
In schema is_ INPUT = (pageId, currentRank, dangling), (pageId, partialRank).
DotProductCoGroup() - Constructor for class eu.stratosphere.example.java.record.pagerank.DotProductCoGroup
 
DotProductMatch - Class in eu.stratosphere.example.java.record.pagerank
In schema is_ INPUT = (pageId, rank, dangling), (pageId, neighbors-list).
DotProductMatch() - Constructor for class eu.stratosphere.example.java.record.pagerank.DotProductMatch
 

E

EdgeInputFormat - Class in eu.stratosphere.example.java.record.triangles.io
 
EdgeInputFormat() - Constructor for class eu.stratosphere.example.java.record.triangles.io.EdgeInputFormat
 
edges() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
EdgeWithDegreesInputFormat - Class in eu.stratosphere.example.java.record.triangles.io
Input format that reads edges augmented with vertex degrees.
EdgeWithDegreesInputFormat() - Constructor for class eu.stratosphere.example.java.record.triangles.io.EdgeWithDegreesInputFormat
 
EdgeWithDegreesOutputFormat - Class in eu.stratosphere.example.java.record.triangles.io
 
EdgeWithDegreesOutputFormat() - Constructor for class eu.stratosphere.example.java.record.triangles.io.EdgeWithDegreesOutputFormat
 
element() - Method in class eu.stratosphere.example.java.record.pagerank.AsciiLongArrayView
 
EnumTrianglesOnEdgesWithDegrees - Class in eu.stratosphere.example.java.record.triangles
An implementation of the triangle enumeration, which expects its input to encode the degrees of the vertices.
EnumTrianglesOnEdgesWithDegrees() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees
 
EnumTrianglesOnEdgesWithDegrees.BuildTriads - Class in eu.stratosphere.example.java.record.triangles
 
EnumTrianglesOnEdgesWithDegrees.BuildTriads() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees.BuildTriads
 
EnumTrianglesOnEdgesWithDegrees.CloseTriads - Class in eu.stratosphere.example.java.record.triangles
 
EnumTrianglesOnEdgesWithDegrees.CloseTriads() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees.CloseTriads
 
EnumTrianglesOnEdgesWithDegrees.ProjectOutCounts - Class in eu.stratosphere.example.java.record.triangles
 
EnumTrianglesOnEdgesWithDegrees.ProjectOutCounts() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees.ProjectOutCounts
 
EnumTrianglesOnEdgesWithDegrees.ProjectToLowerDegreeVertex - Class in eu.stratosphere.example.java.record.triangles
 
EnumTrianglesOnEdgesWithDegrees.ProjectToLowerDegreeVertex() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees.ProjectToLowerDegreeVertex
 
EnumTrianglesRdfFoaf - Class in eu.stratosphere.example.java.record.triangles
Implementation of the triangle enumeration example Pact program.
EnumTrianglesRdfFoaf() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf
 
EnumTrianglesRdfFoaf.BuildTriads - Class in eu.stratosphere.example.java.record.triangles
Builds triads (open triangle) from all two edges that share a vertex.
EnumTrianglesRdfFoaf.BuildTriads() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf.BuildTriads
 
EnumTrianglesRdfFoaf.CloseTriads - Class in eu.stratosphere.example.java.record.triangles
Matches all missing edges with existing edges from input.
EnumTrianglesRdfFoaf.CloseTriads() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf.CloseTriads
 
EnumTrianglesRdfFoaf.EdgeInFormat - Class in eu.stratosphere.example.java.record.triangles
Reads RDF triples and filters on the foaf:knows RDF predicate.
EnumTrianglesRdfFoaf.EdgeInFormat() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf.EdgeInFormat
 
EnumTrianglesWithDegrees - Class in eu.stratosphere.example.java.record.triangles
An implementation of the triangle enumeration, which includes the pre-processing step to compute the degrees of the vertices and to select the lower-degree vertex for the enumeration of open triads.
EnumTrianglesWithDegrees() - Constructor for class eu.stratosphere.example.java.record.triangles.EnumTrianglesWithDegrees
 
equals(Object) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
 
eu.stratosphere.example.java.record.connectedcomponents - package eu.stratosphere.example.java.record.connectedcomponents
 
eu.stratosphere.example.java.record.incremental.pagerank - package eu.stratosphere.example.java.record.incremental.pagerank
 
eu.stratosphere.example.java.record.kmeans - package eu.stratosphere.example.java.record.kmeans
 
eu.stratosphere.example.java.record.kmeans.udfs - package eu.stratosphere.example.java.record.kmeans.udfs
 
eu.stratosphere.example.java.record.pagerank - package eu.stratosphere.example.java.record.pagerank
 
eu.stratosphere.example.java.record.relational - package eu.stratosphere.example.java.record.relational
 
eu.stratosphere.example.java.record.relational.generator - package eu.stratosphere.example.java.record.relational.generator
 
eu.stratosphere.example.java.record.shortestpaths - package eu.stratosphere.example.java.record.shortestpaths
 
eu.stratosphere.example.java.record.sort - package eu.stratosphere.example.java.record.sort
 
eu.stratosphere.example.java.record.sort.terasort - package eu.stratosphere.example.java.record.sort.terasort
 
eu.stratosphere.example.java.record.triangles - package eu.stratosphere.example.java.record.triangles
 
eu.stratosphere.example.java.record.triangles.io - package eu.stratosphere.example.java.record.triangles.io
 
eu.stratosphere.example.java.record.util - package eu.stratosphere.example.java.record.util
 
eu.stratosphere.example.java.record.wordcount - package eu.stratosphere.example.java.record.wordcount
 

F

FindNearestCenter - Class in eu.stratosphere.example.java.record.kmeans.udfs
Reduce PACT determines the closes cluster center for a data point.
FindNearestCenter() - Constructor for class eu.stratosphere.example.java.record.kmeans.udfs.FindNearestCenter
 

G

genDocs(int, int, String[], String[], String) - Static method in class eu.stratosphere.example.java.record.relational.generator.WebLogGenerator
Generates the files for the documents relation.
genRanks(int, int, String) - Static method in class eu.stratosphere.example.java.record.relational.generator.WebLogGenerator
Generates the files for the ranks relation.
genVisits(int, int, int, String) - Static method in class eu.stratosphere.example.java.record.relational.generator.WebLogGenerator
Generates the files for the visits relation.
get(int) - Method in class eu.stratosphere.example.java.record.pagerank.LongArrayView
 
getAggregate() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStatsAggregator
 
getBucketBoundary(int, int) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraDistribution
 
getCoordinates() - Method in class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
Returns the coordinate vector of a multi-dimensional point.
getDescription() - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents
 
getDescription() - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponentsWithCoGroup
 
getDescription() - Method in class eu.stratosphere.example.java.record.incremental.pagerank.DeltaPageRankWithInitialDeltas
 
getDescription() - Method in class eu.stratosphere.example.java.record.kmeans.KMeansIterative
 
getDescription() - Method in class eu.stratosphere.example.java.record.kmeans.KMeansSingleStep
 
getDescription() - Method in class eu.stratosphere.example.java.record.pagerank.DanglingPageRank
 
getDescription() - Method in class eu.stratosphere.example.java.record.pagerank.SimplePageRank
 
getDescription() - Method in class eu.stratosphere.example.java.record.relational.TPCHQuery3
 
getDescription() - Method in class eu.stratosphere.example.java.record.relational.TPCHQueryAsterix
 
getDescription() - Method in class eu.stratosphere.example.java.record.relational.WebLogAnalysis
 
getDescription() - Method in class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP
 
getDescription() - Method in class eu.stratosphere.example.java.record.sort.ReduceGroupSort
 
getDescription() - Method in class eu.stratosphere.example.java.record.sort.TeraSort
 
getDescription() - Method in class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees
 
getDescription() - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees
 
getDescription() - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf
 
getDescription() - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesWithDegrees
 
getDescription() - Method in class eu.stratosphere.example.java.record.wordcount.WordCount
 
getDescription() - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators
 
getDescription() - Method in class eu.stratosphere.example.java.record.wordcount.WordCountOptimized
 
getLocalValue() - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.SetAccumulator
 
getNumberOfFields() - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraDistribution
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponentsWithCoGroup
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.incremental.pagerank.DeltaPageRankWithInitialDeltas
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.kmeans.KMeansIterative
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.kmeans.KMeansSingleStep
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.pagerank.DanglingPageRank
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.pagerank.SimplePageRank
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.relational.TPCHQuery3
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.relational.TPCHQueryAsterix
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.relational.WebLogAnalysis
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP
Assembles the Plan of the Pairwise Shortest Paths example Pact program.
getPlan(String...) - Method in class eu.stratosphere.example.java.record.sort.ReduceGroupSort
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.sort.TeraSort
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees
Assembles the Plan of the triangle enumeration example Pact program.
getPlan(String...) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees
Assembles the Plan of the triangle enumeration example Pact program.
getPlan(String...) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf
Assembles the Plan of the triangle enumeration example Pact program.
getPlan(String...) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesWithDegrees
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.wordcount.WordCount
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators
 
getPlan(String...) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountOptimized
 
getQuick(int) - Method in class eu.stratosphere.example.java.record.pagerank.LongArrayView
 

H

hashCode() - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
 

I

ID_DELIMITER_CHAR - Static variable in class eu.stratosphere.example.java.record.triangles.io.EdgeInputFormat
 
ImprovedAdjacencyListInputFormat - Class in eu.stratosphere.example.java.record.pagerank
 
ImprovedAdjacencyListInputFormat() - Constructor for class eu.stratosphere.example.java.record.pagerank.ImprovedAdjacencyListInputFormat
 
isConverged(int, PageRankStats) - Method in class eu.stratosphere.example.java.record.pagerank.DiffL1NormConvergenceCriterion
 

K

KEY_SIZE - Static variable in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
The size of the key in bytes.
KMeansIterative - Class in eu.stratosphere.example.java.record.kmeans
 
KMeansIterative() - Constructor for class eu.stratosphere.example.java.record.kmeans.KMeansIterative
 
KMeansSampleDataGenerator - Class in eu.stratosphere.example.java.record.kmeans
 
KMeansSampleDataGenerator() - Constructor for class eu.stratosphere.example.java.record.kmeans.KMeansSampleDataGenerator
 
KMeansSingleStep - Class in eu.stratosphere.example.java.record.kmeans
The K-Means cluster algorithm is well-known (see http://en.wikipedia.org/wiki/K-means_clustering).
KMeansSingleStep() - Constructor for class eu.stratosphere.example.java.record.kmeans.KMeansSingleStep
 

L

LongArrayView - Class in eu.stratosphere.example.java.record.pagerank
 
LongArrayView() - Constructor for class eu.stratosphere.example.java.record.pagerank.LongArrayView
 

M

main(String[]) - Static method in class eu.stratosphere.example.java.record.kmeans.KMeansSampleDataGenerator
 
main(String[]) - Static method in class eu.stratosphere.example.java.record.relational.generator.WebLogGenerator
 
main(String[]) - Static method in class eu.stratosphere.example.java.record.wordcount.WordCount
 
main(String[]) - Static method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators
 
main(String[]) - Static method in class eu.stratosphere.example.java.record.wordcount.WordCountOptimized
 
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents.DuplicateLongMap
 
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.TPCHQuery3.FilterO
Filters the orders table by year, order status and order priority.
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.WebLogAnalysis.FilterDocs
Filters for documents that contain all of the given keywords and projects the records on the URL field.
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.WebLogAnalysis.FilterRanks
Filters for records of the rank relation where the rank is greater than the given threshold.
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.WebLogAnalysis.FilterVisits
Filters for records of the visits relation where the year of visit is equal to a specified value.
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees.ProjectEdge
 
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees.ProjectOutCounts
 
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees.ProjectToLowerDegreeVertex
 
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCount.TokenizeLine
 
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.TokenizeLine
 
map(Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountOptimized.TokenizeLine
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents.NeighborWithComponentIDJoin
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents.UpdateComponentIdMatch
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.incremental.pagerank.DeltaPageRankWithInitialDeltas.RankComparisonMatch
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.incremental.pagerank.PRDependenciesComputationMatchDelta
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.pagerank.DotProductMatch
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.pagerank.SimplePageRank.JoinVerexWithEdgesMatch
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.TPCHQuery3.JoinLiO
Implements the join between LineItem and Order table on the order key.
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.TPCHQueryAsterix.JoinCO
Output Schema: 0: PARTIAL_COUNT=1 1: C_MKTSEGMENT
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.WebLogAnalysis.JoinDocRanks
Joins entries from the documents and ranks relation on their URL.
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.ConcatPaths
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees.CloseTriads
 
match(Record, Record, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf.CloseTriads
 
merge(Accumulator<T, Set<T>>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.SetAccumulator
 

N

next() - Method in class eu.stratosphere.example.java.record.pagerank.AsciiLongArrayView
 
NUM_DANGLING_VERTICES_PARAMETER - Static variable in class eu.stratosphere.example.java.record.pagerank.DotProductCoGroup
 
NUM_VERTICES_CONFIG_PARAM - Static variable in class eu.stratosphere.example.java.record.pagerank.DanglingPageRank
 
NUM_VERTICES_PARAMETER - Static variable in class eu.stratosphere.example.java.record.pagerank.DanglingPageRankInputFormat
 
NUM_VERTICES_PARAMETER - Static variable in class eu.stratosphere.example.java.record.pagerank.DotProductCoGroup
 
numDanglingVertices() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
numElements() - Method in class eu.stratosphere.example.java.record.pagerank.AsciiLongArrayView
 
numVertices() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 

O

open(Configuration) - Method in class eu.stratosphere.example.java.record.pagerank.DotProductCoGroup
 
open(Configuration) - Method in class eu.stratosphere.example.java.record.relational.TPCHQuery3.FilterO
Reads the filter literals from the configuration.
open(Configuration) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.TokenizeLine
 

P

PageRankStats - Class in eu.stratosphere.example.java.record.pagerank
 
PageRankStats() - Constructor for class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
PageRankStats(double, double, double, long, long, long) - Constructor for class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
PageRankStatsAggregator - Class in eu.stratosphere.example.java.record.pagerank
 
PageRankStatsAggregator() - Constructor for class eu.stratosphere.example.java.record.pagerank.PageRankStatsAggregator
 
PageWithRankOutFormat - Class in eu.stratosphere.example.java.record.pagerank
 
PageWithRankOutFormat() - Constructor for class eu.stratosphere.example.java.record.pagerank.PageWithRankOutFormat
 
PairwiseSP - Class in eu.stratosphere.example.java.record.shortestpaths
Implementation of the Pairwise Shortest Path example PACT program.
PairwiseSP() - Constructor for class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP
 
PairwiseSP.ConcatPaths - Class in eu.stratosphere.example.java.record.shortestpaths
Concatenates two paths where the from-node of the first path and the to-node of the second path are the same.
PairwiseSP.ConcatPaths() - Constructor for class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.ConcatPaths
 
PairwiseSP.FindShortestPath - Class in eu.stratosphere.example.java.record.shortestpaths
Gets two lists of paths as input and emits for each included from-node/to-node combination the shortest path(s).
PairwiseSP.FindShortestPath() - Constructor for class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.FindShortestPath
 
PairwiseSP.PathInFormat - Class in eu.stratosphere.example.java.record.shortestpaths
The PathInFormat reads paths consisting of a from-node a to-node, a length, and hop node list serialized as a string.
PairwiseSP.PathInFormat() - Constructor for class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.PathInFormat
 
PairwiseSP.PathOutFormat - Class in eu.stratosphere.example.java.record.shortestpaths
The PathOutFormat serializes paths to text.
PairwiseSP.PathOutFormat() - Constructor for class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.PathOutFormat
 
PairwiseSP.RDFTripleInFormat - Class in eu.stratosphere.example.java.record.shortestpaths
Reads RDF triples and filters on the foaf:knows RDF predicate.
PairwiseSP.RDFTripleInFormat() - Constructor for class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.RDFTripleInFormat
 
PointInFormat - Class in eu.stratosphere.example.java.record.kmeans.udfs
Generates records with an id and a and CoordVector.
PointInFormat() - Constructor for class eu.stratosphere.example.java.record.kmeans.udfs.PointInFormat
 
PointOutFormat - Class in eu.stratosphere.example.java.record.kmeans.udfs
Writes records that contain an id and a CoordVector.
PointOutFormat() - Constructor for class eu.stratosphere.example.java.record.kmeans.udfs.PointOutFormat
 
PRDependenciesComputationMatchDelta - Class in eu.stratosphere.example.java.record.incremental.pagerank
 
PRDependenciesComputationMatchDelta() - Constructor for class eu.stratosphere.example.java.record.incremental.pagerank.PRDependenciesComputationMatchDelta
 
PRIO_FILTER - Static variable in class eu.stratosphere.example.java.record.relational.TPCHQuery3
 

R

rank() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
read(DataInput) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
 
read(DataInput) - Method in class eu.stratosphere.example.java.record.pagerank.LongArrayView
 
read(DataInput) - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
read(DataInput) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraDistribution
 
read(DataInput) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
 
read(DataInput) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraValue
 
read(DataInput) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.SetAccumulator
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.PointInFormat
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.pagerank.DanglingPageRankInputFormat
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.pagerank.ImprovedAdjacencyListInputFormat
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.PathInFormat
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.RDFTripleInFormat
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraInputFormat
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf.EdgeInFormat
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.triangles.io.EdgeInputFormat
 
readRecord(Record, byte[], int, int) - Method in class eu.stratosphere.example.java.record.triangles.io.EdgeWithDegreesInputFormat
 
RecomputeClusterCenter - Class in eu.stratosphere.example.java.record.kmeans.udfs
Reduce PACT computes the new position (coordinate vector) of a cluster center.
RecomputeClusterCenter() - Constructor for class eu.stratosphere.example.java.record.kmeans.udfs.RecomputeClusterCenter
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents.MinimumComponentIDReduce
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.incremental.pagerank.DeltaPageRankWithInitialDeltas.UpdateRankReduceDelta
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.FindNearestCenter
Computes a minimum aggregation on the distance of a data point to cluster centers.
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.RecomputeClusterCenter
Compute the new position (coordinate vector) of a cluster center.
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.pagerank.SimplePageRank.AggregatingReduce
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.TPCHQuery3.AggLiO
Implements the sum aggregation.
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.relational.TPCHQueryAsterix.AggCO
Output Schema: 0: COUNT 1: C_MKTSEGMENT
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.sort.ReduceGroupSort.IdentityReducer
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees.CountEdges
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.ComputeEdgeDegrees.JoinCountsAndUniquify
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesOnEdgesWithDegrees.BuildTriads
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.triangles.EnumTrianglesRdfFoaf.BuildTriads
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCount.CountWords
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.CountWords
 
reduce(Iterator<Record>, Collector<Record>) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountOptimized.CountWords
 
ReduceGroupSort - Class in eu.stratosphere.example.java.record.sort
This job shows how to define ordered input for a Reduce contract.
ReduceGroupSort() - Constructor for class eu.stratosphere.example.java.record.sort.ReduceGroupSort
 
ReduceGroupSort.IdentityReducer - Class in eu.stratosphere.example.java.record.sort
Increments the first field of the first record of the reduce group by 100 and emits it.
ReduceGroupSort.IdentityReducer() - Constructor for class eu.stratosphere.example.java.record.sort.ReduceGroupSort.IdentityReducer
 
reset() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStatsAggregator
 
resetLocal() - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.SetAccumulator
 

S

serializeRecord(Record, byte[]) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.PointOutFormat
 
serializeRecord(Record, byte[]) - Method in class eu.stratosphere.example.java.record.pagerank.PageWithRankOutFormat
 
serializeRecord(Record, byte[]) - Method in class eu.stratosphere.example.java.record.triangles.io.EdgeWithDegreesOutputFormat
 
serializeRecord(Record, byte[]) - Method in class eu.stratosphere.example.java.record.triangles.io.TriangleOutputFormat
 
set(byte[], int, int) - Method in class eu.stratosphere.example.java.record.pagerank.AsciiLongArrayView
 
set(int, long) - Method in class eu.stratosphere.example.java.record.pagerank.LongArrayView
 
setCoordinates(double[]) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
Sets the coordinate vector of a multi-dimensional point.
setQuick(int, long) - Method in class eu.stratosphere.example.java.record.pagerank.LongArrayView
 
setValue(byte[], int) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
Sets the value of this key object.
setValue(byte[], int) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraValue
Sets the value of this value object.
SimplePageRank - Class in eu.stratosphere.example.java.record.pagerank
 
SimplePageRank() - Constructor for class eu.stratosphere.example.java.record.pagerank.SimplePageRank
 
SimplePageRank.AggregatingReduce - Class in eu.stratosphere.example.java.record.pagerank
 
SimplePageRank.AggregatingReduce() - Constructor for class eu.stratosphere.example.java.record.pagerank.SimplePageRank.AggregatingReduce
 
SimplePageRank.JoinVerexWithEdgesMatch - Class in eu.stratosphere.example.java.record.pagerank
 
SimplePageRank.JoinVerexWithEdgesMatch() - Constructor for class eu.stratosphere.example.java.record.pagerank.SimplePageRank.JoinVerexWithEdgesMatch
 
size() - Method in class eu.stratosphere.example.java.record.pagerank.LongArrayView
 

T

TeraDistribution - Class in eu.stratosphere.example.java.record.sort.terasort
This class implements the uniform data distribution of the TeraSort benchmark.
TeraDistribution() - Constructor for class eu.stratosphere.example.java.record.sort.terasort.TeraDistribution
 
TeraInputFormat - Class in eu.stratosphere.example.java.record.sort.terasort
This class is responsible for converting a line from the input file to a two field record.
TeraInputFormat() - Constructor for class eu.stratosphere.example.java.record.sort.terasort.TeraInputFormat
 
TeraKey - Class in eu.stratosphere.example.java.record.sort.terasort
An integer number according to the rules of Jim Gray's sorting benchmark has a length of 100 bytes.
TeraKey(byte[], int) - Constructor for class eu.stratosphere.example.java.record.sort.terasort.TeraKey
Constructs a new key object.
TeraKey() - Constructor for class eu.stratosphere.example.java.record.sort.terasort.TeraKey
Default constructor required for serialization/deserialization.
TeraOutputFormat - Class in eu.stratosphere.example.java.record.sort.terasort
The class is responsible for converting a two field record back into a line which is afterward written back to disk.
TeraOutputFormat() - Constructor for class eu.stratosphere.example.java.record.sort.terasort.TeraOutputFormat
 
TeraSort - Class in eu.stratosphere.example.java.record.sort
This is an example implementation of the well-known TeraSort benchmark using the Stratosphere system.
TeraSort() - Constructor for class eu.stratosphere.example.java.record.sort.TeraSort
 
TeraValue - Class in eu.stratosphere.example.java.record.sort.terasort
An integer number according to the rules of Jim Gray's sorting benchmark has a length of 100 bytes.
TeraValue(byte[], int) - Constructor for class eu.stratosphere.example.java.record.sort.terasort.TeraValue
Constructs a new value object.
TeraValue() - Constructor for class eu.stratosphere.example.java.record.sort.terasort.TeraValue
Default constructor required for serialization/deserialization.
toString() - Method in class eu.stratosphere.example.java.record.pagerank.AsciiLongArrayView
 
toString() - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
toString() - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
 
toString() - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraValue
 
TPCHQuery3 - Class in eu.stratosphere.example.java.record.relational
The TPC-H is a decision support benchmark on relational data.
TPCHQuery3() - Constructor for class eu.stratosphere.example.java.record.relational.TPCHQuery3
 
TPCHQuery3.AggLiO - Class in eu.stratosphere.example.java.record.relational
Reduce PACT implements the sum aggregation.
TPCHQuery3.AggLiO() - Constructor for class eu.stratosphere.example.java.record.relational.TPCHQuery3.AggLiO
 
TPCHQuery3.FilterO - Class in eu.stratosphere.example.java.record.relational
Map PACT implements the selection and projection on the orders table.
TPCHQuery3.FilterO() - Constructor for class eu.stratosphere.example.java.record.relational.TPCHQuery3.FilterO
 
TPCHQuery3.JoinLiO - Class in eu.stratosphere.example.java.record.relational
Match PACT realizes the join between LineItem and Order table.
TPCHQuery3.JoinLiO() - Constructor for class eu.stratosphere.example.java.record.relational.TPCHQuery3.JoinLiO
 
TPCHQueryAsterix - Class in eu.stratosphere.example.java.record.relational
The TPC-H is a decision support benchmark on relational data.
TPCHQueryAsterix() - Constructor for class eu.stratosphere.example.java.record.relational.TPCHQueryAsterix
 
TPCHQueryAsterix.AggCO - Class in eu.stratosphere.example.java.record.relational
Reduce PACT implements the aggregation of the results.
TPCHQueryAsterix.AggCO() - Constructor for class eu.stratosphere.example.java.record.relational.TPCHQueryAsterix.AggCO
 
TPCHQueryAsterix.JoinCO - Class in eu.stratosphere.example.java.record.relational
Realizes the join between Customers and Order table.
TPCHQueryAsterix.JoinCO() - Constructor for class eu.stratosphere.example.java.record.relational.TPCHQueryAsterix.JoinCO
 
TriangleOutputFormat - Class in eu.stratosphere.example.java.record.triangles.io
 
TriangleOutputFormat() - Constructor for class eu.stratosphere.example.java.record.triangles.io.TriangleOutputFormat
 

V

VALUE_SIZE - Static variable in class eu.stratosphere.example.java.record.sort.terasort.TeraValue
The size of the value in bytes.
VERTEX_DELIMITER_CHAR - Static variable in class eu.stratosphere.example.java.record.triangles.io.EdgeWithDegreesInputFormat
 

W

WebLogAnalysis - Class in eu.stratosphere.example.java.record.relational
Implements the following relational OLAP query as PACT program:
WebLogAnalysis() - Constructor for class eu.stratosphere.example.java.record.relational.WebLogAnalysis
 
WebLogAnalysis.AntiJoinVisits - Class in eu.stratosphere.example.java.record.relational
CoGroupFunction that realizes an anti-join.
WebLogAnalysis.AntiJoinVisits() - Constructor for class eu.stratosphere.example.java.record.relational.WebLogAnalysis.AntiJoinVisits
 
WebLogAnalysis.FilterDocs - Class in eu.stratosphere.example.java.record.relational
MapFunction that filters for documents that contain a certain set of keywords.
WebLogAnalysis.FilterDocs() - Constructor for class eu.stratosphere.example.java.record.relational.WebLogAnalysis.FilterDocs
 
WebLogAnalysis.FilterRanks - Class in eu.stratosphere.example.java.record.relational
MapFunction that filters for records where the rank exceeds a certain threshold.
WebLogAnalysis.FilterRanks() - Constructor for class eu.stratosphere.example.java.record.relational.WebLogAnalysis.FilterRanks
 
WebLogAnalysis.FilterVisits - Class in eu.stratosphere.example.java.record.relational
MapFunction that filters for records of the visits relation where the year (from the date string) is equal to a certain value.
WebLogAnalysis.FilterVisits() - Constructor for class eu.stratosphere.example.java.record.relational.WebLogAnalysis.FilterVisits
 
WebLogAnalysis.JoinDocRanks - Class in eu.stratosphere.example.java.record.relational
JoinFunction that joins the filtered entries from the documents and the ranks relation.
WebLogAnalysis.JoinDocRanks() - Constructor for class eu.stratosphere.example.java.record.relational.WebLogAnalysis.JoinDocRanks
 
WebLogGenerator - Class in eu.stratosphere.example.java.record.relational.generator
 
WebLogGenerator() - Constructor for class eu.stratosphere.example.java.record.relational.generator.WebLogGenerator
 
WordCount - Class in eu.stratosphere.example.java.record.wordcount
Implements a word count which takes the input file and counts the number of the occurrences of each word in the file.
WordCount() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCount
 
WordCount.CountWords - Class in eu.stratosphere.example.java.record.wordcount
Sums up the counts for a certain given key.
WordCount.CountWords() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCount.CountWords
 
WordCount.TokenizeLine - Class in eu.stratosphere.example.java.record.wordcount
Converts a Record containing one string in to multiple string/integer pairs.
WordCount.TokenizeLine() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCount.TokenizeLine
 
WordCountAccumulators - Class in eu.stratosphere.example.java.record.wordcount
This is similar to the WordCount example and additionally demonstrates how to use custom accumulators (built-in or custom).
WordCountAccumulators() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators
 
WordCountAccumulators.CountWords - Class in eu.stratosphere.example.java.record.wordcount
 
WordCountAccumulators.CountWords() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.CountWords
 
WordCountAccumulators.SetAccumulator<T extends Value> - Class in eu.stratosphere.example.java.record.wordcount
Custom accumulator
WordCountAccumulators.SetAccumulator() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.SetAccumulator
 
WordCountAccumulators.TokenizeLine - Class in eu.stratosphere.example.java.record.wordcount
 
WordCountAccumulators.TokenizeLine() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.TokenizeLine
 
WordCountOptimized - Class in eu.stratosphere.example.java.record.wordcount
Implements a word count which takes the input file and counts the number of the occurrences of each word in the file.
WordCountOptimized() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCountOptimized
 
WordCountOptimized.CountWords - Class in eu.stratosphere.example.java.record.wordcount
Sums up the counts for a certain given key.
WordCountOptimized.CountWords() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCountOptimized.CountWords
 
WordCountOptimized.TokenizeLine - Class in eu.stratosphere.example.java.record.wordcount
Converts a Record containing one string in to multiple string/integer pairs.
WordCountOptimized.TokenizeLine() - Constructor for class eu.stratosphere.example.java.record.wordcount.WordCountOptimized.TokenizeLine
 
WorksetConnectedComponents - Class in eu.stratosphere.example.java.record.connectedcomponents
 
WorksetConnectedComponents() - Constructor for class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents
 
WorksetConnectedComponents.DuplicateLongMap - Class in eu.stratosphere.example.java.record.connectedcomponents
 
WorksetConnectedComponents.DuplicateLongMap() - Constructor for class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents.DuplicateLongMap
 
WorksetConnectedComponents.MinimumComponentIDReduce - Class in eu.stratosphere.example.java.record.connectedcomponents
Minimum aggregation over (Vertex-ID, Component-ID) pairs, selecting the pair with the smallest Comonent-ID.
WorksetConnectedComponents.MinimumComponentIDReduce() - Constructor for class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents.MinimumComponentIDReduce
 
WorksetConnectedComponents.NeighborWithComponentIDJoin - Class in eu.stratosphere.example.java.record.connectedcomponents
UDF that joins a (Vertex-ID, Component-ID) pair that represents the current component that a vertex is associated with, with a (Source-Vertex-ID, Target-VertexID) edge.
WorksetConnectedComponents.NeighborWithComponentIDJoin() - Constructor for class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents.NeighborWithComponentIDJoin
 
WorksetConnectedComponents.UpdateComponentIdMatch - Class in eu.stratosphere.example.java.record.connectedcomponents
UDF that joins a candidate (Vertex-ID, Component-ID) pair with another (Vertex-ID, Component-ID) pair.
WorksetConnectedComponents.UpdateComponentIdMatch() - Constructor for class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponents.UpdateComponentIdMatch
 
WorksetConnectedComponentsWithCoGroup - Class in eu.stratosphere.example.java.record.connectedcomponents
 
WorksetConnectedComponentsWithCoGroup() - Constructor for class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponentsWithCoGroup
 
WorksetConnectedComponentsWithCoGroup.MinIdAndUpdate - Class in eu.stratosphere.example.java.record.connectedcomponents
 
WorksetConnectedComponentsWithCoGroup.MinIdAndUpdate() - Constructor for class eu.stratosphere.example.java.record.connectedcomponents.WorksetConnectedComponentsWithCoGroup.MinIdAndUpdate
 
write(DataOutput) - Method in class eu.stratosphere.example.java.record.kmeans.udfs.CoordVector
 
write(DataOutput) - Method in class eu.stratosphere.example.java.record.pagerank.LongArrayView
 
write(DataOutput) - Method in class eu.stratosphere.example.java.record.pagerank.PageRankStats
 
write(DataOutput) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraDistribution
 
write(DataOutput) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraKey
 
write(DataOutput) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraValue
 
write(DataOutput) - Method in class eu.stratosphere.example.java.record.wordcount.WordCountAccumulators.SetAccumulator
 
writeRecord(Record) - Method in class eu.stratosphere.example.java.record.shortestpaths.PairwiseSP.PathOutFormat
 
writeRecord(Record) - Method in class eu.stratosphere.example.java.record.sort.terasort.TeraOutputFormat
 

Y

YEAR_FILTER - Static variable in class eu.stratosphere.example.java.record.relational.TPCHQuery3
 
A C D E F G H I K L M N O P R S T V W Y 

Copyright © 2013. All rights reserved.