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

A

accept(Class) - Method in class cascading.tuple.hadoop.TupleSerialization
Method accept implements Serialization#accept(Class).
add(Tuple) - Method in class cascading.tuple.SpillableTupleList
Method add will add the given Tuple to this list.
add(TupleEntry) - Method in class cascading.tuple.SpillableTupleList
Method add the given TupleEntry to this list.
add(Comparable) - Method in class cascading.tuple.Tuple
Method add adds a new element value to this instance.
add(TupleEntry) - Method in class cascading.tuple.TupleCollector
Method add inserts the given TupleEntry into the outgoing stream.
add(Tuple) - Method in class cascading.tuple.TupleCollector
Method add inserts the given Tuple into the outgoing stream.
addAll(Comparable...) - Method in class cascading.tuple.Tuple
Method addAll adds all given values to this instance.
addAll(Tuple) - Method in class cascading.tuple.Tuple
Method addAll adds all the element values of the given Tuple instance to this instance.
addFlowStats(FlowStats) - Method in class cascading.stats.CascadeStats
Method addFlowStats add a child Flow {2link FlowStats} instance.
addInputFormat(JobConf, JobConf...) - Static method in class cascading.tap.hadoop.MultiInputFormat
Used to set the current JobConf with all sub jobs configurations.
addListener(FlowListener) - Method in class cascading.flow.Flow
Method addListener registers the given flowListener with this instance.
addSerializationToken(Map<Object, Object>, int, String) - Static method in class cascading.tuple.hadoop.TupleSerialization
Adds the given token and className pair as a serialization token property.
addSink(String, Tap) - Method in class cascading.groovy.factory.TapMap
 
addSource(String, Tap) - Method in class cascading.groovy.factory.TapMap
 
addTail(String, Pipe) - Method in class cascading.groovy.factory.AssemblyFactory.Assembly
 
addTail(Pipe) - Method in class cascading.groovy.factory.AssemblyFactory.Assembly
 
addTails(Map) - Method in class cascading.groovy.factory.AssemblyFactory.Assembly
 
addTrap(String, Tap) - Method in class cascading.groovy.factory.TapMap
 
aggregate(FlowProcess, AggregatorCall<C>) - Method in interface cascading.operation.Aggregator
Method aggregate is called for each TupleEntry value in the current grouping.
aggregate(FlowProcess, AggregatorCall<Average.Context>) - Method in class cascading.operation.aggregator.Average
 
aggregate(FlowProcess, AggregatorCall<Long[]>) - Method in class cascading.operation.aggregator.Count
 
aggregate(FlowProcess, AggregatorCall<Tuple[]>) - Method in class cascading.operation.aggregator.ExtentBase
 
aggregate(FlowProcess, AggregatorCall<ExtremaBase.Context>) - Method in class cascading.operation.aggregator.ExtremaBase
 
aggregate(FlowProcess, AggregatorCall<Double[]>) - Method in class cascading.operation.aggregator.Sum
 
aggregate(FlowProcess, GroupAssertionCall<AssertGroupBase.Context>) - Method in class cascading.operation.assertion.AssertGroupBase
 
aggregate(FlowProcess, GroupAssertionCall<C>) - Method in interface cascading.operation.GroupAssertion
Method aggregate is called for each TupleEntry value in the current grouping.
Aggregator<C> - Interface in cascading.operation
An Aggregator takes the set of all values associated with a unique grouping and returns zero or more values.
AggregatorCall<C> - Interface in cascading.operation
Interface AggregatorCall provides access to the current Aggregator invocation arguments.
ALL - Static variable in class cascading.groovy.CascadingBuilder
 
ALL - Static variable in class cascading.tuple.Fields
Field ALL represents a wildcard for all fields
And - Class in cascading.operation.filter
Class And is a Filter class that will logically 'and' the results of the constructor provided Filter instances.
And(Filter...) - Constructor for class cascading.operation.filter.And
Constructor And creates a new And instance where all Filter instances receive all arguments.
And(Fields, Filter, Fields, Filter) - Constructor for class cascading.operation.filter.And
Constructor And creates a new And instance.
And(Fields[], Filter[]) - Constructor for class cascading.operation.filter.And
Constructor And creates a new And instance.
ANY - Static variable in interface cascading.operation.Operation
Field ANY denotes that a given Operation will take any number of argument values
APACHE_COMMON_GROUP_FIELDS - Static variable in class cascading.operation.regex.Regexes
Deprecated. 
APACHE_COMMON_GROUPS - Static variable in class cascading.operation.regex.Regexes
Deprecated. 
APACHE_COMMON_PARSER - Static variable in class cascading.operation.regex.Regexes
Deprecated. 
APACHE_COMMON_REGEX - Static variable in class cascading.operation.regex.Regexes
Deprecated. 
APACHE_DATE_FORMAT - Static variable in class cascading.operation.text.Texts
Deprecated. 
APACHE_DATE_PARSER - Static variable in class cascading.operation.text.Texts
Deprecated. 
append(Path, int, Progressable) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
append(Fields) - Method in class cascading.tuple.Fields
Method is used for appending the given Fields instance to this instance, into a new Fields instance.
append(Tuple...) - Method in class cascading.tuple.Tuple
Method append appends all the values of the given Tuple instances to a copy of this instance.
appendNew(TupleEntry) - Method in class cascading.tuple.TupleEntry
Method appendNew appends the given TupleEntry instance to this instance.
areSinksStale() - Method in class cascading.flow.Flow
Method areSinksStale returns true if any of the sinks referenced are out of date in relation to the sources.
areSourcesNewer(long) - Method in class cascading.flow.Flow
Method areSourcesNewer returns true if any source is newer than the given sinkModified date value.
ARGS - Static variable in class cascading.groovy.CascadingBuilder
 
ARGS - Static variable in class cascading.tuple.Fields
Field ARGS represents all fields used as the arguments for the current operation
argumentSelector - Variable in class cascading.pipe.Operator
Field argumentSelector
argumentSelectors - Variable in class cascading.operation.filter.Logic
Field fields
asArray(Tuple, Class[]) - Static method in class cascading.tuple.Tuples
Method asArray convert the given Tuple instance into an Object[].
asArray(Tuple, Class[], Object[]) - Static method in class cascading.tuple.Tuples
Method asArray convert the given Tuple instance into an Object[].
asDeclaration(Fields) - Static method in class cascading.tuple.Fields
Method asDeclaration returns a new Fields instance for use as a declarator based on the given fields value.
AssemblyFactory - Class in cascading.groovy.factory
 
AssemblyFactory() - Constructor for class cascading.groovy.factory.AssemblyFactory
 
AssemblyFactory.Assembly - Class in cascading.groovy.factory
 
AssemblyFactory.Assembly() - Constructor for class cascading.groovy.factory.AssemblyFactory.Assembly
 
AssemblyFactory.Assembly(String) - Constructor for class cascading.groovy.factory.AssemblyFactory.Assembly
 
AssemblyFactory.Assembly(String, Pipe) - Constructor for class cascading.groovy.factory.AssemblyFactory.Assembly
 
AssertEquals - Class in cascading.operation.assertion
Class AssertEquals asserts the number of constructor values is equal to the number of argument values Tuple and each constructor value is .equals() to its corresponding argument value.
AssertEquals(Comparable...) - Constructor for class cascading.operation.assertion.AssertEquals
Constructor AssertEquals creates a new AssertEquals instance.
AssertEqualsAll - Class in cascading.operation.assertion
Class AssertEqualsAll asserts that every value in the argument values Tuple is equal to the value provided on the constructor.
AssertEqualsAll(Comparable) - Constructor for class cascading.operation.assertion.AssertEqualsAll
Constructor AssertEqualsAll creates a new AssertEqualsAll instance.
AssertEqualsAllFactory - Class in cascading.groovy.factory.assertion
 
AssertEqualsAllFactory() - Constructor for class cascading.groovy.factory.assertion.AssertEqualsAllFactory
 
AssertEqualsFactory - Class in cascading.groovy.factory.assertion
 
AssertEqualsFactory() - Constructor for class cascading.groovy.factory.assertion.AssertEqualsFactory
 
AssertExpression - Class in cascading.operation.assertion
Class AssertExpression dynamically resolves a given expression using argument Tuple values.
AssertExpression(String, Class...) - Constructor for class cascading.operation.assertion.AssertExpression
Constructor ExpressionFilter creates a new ExpressionFilter instance.
AssertExpressionFactory - Class in cascading.groovy.factory.assertion
 
AssertExpressionFactory() - Constructor for class cascading.groovy.factory.assertion.AssertExpressionFactory
 
assertFails(Long) - Method in class cascading.operation.assertion.AssertGroupBase
 
assertFails(Long) - Method in class cascading.operation.assertion.AssertGroupSizeEquals
 
assertFails(Long) - Method in class cascading.operation.assertion.AssertGroupSizeLessThan
 
assertFails(Long) - Method in class cascading.operation.assertion.AssertGroupSizeMoreThan
 
AssertGroupBase - Class in cascading.operation.assertion
 
AssertGroupBase(String, long) - Constructor for class cascading.operation.assertion.AssertGroupBase
 
AssertGroupBase(String, String, long) - Constructor for class cascading.operation.assertion.AssertGroupBase
 
AssertGroupBase.Context - Class in cascading.operation.assertion
 
AssertGroupBase.Context() - Constructor for class cascading.operation.assertion.AssertGroupBase.Context
 
AssertGroupSizeEquals - Class in cascading.operation.assertion
Class AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group is equal the given size.
AssertGroupSizeEquals(long) - Constructor for class cascading.operation.assertion.AssertGroupSizeEquals
Constructor AssertGroupSizeEquals creates a new AssertGroupSizeEquals instance.
AssertGroupSizeEquals(String, long) - Constructor for class cascading.operation.assertion.AssertGroupSizeEquals
Constructor AssertGroupSizeEquals creates a new AssertGroupSizeEquals instance.
AssertGroupSizeLessThan - Class in cascading.operation.assertion
Class AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group is less than the given size.
AssertGroupSizeLessThan(long) - Constructor for class cascading.operation.assertion.AssertGroupSizeLessThan
Constructor AssertGroupSizeLessThan creates a new AssertGroupSizeLessThan instance.
AssertGroupSizeLessThan(String, long) - Constructor for class cascading.operation.assertion.AssertGroupSizeLessThan
Constructor AssertGroupSizeLessThan creates a new AssertGroupSizeLessThan instance.
AssertGroupSizeMoreThan - Class in cascading.operation.assertion
Class AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group is more than the given size.
AssertGroupSizeMoreThan(long) - Constructor for class cascading.operation.assertion.AssertGroupSizeMoreThan
Constructor AssertGroupSizeMoreThan creates a new AssertGroupSizeMoreThan instance.
AssertGroupSizeMoreThan(String, long) - Constructor for class cascading.operation.assertion.AssertGroupSizeMoreThan
Constructor AssertGroupSizeMoreThan creates a new AssertGroupSizeMoreThan instance.
Assertion<PC> - Interface in cascading.operation
Interface Assertion is the base interface for all stream assertions.
AssertionException - Exception in cascading.operation
 
AssertionException() - Constructor for exception cascading.operation.AssertionException
 
AssertionException(String) - Constructor for exception cascading.operation.AssertionException
 
AssertionException(String, Throwable) - Constructor for exception cascading.operation.AssertionException
 
AssertionException(Throwable) - Constructor for exception cascading.operation.AssertionException
 
assertionLevel - Variable in class cascading.flow.FlowPlanner
Field assertionLevel
AssertionLevel - Enum in cascading.operation
Enum AssertionLevel designates the level of a given Assertion instance.
assertionLevel - Variable in class cascading.pipe.Operator
Field assertionLevel
AssertMatches - Class in cascading.operation.assertion
Class AssertMatches matches the given regular expression patternString against the whole argument Tuple by joining each individual element of the Tuple with a tab character (\t).
AssertMatches(String) - Constructor for class cascading.operation.assertion.AssertMatches
Constructor AssertMatches creates a new AssertMatches instance.
AssertMatches(String, boolean) - Constructor for class cascading.operation.assertion.AssertMatches
Constructor AssertMatches creates a new AssertMatches instance.
AssertMatchesAll - Class in cascading.operation.assertion
Class AssertMatchesAll matches the given regular expression patternString against each argument Tuple element individually.
AssertMatchesAll(String) - Constructor for class cascading.operation.assertion.AssertMatchesAll
Constructor AssertMatchesAll creates a new AssertMatchesAll instance.
AssertMatchesAll(String, boolean) - Constructor for class cascading.operation.assertion.AssertMatchesAll
Constructor AssertMatchesAll creates a new AssertMatchesAll instance.
AssertMatchesFactory - Class in cascading.groovy.factory.assertion
 
AssertMatchesFactory(Class) - Constructor for class cascading.groovy.factory.assertion.AssertMatchesFactory
 
AssertNotNull - Class in cascading.operation.assertion
Class AssertNotNull asserts that every value in the argument values Tuple is not a null value.
AssertNotNull() - Constructor for class cascading.operation.assertion.AssertNotNull
Constructor AssertNotNull creates a new AssertNotNull instance.
AssertNull - Class in cascading.operation.assertion
Class AssertNull asserts that every value in the argument values Tuple is a null value.
AssertNull() - Constructor for class cascading.operation.assertion.AssertNull
Constructor AssertNull creates a new AssertNull instance.
AssertSizeEquals - Class in cascading.operation.assertion
Class AssertSizeEquals asserts that the current Tuple in the stream is exactly the given size.
AssertSizeEquals(int) - Constructor for class cascading.operation.assertion.AssertSizeEquals
Constructor AssertSizeEquals creates a new AssertSizeEquals instance.
AssertSizeLessThan - Class in cascading.operation.assertion
Class AssertSizeLessThan asserts that the current Tuple in the stream has a size less than (<) the given size.
AssertSizeLessThan(int) - Constructor for class cascading.operation.assertion.AssertSizeLessThan
Constructor AssertSizeLessThan creates a new AssertSizeLessThan instance.
AssertSizeMoreThan - Class in cascading.operation.assertion
Class AssertSizeMoreThan asserts that the current Tuple in the stream has a size more than (>) the given size.
AssertSizeMoreThan(int) - Constructor for class cascading.operation.assertion.AssertSizeMoreThan
Constructor AssertSizeMoreThan creates a new AssertSizeMoreThan instance.
asUnmodifiable(Tuple) - Static method in class cascading.tuple.Tuple
 
Average - Class in cascading.operation.aggregator
Class Average is an Aggregator that returns the average of all numeric values in the current group.
Average() - Constructor for class cascading.operation.aggregator.Average
Constructs a new instance that returns the average of the values encoutered in the field name "average".
Average(Fields) - Constructor for class cascading.operation.aggregator.Average
Constructs a new instance that returns the average of the values encoutered in the given fieldDeclaration field name.
Average.Context - Class in cascading.operation.aggregator
Class Context is used to hold intermediate values.
Average.Context() - Constructor for class cascading.operation.aggregator.Average.Context
 

B

BaseAssertion<C> - Class in cascading.operation.assertion
Class BaseAssertion is a convenience class for Assertion implementations.
BaseAssertion() - Constructor for class cascading.operation.assertion.BaseAssertion
 
BaseAssertion(String) - Constructor for class cascading.operation.assertion.BaseAssertion
 
BaseAssertion(int) - Constructor for class cascading.operation.assertion.BaseAssertion
 
BaseAssertion(int, String) - Constructor for class cascading.operation.assertion.BaseAssertion
 
BaseFactory - Class in cascading.groovy.factory
 
BaseFactory() - Constructor for class cascading.groovy.factory.BaseFactory
 
BaseHolder - Class in cascading.groovy.factory
 
BaseHolder() - Constructor for class cascading.groovy.factory.BaseHolder
 
BaseHolder(String) - Constructor for class cascading.groovy.factory.BaseHolder
 
BaseOperation<C> - Class in cascading.operation
Class BaseOperation is the base class of predicate types that are applied to Tuple streams via the Each or Every Pipe.
BaseOperation() - Constructor for class cascading.operation.BaseOperation
Constructs a new instance that retuns an Fields.UNKNOWN Tuple and accepts any number of arguments.
BaseOperation(Fields) - Constructor for class cascading.operation.BaseOperation
Constructs a new instance that returns the fields declared in fieldDeclaration and accepts any number of arguments.
BaseOperation(int) - Constructor for class cascading.operation.BaseOperation
Constructs a new instance that returns an unknown field set and accepts the given numArgs number of arguments.
BaseOperation(int, Fields) - Constructor for class cascading.operation.BaseOperation
Constructs a new instance that returns the fields declared in fieldDeclaration and accepts numArgs number of arguments.
Buffer<C> - Interface in cascading.operation
A Buffer is similiar to an Aggregator by the fact that it operates on unique groups of values.
BufferCall<C> - Interface in cascading.operation
Interface BufferCall provides access to the current Buffer invocation arguments.
build(FlowProcess, int) - Method in class cascading.pipe.cogroup.CoGroupClosure
 
buildFlow(String, Pipe[], Map<String, Tap>, Map<String, Tap>, Map<String, Tap>) - Method in class cascading.flow.MultiMapReducePlanner
Method buildFlow renders the actual Flow instance.

C

call() - Method in class cascading.cascade.Cascade.CascadeJob
 
call() - Method in class cascading.flow.FlowStep.FlowStepJob
 
captureDebugTrace(Class) - Static method in class cascading.util.Util
 
Cascade - Class in cascading.cascade
A Cascade is an assembly of Flow instances that share or depend the same Tap instances and are executed as a single group.
Cascade.CascadeJob - Class in cascading.cascade
Class CascadeJob manages Flow execution in the current Cascade instance.
Cascade.CascadeJob(Flow) - Constructor for class cascading.cascade.Cascade.CascadeJob
 
CascadeConnector - Class in cascading.cascade
Class CascadeConnector is used to construct a new Cascade instance from a collection of Flow instance.
CascadeConnector() - Constructor for class cascading.cascade.CascadeConnector
 
CascadeException - Exception in cascading.cascade
Class CascadeException is thrown by the Cascade class.
CascadeException() - Constructor for exception cascading.cascade.CascadeException
Constructor CascadeException creates a new CascadeException instance.
CascadeException(String) - Constructor for exception cascading.cascade.CascadeException
Constructor CascadeException creates a new CascadeException instance.
CascadeException(String, Throwable) - Constructor for exception cascading.cascade.CascadeException
Constructor CascadeException creates a new CascadeException instance.
CascadeException(Throwable) - Constructor for exception cascading.cascade.CascadeException
Constructor CascadeException creates a new CascadeException instance.
CascadeFactory - Class in cascading.groovy.factory
 
CascadeFactory() - Constructor for class cascading.groovy.factory.CascadeFactory
 
CascadeFactory(String) - Constructor for class cascading.groovy.factory.CascadeFactory
 
CascadeFactory.CascadeHolder - Class in cascading.groovy.factory
 
CascadeFactory.CascadeHolder(String, String) - Constructor for class cascading.groovy.factory.CascadeFactory.CascadeHolder
 
Cascades - Class in cascading.cascade
Class Cascades provides useful utilities for use in constructing Cascade and Flow instances via the CascadeConnector and FlowConnector, respectively.
Cascades() - Constructor for class cascading.cascade.Cascades
 
CascadeStats - Class in cascading.stats
Class Cascadetats collects Cascade specific statistics.
CascadeStats() - Constructor for class cascading.stats.CascadeStats
 
cascading - package cascading
 
cascading.cascade - package cascading.cascade
 
cascading.flow - package cascading.flow
 
cascading.flow.hadoop - package cascading.flow.hadoop
 
cascading.flow.stack - package cascading.flow.stack
 
cascading.groovy - package cascading.groovy
Provides for Groovy language scripting support.
cascading.groovy.factory - package cascading.groovy.factory
 
cascading.groovy.factory.assertion - package cascading.groovy.factory.assertion
 
cascading.groovy.factory.regex - package cascading.groovy.factory.regex
 
cascading.operation - package cascading.operation
 
cascading.operation.aggregator - package cascading.operation.aggregator
 
cascading.operation.assertion - package cascading.operation.assertion
 
cascading.operation.expression - package cascading.operation.expression
 
cascading.operation.filter - package cascading.operation.filter
 
cascading.operation.function - package cascading.operation.function
 
cascading.operation.regex - package cascading.operation.regex
 
cascading.operation.text - package cascading.operation.text
 
cascading.operation.xml - package cascading.operation.xml
 
cascading.pipe - package cascading.pipe
 
cascading.pipe.cogroup - package cascading.pipe.cogroup
 
cascading.scheme - package cascading.scheme
 
cascading.stats - package cascading.stats
 
cascading.tap - package cascading.tap
 
cascading.tap.hadoop - package cascading.tap.hadoop
 
cascading.tuple - package cascading.tuple
 
cascading.tuple.hadoop - package cascading.tuple.hadoop
 
cascading.util - package cascading.util
 
CascadingBuilder - Class in cascading.groovy
CascadingBuilder is a Groovy 'builder' extension.
CascadingBuilder() - Constructor for class cascading.groovy.CascadingBuilder
 
CascadingBuilder(Properties) - Constructor for class cascading.groovy.CascadingBuilder
 
CascadingBuilder(Closure) - Constructor for class cascading.groovy.CascadingBuilder
 
CascadingException - Exception in cascading
Class CascadingException is the base class of all Cascading exceptions.
CascadingException() - Constructor for exception cascading.CascadingException
Constructor CascadingException creates a new CascadingException instance.
CascadingException(String) - Constructor for exception cascading.CascadingException
Constructor CascadingException creates a new CascadingException instance.
CascadingException(String, Throwable) - Constructor for exception cascading.CascadingException
Constructor CascadingException creates a new CascadingException instance.
CascadingException(Throwable) - Constructor for exception cascading.CascadingException
Constructor CascadingException creates a new CascadingException instance.
CascadingStats - Class in cascading.stats
Class CascadingStats is the base class for all Cascading statistics gathering.
clean(JobConf) - Method in class cascading.flow.FlowStep
Method clean removes any temporary files used by this FlowStep instance.
cleanup(FlowProcess, OperationCall<C>) - Method in class cascading.operation.BaseOperation
Method cleanup does nothing, and may safely be overridden.
cleanup(FlowProcess, OperationCall) - Method in class cascading.operation.filter.Logic
 
cleanup(FlowProcess, OperationCall) - Method in class cascading.operation.filter.Not
 
cleanup(FlowProcess, OperationCall<C>) - Method in interface cascading.operation.Operation
The cleanup method is called immediately after the current Operation instance is taken out of play.
cleanup(FlowProcess) - Method in class cascading.pipe.Each.EachHandler
 
cleanup(FlowProcess) - Method in class cascading.pipe.Every.EveryHandler
 
close() - Method in class cascading.flow.FlowMapper
 
close() - Method in class cascading.flow.FlowReducer
 
close() - Method in class cascading.flow.stack.FlowMapperStack
 
close() - Method in class cascading.flow.stack.FlowReducerStack
 
close() - Method in class cascading.tap.hadoop.FSDigestInputStream
 
close() - Method in class cascading.tap.hadoop.TapCollector
 
close() - Method in class cascading.tap.hadoop.TapIterator
 
close() - Method in class cascading.tuple.hadoop.SerializationElementReader
 
close() - Method in class cascading.tuple.hadoop.SerializationElementWriter
 
close() - Method in class cascading.tuple.TupleCollector
Method close closes the underlying resource being written to.
close() - Method in class cascading.tuple.TupleInputStream
 
close() - Method in interface cascading.tuple.TupleInputStream.ElementReader
 
close() - Method in interface cascading.tuple.TupleIterator
 
close() - Method in class cascading.tuple.TupleOutputStream
 
close() - Method in interface cascading.tuple.TupleOutputStream.ElementWriter
 
coerce(Tuple, int, Class) - Static method in class cascading.tuple.Tuples
Method coerce returns the value in the tuple at the given position to the requested type.
coerce(Tuple, Class[]) - Static method in class cascading.tuple.Tuples
Method coerce forces each element value in the given Tuple to the corresponding primitive type.
CoGroup - Class in cascading.pipe
The CoGroup pipe allows for two or more tuple streams to join into a single stream.
CoGroup(Pipe, Fields, Pipe, Fields, Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(Pipe, Fields, Pipe, Fields, Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(Pipe, Fields, Pipe, Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(Pipe, Fields, Pipe, Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(Pipe...) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(Pipe[], Fields[]) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(Pipe[], Fields[], Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(String, Pipe[], Fields[]) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(String, Pipe[], Fields[], Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(String, Pipe[], Fields[], Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(String, Pipe, Fields, Pipe, Fields, Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(String, Pipe, Fields, Pipe, Fields, Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(String, Pipe, Fields, Pipe, Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(String, Pipe, Fields, Pipe, Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(String, Pipe...) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance.
CoGroup(Pipe, Fields, int, Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance that performs repeat number of self joins on the given Pipe instance.
CoGroup(Pipe, Fields, int, Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance that performs repeat number of self joins on the given Pipe instance.
CoGroup(Pipe, Fields, int, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance that performs repeat number of self joins on the given Pipe instance.
CoGroup(Pipe, Fields, int) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance that performs repeat number of self joins on the given Pipe instance.
CoGroup(String, Pipe, Fields, int, Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance that performs repeat number of self joins on the given Pipe instance.
CoGroup(String, Pipe, Fields, int, Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance that performs repeat number of self joins on the given Pipe instance.
CoGroup(String, Pipe, Fields, int, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance that performs repeat number of self joins on the given Pipe instance.
CoGroup(String, Pipe, Fields, int) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup instance that performs repeat number of self joins on the given Pipe instance.
CoGroupClosure - Class in cascading.pipe.cogroup
Class CoGroupClosure ...
CoGroupClosure(FlowProcess, int, Fields[], Fields[], Tuple, Iterator) - Constructor for class cascading.pipe.cogroup.CoGroupClosure
 
collect(Tuple) - Method in interface cascading.flow.FlowCollector
 
collect(Tuple, Iterator) - Method in interface cascading.flow.FlowCollector
 
collect(Tuple) - Method in class cascading.tap.hadoop.TapCollector
 
collect(Object, Object) - Method in class cascading.tap.hadoop.TapCollector
Method collect writes the given values to the Tap this instance encapsulates.
collect(Tuple) - Method in class cascading.tuple.TupleCollector
 
collectReduceGrouping(Scope, Scope, TupleEntry, OutputCollector) - Method in class cascading.pipe.Group
Method makeReduceGrouping makes a group Tuple[] of the form [ ['grpValue', ...] [ sourceName, [ 'value', ...] ] ]

Since this is a join, we must track from which source a given tuple is sourced from so we can cogroup properly at the reduce stage.

compare(Number, Number) - Method in class cascading.operation.aggregator.ExtremaBase
 
compare(Number, Number) - Method in class cascading.operation.aggregator.Max
 
compare(Number, Number) - Method in class cascading.operation.aggregator.Min
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.DeserializerComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.GroupingComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.ReverseTuplePairComparator
 
compare(Tuple, Tuple) - Method in class cascading.tuple.hadoop.TupleComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.TuplePairComparator
 
compareTo(Fields) - Method in class cascading.tuple.Fields
Method compareTo compares this instance to the given Fields instance.
compareTo(Object) - Method in class cascading.tuple.Fields
Method compareTo implements Comparable.compareTo(Object).
compareTo(Object) - Method in class cascading.tuple.IndexTuple
 
compareTo(IndexTuple) - Method in class cascading.tuple.IndexTuple
 
compareTo(Tuple) - Method in class cascading.tuple.Tuple
Method compareTo compares this Tuple to the given Tuple instance.
compareTo(Object) - Method in class cascading.tuple.Tuple
Method compareTo implements the Comparable.compareTo(Object) method.
compareTo(Object) - Method in class cascading.tuple.TuplePair
 
compareTo(Tuple) - Method in class cascading.tuple.TuplePair
 
compareTo(TuplePair) - Method in class cascading.tuple.TuplePair
Method compareTo compares this instance to the given TuplePair.
complete() - Method in class cascading.cascade.Cascade
Method complete begins the current Cascade process if method Cascade.start() was not previously called.
complete() - Method in class cascading.flow.Flow
Method complete starts the current Flow instance if it has not be previously started, then block until completion.
complete(FlowProcess, AggregatorCall<Average.Context>) - Method in class cascading.operation.aggregator.Average
 
complete(FlowProcess, AggregatorCall<C>) - Method in interface cascading.operation.Aggregator
Method complete will be issued last after every TupleEntry has been passed to the Aggregator.aggregate(cascading.flow.FlowProcess, AggregatorCall) method.
complete(FlowProcess, AggregatorCall<Long[]>) - Method in class cascading.operation.aggregator.Count
 
complete(FlowProcess, AggregatorCall<Tuple[]>) - Method in class cascading.operation.aggregator.ExtentBase
 
complete(FlowProcess, AggregatorCall<ExtremaBase.Context>) - Method in class cascading.operation.aggregator.ExtremaBase
 
complete(FlowProcess, AggregatorCall<Double[]>) - Method in class cascading.operation.aggregator.Sum
 
complete(FlowProcess, TupleEntry) - Method in class cascading.pipe.Every.EveryAggregatorHandler
 
complete(FlowProcess, TupleEntry) - Method in class cascading.pipe.Every.EveryAssertionHandler
 
complete(FlowProcess, TupleEntry) - Method in class cascading.pipe.Every.EveryBufferHandler
 
complete(FlowProcess, TupleEntry) - Method in class cascading.pipe.Every.EveryHandler
 
ConcreteCall<C> - Class in cascading.operation
Class OperationCall is the common base class for FunctionCall, FilterCall, AggregatorCall, ValueAssertionCall, and GroupAssertionCall.
ConcreteCall() - Constructor for class cascading.operation.ConcreteCall
Constructor OperationCall creates a new OperationCall instance.
ConcreteCall(TupleEntry, TupleCollector) - Constructor for class cascading.operation.ConcreteCall
Constructor OperationCall creates a new OperationCall instance.
configure(JobConf) - Method in class cascading.flow.FlowMapper
 
configure(JobConf) - Method in class cascading.flow.FlowReducer
 
configure(JobConf) - Method in class cascading.tap.hadoop.MultiInputSplit
 
configure(JobConf) - Method in class cascading.tap.hadoop.ZipInputFormat
 
configure(JobConf) - Method in class cascading.tuple.hadoop.GroupingPartitioner
 
connect(Flow...) - Method in class cascading.cascade.CascadeConnector
Given any number of Flow objects, it will connect them and return a new Cascade instance.
connect(String, Flow...) - Method in class cascading.cascade.CascadeConnector
Given any number of Flow objects, it will connect them and return a new Cascade instance.
connect(Tap, Tap, Pipe) - Method in class cascading.flow.FlowConnector
Method connect links the given source and sink Taps to the given pipe assembly.
connect(String, Tap, Tap, Pipe) - Method in class cascading.flow.FlowConnector
Method connect links the given source and sink Taps to the given pipe assembly.
connect(String, Tap, Tap, Tap, Pipe) - Method in class cascading.flow.FlowConnector
Method connect links the given source, sink, and trap Taps to the given pipe assembly.
connect(Map<String, Tap>, Tap, Pipe) - Method in class cascading.flow.FlowConnector
Method connect links the named source Taps and sink Tap to the given pipe assembly.
connect(String, Map<String, Tap>, Tap, Pipe) - Method in class cascading.flow.FlowConnector
Method connect links the named source Taps and sink Tap to the given pipe assembly.
connect(String, Map<String, Tap>, Tap, Map<String, Tap>, Pipe) - Method in class cascading.flow.FlowConnector
Method connect links the named source and trap Taps and sink Tap to the given pipe assembly.
connect(String, Tap, Tap, Map<String, Tap>, Pipe) - Method in class cascading.flow.FlowConnector
Method connect links the named trap Taps, source and sink Tap to the given pipe assembly.
connect(Tap, Map<String, Tap>, Pipe...) - Method in class cascading.flow.FlowConnector
Method connect links the named source Taps and sink Tap to the given pipe assembly.
connect(String, Tap, Map<String, Tap>, Pipe...) - Method in class cascading.flow.FlowConnector
Method connect links the named source Taps and sink Tap to the given pipe assembly.
connect(Map<String, Tap>, Map<String, Tap>, Pipe...) - Method in class cascading.flow.FlowConnector
Method connect links the named sources and sinks to the given pipe assembly.
connect(String, Map<String, Tap>, Map<String, Tap>, Pipe...) - Method in class cascading.flow.FlowConnector
Method connect links the named sources and sinks to the given pipe assembly.
connect(String, Map<String, Tap>, Map<String, Tap>, Map<String, Tap>, Pipe...) - Method in class cascading.flow.FlowConnector
Method connect links the named sources, sinks and traps to the given pipe assembly.
connectCascade() - Method in class cascading.groovy.factory.CascadeFactory.CascadeHolder
 
connectFlow() - Method in class cascading.groovy.factory.FlowFactory.FlowHolder
 
contains(Fields) - Method in class cascading.tuple.Fields
Method contains returns true if this instance contains the field names and positions specified in the given fields instance.
copyElementGraph() - Method in class cascading.flow.ElementGraph
Method copyGraph returns a partial copy of the current ElementGraph.
copyFields(Scope) - Method in class cascading.flow.Scope
Method copyFields copies the given Scope instance fields to this instance.
Count - Class in cascading.operation.aggregator
Class Count is an Aggregator that calculates the number of items in the current group.
Count() - Constructor for class cascading.operation.aggregator.Count
Constructor Count creates a new Count instance using the defalt field declaration of name 'count'.
Count(Fields) - Constructor for class cascading.operation.aggregator.Count
Constructor Count creates a new Count instance and returns a field with the given fieldDeclaration name.
count - Variable in class cascading.operation.filter.Limit.Context
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class cascading.tap.hadoop.S3HttpFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
createClassArray(ArrayList) - Method in class cascading.groovy.factory.IdentityFactory
 
createElementGraph(Pipe[], Map<String, Tap>, Map<String, Tap>, Map<String, Tap>) - Method in class cascading.flow.FlowPlanner
Creates a new ElementGraph instance.
createFields(List) - Method in class cascading.groovy.factory.BaseFactory
 
createInstance(Object) - Method in class cascading.groovy.factory.GroupFactory.GroupHolder
 
createInstance(Object) - Method in class cascading.groovy.factory.OperatorFactory.OperatorHolder
 
createInstance(Object) - Method in class cascading.groovy.factory.PipeHolder
 
createIntegerArray(ArrayList) - Method in class cascading.groovy.factory.BaseFactory
 
createJobConf(Map<Object, Object>, JobConf) - Static method in class cascading.flow.hadoop.HadoopUtil
 
createProperties(JobConf) - Static method in class cascading.flow.hadoop.HadoopUtil
 
createSequenceFile(Object, Map) - Method in class cascading.groovy.factory.SchemeFactory
 
createTap() - Method in class cascading.groovy.factory.TapFactory.TapHolder
 
createTextLine(Object, Map) - Method in class cascading.groovy.factory.SchemeFactory
 

D

DateFormatter - Class in cascading.operation.text
Class DateFormatter is used to convert a date timestamp to a formatted string, where a timestamp is the number of milliseconds since January 1, 1970, 00:00:00 GMT, using the SimpleDateFormat syntax.
DateFormatter(String) - Constructor for class cascading.operation.text.DateFormatter
Constructor DateParser creates a new DateParser instance that creates a simple long time stamp of the parsed date.
DateFormatter(Fields, String) - Constructor for class cascading.operation.text.DateFormatter
Constructor DateParser creates a new DateParser instance.
DateOperation - Class in cascading.operation.text
Class DateOperation is the base class for DateFormatter and DateParser.
DateOperation(int, Fields, String) - Constructor for class cascading.operation.text.DateOperation
Constructor DateOperation creates a new DateOperation instance.
DateOperation(int, Fields, String, TimeZone, Locale) - Constructor for class cascading.operation.text.DateOperation
Constructor DateOperation creates a new DateOperation instance.
DateParser - Class in cascading.operation.text
Class DateParser is used to convert a text date string to a timestamp, the number of milliseconds since January 1, 1970, 00:00:00 GMT, using the SimpleDateFormat syntax.
DateParser(String) - Constructor for class cascading.operation.text.DateParser
Constructor DateParser creates a new DateParser instance that creates a simple long time stamp of the parsed date.
DateParser(Fields, String) - Constructor for class cascading.operation.text.DateParser
Constructor DateParser creates a new DateParser instance.
DateParser(Fields, int[], String) - Constructor for class cascading.operation.text.DateParser
Constructor DateParser creates a new DateParser instance, where calendarFields is an int[] of Calendar field values.
DateParser(Fields, int[], TimeZone, Locale, String) - Constructor for class cascading.operation.text.DateParser
Constructor DateParser creates a new DateParser instance, where calendarFields is an int[] of Calendar field values.
Debug - Class in cascading.operation
Class Debug is a Filter that will never remove an item from a stream, but will print the Tuple to either stdout or stderr.
Debug() - Constructor for class cascading.operation.Debug
Constructor Debug creates a new Debug instance that prints to stderr by default, and does not print the Tuple instance field names.
Debug(String) - Constructor for class cascading.operation.Debug
Constructor Debug creates a new Debug instance that prints to stderr by default, and does not print the Tuple instance field names.
Debug(String, boolean) - Constructor for class cascading.operation.Debug
Constructor Debug creates a new Debug instance that prints to stderr and will print the current Tuple instance field names if printFields is true.
Debug(boolean) - Constructor for class cascading.operation.Debug
Constructor Debug creates a new Debug instance that prints to stderr and will print the current Tuple instance field names if printFields is true.
Debug(Debug.Output) - Constructor for class cascading.operation.Debug
Constructor Debug creates a new Debug instance that prints to the declared stream and does not print the Tuple field names.
Debug(Debug.Output, String) - Constructor for class cascading.operation.Debug
Constructor Debug creates a new Debug instance that prints to the declared stream and does not print the Tuple field names.
Debug(Debug.Output, String, boolean) - Constructor for class cascading.operation.Debug
Constructor Debug creates a new Debug instance that prints to the declared stream and will print the Tuple instances field names if printFields is true.
Debug(Debug.Output, boolean) - Constructor for class cascading.operation.Debug
Constructor Debug creates a new Debug instance that prints to the declared stream and will print the Tuple instances field names if printFields is true.
Debug.Output - Enum in cascading.operation
 
declared - Variable in class cascading.tuple.TupleCollector
Field declared
declaredFields - Variable in class cascading.pipe.Group
Field declaredFields
DEFAULT_NAME - Static variable in class cascading.groovy.factory.TapMap
 
DEFAULT_SOURCE_FIELDS - Static variable in class cascading.scheme.TextLine
Field DEFAULT_SOURCE_FIELDS
delete(Path) - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated. 
delete(Path, boolean) - Method in class cascading.tap.hadoop.S3HttpFileSystem
 
delete(Path) - Method in class cascading.tap.hadoop.StreamedFileSystem
Deprecated. 
delete(Path, boolean) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
deleteObject(S3Service, S3Bucket, Path) - Static method in class cascading.util.S3Util
 
deletePath(JobConf) - Method in class cascading.tap.Hfs
 
deletePath(JobConf) - Method in class cascading.tap.SourceTap
 
deletePath(JobConf) - Method in class cascading.tap.Tap
Method deletePath deletes the resource represented by this instance.
deletePath(JobConf) - Method in class cascading.tap.TempHfs
 
deleteSinks() - Method in class cascading.flow.Flow
Method deleteSinks deletes all sinks.
deserializeBase64(String) - Static method in class cascading.util.Util
This method deserializes the Base64 encoded String into an Object instance.
DeserializerComparator<T> - Class in cascading.tuple.hadoop
Class DeserializerComparator is the base class for all Cascading comparator classes.
DeserializerComparator() - Constructor for class cascading.tuple.hadoop.DeserializerComparator
 
Dfs - Class in cascading.tap
Class Dfs is a Tap class that provides access to the Hadoop Distributed File System.
Dfs(Fields, URI) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Fields, URI, boolean) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Fields, String) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.