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.TupleEntryCollector
Method add inserts the given TupleEntry into the outgoing stream.
add(Tuple) - Method in class cascading.tuple.TupleEntryCollector
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.
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.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
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.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.
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.
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.
AssertExpression(Fields, String, String[], Class[]) - Constructor for class cascading.operation.assertion.AssertExpression
Constructor AssertExpression creates a new AssertExpression instance.
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
Class AssertionException is the exception that must be thrown when an Assertion fails.
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.
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
 
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.
blockTillCompleteOrStopped() - Method in class cascading.flow.FlowStep.FlowStepJob
 
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 on equivalent 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.
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.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
 
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
 
cleanupTap(JobConf, Tap) - Static method in class cascading.tap.hadoop.Hadoop18TapUtil
Called from flow step to remove temp dirs
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.TupleEntryCollector
Method close closes the underlying resource being written to.
close() - Method in class cascading.tuple.TupleEntryIterator
Method close closes all underlying resources.
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 numSelfJoins 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 numSelfJoins 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 numSelfJoins 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 numSelfJoins 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 numSelfJoins 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 numSelfJoins 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 numSelfJoins 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 numSelfJoins number of self joins on the given Pipe instance.
CoGroupClosure - Class in cascading.pipe.cogroup
Class CoGroupClosure is used internally to represent co-grouping results of multiple tuple streams.
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.TupleEntryCollector
 
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.

commitTask(JobConf) - Static method in class cascading.tap.hadoop.Hadoop18TapUtil
copies all files from the taskoutputpath to the outputpath
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(Tuple, Tuple) - Method in class cascading.tuple.hadoop.ReverseTupleComparator
 
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, TupleEntryCollector) - 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.
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
Deprecated.  
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
createElementGraph(Pipe[], Map<String, Tap>, Map<String, Tap>, Map<String, Tap>) - Method in class cascading.flow.FlowPlanner
Creates a new ElementGraph instance.
createJobConf(Map<Object, Object>, JobConf) - Static method in class cascading.flow.hadoop.HadoopUtil
 
createProperties(JobConf) - Static method in class cascading.flow.hadoop.HadoopUtil
 
createProtectedObject(Class, Object[], Class[]) - Static method in class cascading.util.Util
 

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.
DateFormatter(Fields, String, TimeZone) - Constructor for class cascading.operation.text.DateFormatter
Constructor DateFormatter creates a new DateFormatter instance.
DateFormatter(Fields, String, TimeZone, Locale) - Constructor for class cascading.operation.text.DateFormatter
Constructor DateFormatter creates a new DateFormatter 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, TimeZone, Locale, String) - Constructor for class cascading.operation.text.DateParser
Constructor DateParser creates a new DateParser instance, where zone and locale are passed to the internal SimpleDateFormat instance.
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.TupleEntryCollector
Field declared
declaredFields - Variable in class cascading.pipe.Group
Field declaredFields
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
Deprecated.  
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
Deprecated. 
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
 
deletePath(JobConf) - Method in class cascading.tap.TemplateTap
 
deleteSinks() - Method in class cascading.flow.Flow
Method deleteSinks deletes all sinks, whether or not they are configured for SinkMode.APPEND.
deleteSinksIfNotAppend() - Method in class cascading.flow.Flow
Method deleteSinksIfNotAppend deletes all sinks if they are not configured with the SinkMode.APPEND flag.
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, URI, SinkMode) - 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.
Dfs(Fields, String, boolean) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Fields, String, SinkMode) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, URI) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, URI, boolean) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, URI, SinkMode) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, String) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, String, boolean) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, String, SinkMode) - Constructor for class cascading.tap.Dfs
Constructor Dfs creates a new Dfs instance.
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertEquals
 
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertEqualsAll
 
doAssert(FlowProcess, ValueAssertionCall<ExpressionOperation.Context>) - Method in class cascading.operation.assertion.AssertExpression
 
doAssert(FlowProcess, GroupAssertionCall<AssertGroupBase.Context>) - Method in class cascading.operation.assertion.AssertGroupBase
 
doAssert(FlowProcess, ValueAssertionCall<Matcher>) - Method in class cascading.operation.assertion.AssertMatches
 
doAssert(FlowProcess, ValueAssertionCall<Matcher>) - Method in class cascading.operation.assertion.AssertMatchesAll
 
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertNotNull
 
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertNull
 
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertSizeEquals
 
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertSizeLessThan
 
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertSizeMoreThan
 
doAssert(FlowProcess, GroupAssertionCall<C>) - Method in interface cascading.operation.GroupAssertion
Method doAssert performs the assertion.
doAssert(FlowProcess, ValueAssertionCall<C>) - Method in interface cascading.operation.ValueAssertion
Method doAssert performs the assertion.

E

Each - Class in cascading.pipe
The Each operator applies either a Function or a Filter to each entry in the Tuple stream.
Each(String, Function) - Constructor for class cascading.pipe.Each
Pass all fields to the given function, only return fields declared by the function.
Each(String, Fields, Function) - Constructor for class cascading.pipe.Each
Only pass arguementFields to the given function, only return fields declared by the function.
Each(String, Fields, Function, Fields) - Constructor for class cascading.pipe.Each
Only pass arguementFields to the given function, only return fields selected by the outFieldsSelector.
Each(String, Function, Fields) - Constructor for class cascading.pipe.Each
Only return fields selected by the outFieldsSelector.
Each(Pipe, Function) - Constructor for class cascading.pipe.Each
Pass all fields to the given function, only return fields declared by the function.
Each(Pipe, Fields, Function) - Constructor for class cascading.pipe.Each
Only pass arguementFields to the given function, only return fields declared by the function.
Each(Pipe, Fields, Function, Fields) - Constructor for class cascading.pipe.Each
Only pass arguementFields to the given function, only return fields selected by the outFieldsSelector.
Each(Pipe, Function, Fields) - Constructor for class cascading.pipe.Each
Only pass arguementFields to the given function, only return fields selected by the outFieldsSelector.
Each(String, Filter) - Constructor for class cascading.pipe.Each
Constructor Each creates a new Each instance.
Each(String, Fields, Filter) - Constructor for class cascading.pipe.Each
 
Each(Pipe, Filter) - Constructor for class cascading.pipe.Each
 
Each(Pipe, Fields, Filter) - Constructor for class cascading.pipe.Each
 
Each(String, AssertionLevel, Assertion) - Constructor for class cascading.pipe.Each
Constructor Each creates a new Each instance.
Each(String, Fields, AssertionLevel, Assertion) - Constructor for class cascading.pipe.Each
 
Each(Pipe, AssertionLevel, Assertion) - Constructor for class cascading.pipe.Each
 
Each(Pipe, Fields, AssertionLevel, Assertion) - Constructor for class cascading.pipe.Each
 
Each.EachAssertionHandler - Class in cascading.pipe
 
Each.EachAssertionHandler(FlowCollector, Scope) - Constructor for class cascading.pipe.Each.EachAssertionHandler
 
Each.EachFilterHandler - Class in cascading.pipe
 
Each.EachFilterHandler(FlowCollector, Scope) - Constructor for class cascading.pipe.Each.EachFilterHandler
 
Each.EachFunctionHandler - Class in cascading.pipe
 
Each.EachFunctionHandler(FlowCollector, Scope) - Constructor for class cascading.pipe.Each.EachFunctionHandler
 
Each.EachHandler - Class in cascading.pipe
Class EachHandler is a helper class that wraps Each instances.
Each.EachHandler(FlowCollector, Scope) - Constructor for class cascading.pipe.Each.EachHandler
 
ElementGraph - Class in cascading.flow
Class ElementGraph represents the executable FlowElement graph.
ElementGraph(Pipe[], Map<String, Tap>, Map<String, Tap>, Map<String, Tap>, AssertionLevel) - Constructor for class cascading.flow.ElementGraph
Constructor ElementGraph creates a new ElementGraph instance.
ElementGraph.Extent - Class in cascading.flow
 
ElementGraph.Extent(String) - Constructor for class cascading.flow.ElementGraph.Extent
 
ElementGraphException - Exception in cascading.flow
Class ElementGraphException is thrown during rendering of a pipe assembly to the Cascading internal "graph" representation.
ElementGraphException() - Constructor for exception cascading.flow.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(FlowElement, String) - Constructor for exception cascading.flow.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(FlowElement, String, Throwable) - Constructor for exception cascading.flow.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(String) - Constructor for exception cascading.flow.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(String, Throwable) - Constructor for exception cascading.flow.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(Throwable) - Constructor for exception cascading.flow.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
elements - Variable in class cascading.tuple.Tuple
Field elements
entryIterator() - Method in class cascading.tuple.SpillableTupleList
Method entryIterator returns a TupleEntry Iterator of all the alues in this collection.
equals(Object) - Method in class cascading.flow.ElementGraph.Extent
 
equals(Object) - Method in class cascading.flow.FlowStep
 
equals(Object) - Method in class cascading.pipe.Group
 
equals(Object) - Method in class cascading.pipe.Operator
 
equals(Object) - Method in class cascading.pipe.Pipe
 
equals(Object) - Method in class cascading.scheme.Scheme
 
equals(Object) - Method in class cascading.tap.Hfs
 
equals(Object) - Method in class cascading.tap.MultiTap
 
equals(Object) - Method in class cascading.tap.Tap
 
equals(Object) - Method in class cascading.tap.TempHfs
 
equals(Object) - Method in class cascading.tap.TemplateTap
 
equals(Object) - Method in class cascading.tuple.Fields
 
equals(Object) - Method in class cascading.tuple.IndexTuple
 
equals(Object) - Method in class cascading.tuple.Tuple
 
equals(Object) - Method in class cascading.tuple.TuplePair
 
evaluate(ExpressionOperation.Context, TupleEntry) - Method in class cascading.operation.expression.ExpressionOperation
Performs the actual expression evaluation.
Every - Class in cascading.pipe
The Every operator applies an Aggregator or Buffer to every grouping.
Every(Pipe, Aggregator) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, Fields, Aggregator) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, Fields, Aggregator, Fields) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, Aggregator, Fields) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, Buffer) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, Fields, Buffer) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, Fields, Buffer, Fields) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, Buffer, Fields) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, AssertionLevel, GroupAssertion) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every(Pipe, Fields, AssertionLevel, GroupAssertion) - Constructor for class cascading.pipe.Every
Constructor Every creates a new Every instance.
Every.EveryAggregatorHandler - Class in cascading.pipe
 
Every.EveryAggregatorHandler(Scope) - Constructor for class cascading.pipe.Every.EveryAggregatorHandler
 
Every.EveryAssertionHandler - Class in cascading.pipe
 
Every.EveryAssertionHandler(Scope) - Constructor for class cascading.pipe.Every.EveryAssertionHandler
 
Every.EveryBufferHandler - Class in cascading.pipe
 
Every.EveryBufferHandler(Scope) - Constructor for class cascading.pipe.Every.EveryBufferHandler
 
Every.EveryHandler - Class in cascading.pipe
Class EveryHandler is a helper class that wraps Every instances.
Every.EveryHandler(Scope) - Constructor for class cascading.pipe.Every.EveryHandler
 
exists(Path) - Method in class cascading.tap.hadoop.HttpFileSystem
 
exists(Path) - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
expression - Variable in class cascading.operation.expression.ExpressionOperation
Field expression
ExpressionFilter - Class in cascading.operation.expression
Class ExpressionFilter dynamically resolves a given expression using argument Tuple values.
ExpressionFilter(String, Class) - Constructor for class cascading.operation.expression.ExpressionFilter
Constructor ExpressionFilter creates a new ExpressionFilter instance.
ExpressionFilter(String, String[], Class[]) - Constructor for class cascading.operation.expression.ExpressionFilter
Constructor ExpressionFilter creates a new ExpressionFilter instance.
ExpressionFunction - Class in cascading.operation.expression
Class ExpressionFunction dynamically resolves a given expression using argument Tuple values.
ExpressionFunction(Fields, String) - Constructor for class cascading.operation.expression.ExpressionFunction
Constructor ExpressionFunction creates a new ExpressionFunction instance.
ExpressionFunction(Fields, String, Class) - Constructor for class cascading.operation.expression.ExpressionFunction
Constructor ExpressionFunction creates a new ExpressionFunction instance.
ExpressionFunction(Fields, String, String[], Class[]) - Constructor for class cascading.operation.expression.ExpressionFunction
Constructor ExpressionFunction creates a new ExpressionFunction instance.
ExpressionOperation - Class in cascading.operation.expression
Class ExpressionOperation is the base class for ExpressionFunction, ExpressionFilter, AssertExpression.
ExpressionOperation(Fields, String) - Constructor for class cascading.operation.expression.ExpressionOperation
 
ExpressionOperation(Fields, String, Class) - Constructor for class cascading.operation.expression.ExpressionOperation
 
ExpressionOperation(Fields, String, String[], Class[]) - Constructor for class cascading.operation.expression.ExpressionOperation
 
ExpressionOperation(String, Class) - Constructor for class cascading.operation.expression.ExpressionOperation
 
ExpressionOperation(String, String[], Class[]) - Constructor for class cascading.operation.expression.ExpressionOperation
 
ExpressionOperation.Context - Class in cascading.operation.expression
 
ExpressionOperation.Context() - Constructor for class cascading.operation.expression.ExpressionOperation.Context
 
ExtentBase - Class in cascading.operation.aggregator
Class ExtentBase is the base class for First and Last.
ExtentBase(Fields) - Constructor for class cascading.operation.aggregator.ExtentBase
 
ExtentBase(int, Fields) - Constructor for class cascading.operation.aggregator.ExtentBase
 
ExtentBase(Fields, Tuple...) - Constructor for class cascading.operation.aggregator.ExtentBase
 
extract(TupleEntry, Fields) - Static method in class cascading.tuple.Tuples
Method extract creates a new Tuple from the given selector, but sets the values in the current tuple to null.
extractTuple(TupleEntry, Fields) - Static method in class cascading.tuple.Tuples
Method extractTuple returns a new Tuple based on the given selector.
ExtremaBase - Class in cascading.operation.aggregator
Class ExtremaBase is the base class for Max and Min.
ExtremaBase(Fields) - Constructor for class cascading.operation.aggregator.ExtremaBase
 
ExtremaBase(int, Fields) - Constructor for class cascading.operation.aggregator.ExtremaBase
 
ExtremaBase(Fields, Object...) - Constructor for class cascading.operation.aggregator.ExtremaBase
 
ExtremaBase.Context - Class in cascading.operation.aggregator
 
ExtremaBase.Context(Number) - Constructor for class cascading.operation.aggregator.ExtremaBase.Context
 

F

fail() - Method in class cascading.operation.assertion.BaseAssertion
 
fail(Object...) - Method in class cascading.operation.assertion.BaseAssertion
 
failOnLoneGroupAssertion(ElementGraph) - Method in class cascading.flow.FlowPlanner
Verifies that there are not only GroupAssertions following any given Group instance.
failOnMissingGroup(ElementGraph) - Method in class cascading.flow.FlowPlanner
 
failOnMisusedBuffer(ElementGraph) - Method in class cascading.flow.FlowPlanner
 
FIELD_NAME - Static variable in class cascading.operation.aggregator.Average
Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.aggregator.Count
Field COUNT
FIELD_NAME - Static variable in class cascading.operation.aggregator.Max
Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.aggregator.Min
Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.aggregator.Sum
Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.text.DateFormatter
Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.text.DateParser
Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.text.FieldFormatter
Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.text.FieldJoiner
Field FIELD_NAME
fieldDeclaration - Variable in class cascading.operation.BaseOperation
Field fieldDeclaration
FieldFormatter - Class in cascading.operation.text
Class FieldFormatter formats the values in a Tuple with a given format and stuffs the result into a new field.
FieldFormatter(String) - Constructor for class cascading.operation.text.FieldFormatter
Constructor FieldJoiner creates a new FieldFormatter instance using the default field name "formatted".
FieldFormatter(Fields, String) - Constructor for class cascading.operation.text.FieldFormatter
Constructor FieldJoiner creates a new FieldJoiner instance.
FieldJoiner - Class in cascading.operation.text
Class FieldJoiner joins the values in a Tuple with a given delimiter and stuffs the result into a new field.
FieldJoiner(String) - Constructor for class cascading.operation.text.FieldJoiner
Constructor FieldJoiner creates a new FieldJoiner instance.
FieldJoiner(Fields) - Constructor for class cascading.operation.text.FieldJoiner
Constructor FieldJoiner creates a new FieldJoiner instance.
FieldJoiner(Fields, String) - Constructor for class cascading.operation.text.FieldJoiner
Constructor FieldJoiner creates a new FieldJoiner instance.
Fields - Class in cascading.tuple
Class Fields represents the field names in a Tuple.
Fields(Fields.Kind) - Constructor for class cascading.tuple.Fields
Constructor Fields creates a new Fields instance.
Fields(Comparable...) - Constructor for class cascading.tuple.Fields
Constructor Fields creates a new Fields instance.
fields(Fields...) - Static method in class cascading.tuple.Fields
Method fields is a convenience method to create an array of Fields instances.
Filter<C> - Interface in cascading.operation
Interface Filter marks a given Operation as a filter, as opposed to being a Function.
FilterCall<C> - Interface in cascading.operation
Interface FilterCall provides access to the current Filter invocation arguments.
FilterNotNull - Class in cascading.operation.filter
Class FilterNotNull verifies that every value in the argument values Tuple is a null value.
FilterNotNull() - Constructor for class cascading.operation.filter.FilterNotNull
 
FilterNull - Class in cascading.operation.filter
Class FilterNull verifies that every value in the argument values Tuple is not a null value.
FilterNull() - Constructor for class cascading.operation.filter.FilterNull
 
filters - Variable in class cascading.operation.filter.Logic
Field filters
findAllEveries() - Method in class cascading.flow.ElementGraph
Method findAllEveries ...
findAllGroups() - Method in class cascading.flow.ElementGraph
Method findAllGroups ...
findAllMergeJoinGroups() - Method in class cascading.flow.ElementGraph
Finds all groups that merge/join streams.
findAllOfType(int, Class<P>, List<P>) - Method in class cascading.flow.ElementGraph
Method findAllOfType ...
findMainClass(Class) - Static method in class cascading.util.Util
 
First - Class in cascading.operation.aggregator
Class First is an Aggregator that returns the first Tuple encountered.
First() - Constructor for class cascading.operation.aggregator.First
Selects and returns the first argument Tuple encountered.
First(Fields) - Constructor for class cascading.operation.aggregator.First
Selects and returns the first argument Tuple encountered.
First(Fields, Tuple...) - Constructor for class cascading.operation.aggregator.First
Selects and returns the first argument Tuple encountered, unless the Tuple is a member of the set ignoreTuples.
FIRST - Static variable in class cascading.tuple.Fields
Field FIRST represents the first field position, 0
Flow - Class in cascading.flow
A Pipe assembly is connected to the necessary number of Tap sinks and sources into a Flow.
Flow() - Constructor for class cascading.flow.Flow
Used for testing.
Flow(Map<Object, Object>, JobConf, String, ElementGraph, StepGraph, Map<String, Tap>, Map<String, Tap>, Map<String, Tap>) - Constructor for class cascading.flow.Flow
 
Flow(Map<Object, Object>, JobConf, String, StepGraph, Map<String, Tap>, Map<String, Tap>, Map<String, Tap>) - Constructor for class cascading.flow.Flow
 
flow - Variable in class cascading.flow.Flow.FlowHolder
Field flow
Flow.FlowHolder - Class in cascading.flow
Class FlowHolder is a helper class for wrapping Flow instances.
Flow.FlowHolder() - Constructor for class cascading.flow.Flow.FlowHolder
 
Flow.FlowHolder(Flow) - Constructor for class cascading.flow.Flow.FlowHolder
 
FlowCollector - Interface in cascading.flow
Interface FlowCollector is the base "collector" interface used internally to pass Tuple instances between operations.
FlowConnector - Class in cascading.flow
Use the FlowConnector to link source and sink Tap instances with an assembly of Pipe instances into an executable Flow.
FlowConnector() - Constructor for class cascading.flow.FlowConnector
Constructor FlowConnector creates a new FlowConnector instance.
FlowConnector(Map<Object, Object>) - Constructor for class cascading.flow.FlowConnector
Constructor FlowConnector creates a new FlowConnector instance using the given Properties instance as default value for the underlying jobs.
FlowElement - Interface in cascading.flow
Interface FlowElement is a utility interface used internally to simplify DAG management.
FlowException - Exception in cascading.flow
FlowException instances are thrown on errors when executing a Flow.
FlowException() - Constructor for exception cascading.flow.FlowException
Constructor FlowException creates a new FlowException instance.
FlowException(String) - Constructor for exception cascading.flow.FlowException
Constructor FlowException creates a new FlowException instance.
FlowException(String, Throwable) - Constructor for exception cascading.flow.FlowException
Constructor FlowException creates a new FlowException instance.
FlowException(String, String, Throwable) - Constructor for exception cascading.flow.FlowException
Constructor FlowException creates a new FlowException instance.
FlowException(Throwable) - Constructor for exception cascading.flow.FlowException
Constructor FlowException creates a new FlowException instance.
flowInit(Flow) - Method in class cascading.tap.Tap
Method flowInit allows this Tap instance to initalize itself in context of the given Flow instance.
FlowListener - Interface in cascading.flow
Interface FlowListener provides hooks for receiving events on various stages of a Flow execution.
FlowMapper - Class in cascading.flow
Class FlowMapper is the Hadoop Mapper implementation.
FlowMapper() - Constructor for class cascading.flow.FlowMapper
Constructor FlowMapper creates a new FlowMapper instance.
FlowMapperStack - Class in cascading.flow.stack
 
FlowMapperStack(HadoopFlowProcess) - Constructor for class cascading.flow.stack.FlowMapperStack
 
FlowPlanner - Class in cascading.flow
Class FlowPlanner is the base class for all planner implementations.
FlowProcess - Class in cascading.flow
FlowProcess implementations provide a call-back interface into the current computing system.
FlowProcess() - Constructor for class cascading.flow.FlowProcess
 
FlowProcess(FlowSession) - Constructor for class cascading.flow.FlowProcess
 
FlowReducer - Class in cascading.flow
Class FlowReducer is the Hadoop Reducer implementation.
FlowReducer() - Constructor for class cascading.flow.FlowReducer
Constructor FlowReducer creates a new FlowReducer instance.
FlowReducerStack - Class in cascading.flow.stack
 
FlowReducerStack(HadoopFlowProcess) - Constructor for class cascading.flow.stack.FlowReducerStack
 
FlowSession - Class in cascading.flow
FlowSession implementations provide a call-back interface into the current flow management system, if any.
FlowSession() - Constructor for class cascading.flow.FlowSession
Constructor FlowSession creates a new FlowSession instance.
FlowSession(FlowProcess) - Constructor for class cascading.flow.FlowSession
Constructor FlowSession creates a new FlowSession instance.
FlowSkipIfSinkExists - Class in cascading.flow
Class FlowSkipIfSinkExists is a FlowSkipStrategy implementation that returns true if the Flow sink exists, regardless if it is stale or not.
FlowSkipIfSinkExists() - Constructor for class cascading.flow.FlowSkipIfSinkExists
 
FlowSkipIfSinkStale - Class in cascading.flow
Class FlowSkipIfSinkStale is a FlowSkipStrategy implementation that returns true if the Flow sink exists and is stale in relation to the Flow sources.
FlowSkipIfSinkStale() - Constructor for class cascading.flow.FlowSkipIfSinkStale
 
FlowSkipStrategy - Interface in cascading.flow
Interface FlowSkipStrategy is used to create new strategies that decide when a Flow should be skipped when executed in a Cascade.
FlowStats - Class in cascading.stats
Class FlowStats collects Flow specific statistics.
FlowStats() - Constructor for class cascading.stats.FlowStats
 
FlowStep - Class in cascading.flow
Class FlowStep is an internal representation of a given Job to be executed on a remote cluster.
FlowStep.FlowStepJob - Class in cascading.flow
 
FlowStep.FlowStepJob(String, JobConf) - Constructor for class cascading.flow.FlowStep.FlowStepJob
 
format(String) - Method in class cascading.tuple.Tuple
Method format uses the Formatter class for formatting this tuples values into a new string.
formatTrace(Pipe, String) - Static method in class cascading.util.Util
 
formatTrace(Operation, String) - Static method in class cascading.util.Util
 
FSDigestInputStream - Class in cascading.tap.hadoop
Class FSDigestInputStream is an FSInputStream implementation that can verify a MessageDigest and will count the number of bytes read for use in progress status.
FSDigestInputStream(InputStream, String) - Constructor for class cascading.tap.hadoop.FSDigestInputStream
Constructor FSDigestInputStream creates a new FSDigestInputStream instance.
FSDigestInputStream(InputStream, MessageDigest, String) - Constructor for class cascading.tap.hadoop.FSDigestInputStream
Constructor FSDigestInputStream creates a new FSDigestInputStream instance.
Function<C> - Interface in cascading.operation
Interface Function marks a given BaseOperation as a function, as opposed to being a Filter.
FunctionCall<C> - Interface in cascading.operation
Interface FunctionCall provides access to the current Function invocation arguments.

G

get(int) - Method in class cascading.tuple.Fields
Method get returns the field name or position at the given index i.
get(int) - Method in class cascading.tuple.Tuple
Method get returns the element at the given position i.
get(int[]) - Method in class cascading.tuple.Tuple
Method get will return a new Tuple instace populated with element values from the given array of positions.
get(Fields, Fields) - Method in class cascading.tuple.Tuple
Method get returns a new Tuple populated with only those values whose field names are specified in the given selector.
get(int) - Method in class cascading.tuple.TupleEntry
Method get returns the value in the given position pos.
get(Comparable) - Method in class cascading.tuple.TupleEntry
Method get returns the value in the given field or position.
getAllOperations() - Method in class cascading.flow.FlowStep
 
getAllShortestPathsBetween(FlowElement, FlowElement) - Method in class cascading.flow.ElementGraph
Method getAllShortestPathsBetween ...
getAllShortestPathsBetweenExtents() - Method in class cascading.flow.ElementGraph
Method getAllShortestPathsBetweenExtents returns the allShortestPathsBetweenExtents of this ElementGraph object.
getAllShortestPathsFrom(FlowElement) - Method in class cascading.flow.ElementGraph
Method getAllShortestPathsFrom ...
getAllShortestPathsTo(FlowElement) - Method in class cascading.flow.ElementGraph
Method getAllShortestPathsTo ...
getApplicationJarClass(Map<Object, Object>) - Static method in class cascading.flow.FlowConnector
Method getApplicationJarClass returns the Class set by the setApplicationJarClass method.
getApplicationJarPath(Map<Object, Object>) - Static method in class cascading.flow.FlowConnector
Method getApplicationJarPath return the path set by the setApplicationJarPath method.
getArgumentEntries() - Method in class cascading.operation.filter.Logic
 
getArguments() - Method in class cascading.flow.Scope
Method getArguments returns the arguments of this Scope object.
getArguments() - Method in interface cascading.operation.AggregatorCall
Returns TupleEntry of argument values.
getArguments() - Method in class cascading.operation.ConcreteCall
 
getArguments() - Method in interface cascading.operation.FilterCall
Returns TupleEntry of argument values.
getArguments() - Method in interface cascading.operation.FunctionCall
Returns TupleEntry of argument values.
getArguments() - Method in interface cascading.operation.GroupAssertionCall
Returns TupleEntry of argument values.
getArguments() - Method in interface cascading.operation.ValueAssertionCall
Returns TupleEntry of argument values.
getArgumentSelector() - Method in class cascading.flow.Scope
Method getArgumentSelector returns the argumentSelector of this Scope object.
getArgumentSelector() - Method in class cascading.pipe.Operator
Method getArgumentSelector returns the argumentSelector of this Operator object.
getArgumentsEntry() - Method in class cascading.flow.Scope
Method getArgumentsEntry returns the argumentsEntry of this Scope object.
getArgumentsEntry(TupleEntry) - Method in class cascading.flow.Scope
Method getArgumentsEntry returns a cached TupleEntry for the declared arguments of this scope.
getArgumentsIterator() - Method in interface cascading.operation.BufferCall
Returns an Iterator of TupleEntry instances representing the arguments for the called Buffer.operate(cascading.flow.FlowProcess, BufferCall) method.
getArgumentsIterator() - Method in class cascading.operation.ConcreteCall
 
getAssertionLevel(Map<Object, Object>) - Static method in class cascading.flow.FlowConnector
Method getAssertionLevel returns the configured target planner AssertionLevel.
getAssertionLevel() - Method in class cascading.pipe.Operator
Method getAssertionLevel returns the assertionLevel of this Operator object.
getBoolean(int) - Method in class cascading.tuple.Tuple
Method getBoolean returns the element at the given position as a boolean.
getBoolean(Comparable) - Method in class cascading.tuple.TupleEntry
Method getBoolean returns the element for the given field name or position as a boolean.
getCalendar() - Method in class cascading.operation.text.DateOperation
 
getCascadeStats() - Method in class cascading.cascade.Cascade
Method getCascadeStats returns the cascadeStats of this Cascade object.
getCoGroupClosure() - Method in class cascading.pipe.cogroup.OuterJoin.JoinIterator
 
getConf() - Method in class cascading.tuple.hadoop.TupleSerialization
 
getContext() - Method in class cascading.operation.ConcreteCall
 
getContext() - Method in interface cascading.operation.OperationCall
Returns the user set context object, C.
getCurrentNumMappers() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getCurrentNumReducers() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getCurrentProcess() - Method in class cascading.flow.FlowSession
Method getCurrentProcess returns the currentProcess of this FlowSession object.
getCurrentSession() - Method in class cascading.flow.FlowProcess
Method getCurrentSession returns the currentSession of this FlowProcess object.
getCurrentTapSourcePath(JobConf) - Static method in class cascading.tap.hadoop.MultiInputSplit
Method getCurrentTapSourcePath finds and returns the current source Tap filename path, if any.
getCurrentTaskNum() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method getCurrentTaskNum returns the task number of this task.
getDateFormat() - Method in class cascading.operation.text.DateOperation
Method getDateFormat returns the dateFormat of this DateParser object.
getDeclaredEntry() - Method in class cascading.flow.Scope
Method getDeclaredEntry returns the declaredEntry of this Scope object.
getDeclaredFields() - Method in class cascading.flow.Scope
Method getDeclaredFields returns the declaredFields of this Scope object.
getDeclaredFields() - Method in class cascading.pipe.Group
Method getDeclaredFields returns the declaredFields of this Group object.
getDefaultFileSystem(JobConf) - Method in class cascading.tap.Dfs
 
getDefaultFileSystem(JobConf) - Method in class cascading.tap.Hfs
 
getDelimiter() - Method in class cascading.operation.text.FieldJoiner
Method getFormat returns the delimiter of this FieldJoiner object.
getDepthFirstIterator() - Method in class cascading.flow.ElementGraph
Method getDepthFirstIterator returns the depthFirstIterator of this ElementGraph object.
getDeserializer(Class) - Method in class cascading.tuple.hadoop.TupleSerialization
Method getDeserializer implements Serialization#getDeserializer(Class).
getDouble(int) - Method in class cascading.tuple.Tuple
Method getDouble returns the element at the given position i as a double.
getDouble(Comparable) - Method in class cascading.tuple.TupleEntry
Method getDouble returns the element for the given field name or position as a double.
getDuration() - Method in class cascading.stats.CascadingStats
Method getDuration returns the duration the work executed before being finished.
getEach() - Method in class cascading.pipe.Each.EachHandler
 
getElementReader() - Method in class cascading.tuple.hadoop.TupleSerialization
Method getElementReader returns the elementReader of this TupleSerialization object.
getElementWriter() - Method in class cascading.tuple.hadoop.TupleSerialization
Method getElementWriter returns the elementWriter of this TupleSerialization object.
getEntryPath() - Method in class cascading.tap.hadoop.ZipSplit
The path of the file within the zip archive.
getEvery() - Method in class cascading.pipe.Every.EveryHandler
 
getExpressions() - Method in class cascading.operation.xml.XPathOperation
 
getFieldDeclaration() - Method in class cascading.operation.BaseOperation
 
getFieldDeclaration() - Method in interface cascading.operation.Operation
Returns the fields created by this Operation instance.
getFieldDeclaration() - Method in class cascading.pipe.Operator
Method getFieldDeclaration returns the fieldDeclaration of this Operator object.
getFields() - Method in class cascading.tuple.TupleEntry
Method getFields returns the fields of this TupleEntry object.
getFields() - Method in class cascading.tuple.TupleEntryIterator
Method getFields returns the fields of this TupleEntryIterator object.
getFieldsSize() - Method in class cascading.operation.filter.Logic
 
getFileStatus(Path) - Method in class cascading.tap.hadoop.HttpFileSystem
 
getFileStatus(Path) - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
getFileSystem(JobConf) - Method in class cascading.tap.Hfs
 
getFileSystem(JobConf) - Method in class cascading.tap.Lfs
 
getFloat(int) - Method in class cascading.tuple.Tuple
Method getFloat returns the element at the given position i as a float.
getFloat(Comparable) - Method in class cascading.tuple.TupleEntry
Method getFloat returns the element for the given field name or position as a float.
getFlowCount() - Method in class cascading.stats.CascadeStats
Method getFlowCount returns the number of Flows executed by the Cascade.
getFlowElement() - Method in exception cascading.flow.ElementGraphException
Method getFlowElement returns the flowElement of this ElementGraphException object.
getFlowName() - Method in exception cascading.flow.FlowException
Method getFlowName returns the name of the parent Flow instance.
getFlows() - Method in class cascading.cascade.Cascade
Method getFlows returns the flows managed by this Cascade object.
getFlowSkipStrategy() - Method in class cascading.cascade.Cascade
Method getFlowSkipStrategy returns the current FlowSkipStrategy used by this Flow.
getFlowSkipStrategy() - Method in class cascading.flow.Flow
Method getFlowSkipStrategy returns the current FlowSkipStrategy used by this Flow.
getFlowStats() - Method in class cascading.flow.Flow
Method getFlowStats returns the flowStats of this Flow object.
getFlowStepJob(JobConf) - Method in class cascading.flow.FlowStep
 
getFormat() - Method in class cascading.operation.text.FieldFormatter
Method getFormat returns the format of this FieldJoiner object.
getGroup() - Method in interface cascading.operation.AggregatorCall
Returns the current grouping TupleEntry.
getGroup() - Method in interface cascading.operation.BufferCall
Returns the current grouping TupleEntry.
getGroup() - Method in class cascading.operation.ConcreteCall
 
getGroup() - Method in interface cascading.operation.GroupAssertionCall
Returns the current grouping TupleEntry.
getGroup(int) - Method in class cascading.pipe.cogroup.CoGroupClosure
 
getGrouping() - Method in class cascading.pipe.cogroup.GroupClosure
 
getGroupingSelectors() - Method in class cascading.flow.Scope
Method getGroupingSelectors returns the groupingSelectors of this Scope object.
getGroupingSelectors() - Method in class cascading.pipe.Group
Method getGroupingSelectors returns the groupingSelectors of this Group object.
getHandler(FlowCollector, Scope) - Method in class cascading.pipe.Each
 
getHandler(Scope) - Method in class cascading.pipe.Every
Method getHandler returns the Every.EveryHandler for this instnce.
getHDFSShutdownHook() - Static method in class cascading.util.Util
 
getHeads() - Method in class cascading.pipe.Pipe
Method getHeads returns the first Pipe instances in this pipe assembly.
getHolder() - Method in class cascading.flow.Flow
Used to return a simple wrapper for use as an edge in a graph where there can only be one instance of every edge.
getIndex() - Method in class cascading.tuple.IndexTuple
 
getInitialValue() - Method in class cascading.operation.aggregator.ExtremaBase
 
getInitialValue() - Method in class cascading.operation.aggregator.Max
 
getInitialValue() - Method in class cascading.operation.aggregator.Min
 
getInteger(int) - Method in class cascading.tuple.Tuple
Method getInteger returns the element at the given position i as an int.
getInteger(Comparable) - Method in class cascading.tuple.TupleEntry
Method getInteger returns the element for the given field name or position as an int.
getIntermediateSchemeClass(Map<Object, Object>) - Static method in class cascading.flow.FlowConnector
Method getIntermediateSchemeClass is used for debugging.
getIterator(int) - Method in class cascading.pipe.cogroup.CoGroupClosure
 
getIterator(int) - Method in class cascading.pipe.cogroup.GroupClosure
 
getIterator(GroupClosure) - Method in class cascading.pipe.cogroup.InnerJoin
 
getIterator(int) - Method in class cascading.pipe.cogroup.InnerJoin.JoinIterator
 
getIterator(GroupClosure) - Method in interface cascading.pipe.cogroup.Joiner
Returns an interator that joins the given CoGroupClosure co-groups.
getIterator(GroupClosure) - Method in class cascading.pipe.cogroup.LeftJoin
 
getIterator(GroupClosure) - Method in class cascading.pipe.cogroup.MixedJoin
 
getIterator(GroupClosure) - Method in class cascading.pipe.cogroup.OuterJoin
 
getIterator(int) - Method in class cascading.pipe.cogroup.OuterJoin.JoinIterator
 
getIterator(GroupClosure) - Method in class cascading.pipe.cogroup.RightJoin
 
getJobConf() - Method in class cascading.flow.Flow
Method getJobConf returns the jobConf of this Flow object.
getJobConf() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method getJobConf returns the jobConf of this HadoopFlowProcess object.
getJobConf(Map<Object, Object>) - Static method in class cascading.flow.MultiMapReducePlanner
Method getJobConf returns a stored JobConf instance, if any.
getJobPollingInterval(Map<Object, Object>) - Static method in class cascading.flow.Flow
Returns property jobPollingInterval.
getKeyFrom(Path) - Static method in class cascading.util.S3Util
Deprecated. 
getLastValue() - Method in class cascading.pipe.Every.EveryBufferHandler
 
getLength() - Method in class cascading.tap.hadoop.MultiInputSplit
 
getLhs() - Method in class cascading.tuple.TuplePair
Method getLhs returns the lhs of this TuplePair object.
getLocations() - Method in class cascading.tap.hadoop.MultiInputSplit
 
getLong(int) - Method in class cascading.tuple.Tuple
Method getLong returns the element at the given position i as an long.
getLong(Comparable) - Method in class cascading.tuple.TupleEntry
Method getLong returns the element for the given field name or position as a long.
getMapperTrap(String) - Method in class cascading.flow.FlowStep
 
getMaxNumPathsBetweenElementAndMergJoin(FlowElement) - Method in class cascading.flow.ElementGraph
 
getMd5Hex() - Method in class cascading.tap.hadoop.StreamedFileStatus
Method getMd5Hex returns the md5Hex of this StreamedFileStatus object.
getMD5SumFor(Configuration, Path) - Static method in class cascading.tap.hadoop.StreamedFileSystem
 
getMD5SumFor(Configuration, String) - Static method in class cascading.tap.hadoop.StreamedFileSystem
 
getMessage() - Method in class cascading.operation.assertion.BaseAssertion
 
getName() - Method in class cascading.cascade.Cascade.CascadeJob
 
getName() - Method in class cascading.cascade.Cascade
Method getName returns the name of this Cascade object.
getName() - Method in class cascading.flow.Flow
Method getName returns the name of this Flow object.
getName() - Method in class cascading.flow.FlowStep
Method getName returns the name of this FlowStep object.
getName() - Method in class cascading.flow.Scope
Method getName returns the name of this Scope object.
getName() - Method in class cascading.pipe.Group
 
getName() - Method in class cascading.pipe.Pipe
Get the name of this pipe.
getName() - Method in class cascading.pipe.SubAssembly
 
getNextFlowElement(Scope) - Method in class cascading.flow.FlowStep
 
getNextScope(FlowElement) - Method in class cascading.flow.FlowStep
Method getNextScope returns the next Scope instance in the graph.
getNextScopes(FlowElement) - Method in class cascading.flow.FlowStep
 
getNormalizeHeterogeneousSources(Map<Object, Object>) - Static method in class cascading.flow.MultiMapReducePlanner
Method getNormalizeHeterogeneousSources returns if this planner will normalize heterogeneous input sources.
getNumArgs() - Method in class cascading.operation.BaseOperation
 
getNumArgs() - Method in interface cascading.operation.Operation
The minimum number of arguments this Operation expects from the calling Each or Every Operator.
getNumFiles() - Method in class cascading.tuple.SpillableTupleList
Method getNumFiles returns the number of files this list has spilled to.
getNumSinkParts() - Method in class cascading.scheme.Scheme
Method getNumSinkParts returns the numSinkParts of this Scheme object.
getNumSinkParts() - Method in class cascading.tap.TemplateTap.TemplateScheme
 
getObject(S3Service, S3Bucket, Path, S3Util.Request) - Static method in class cascading.util.S3Util
Deprecated. 
getObjectInputStream(S3Object) - Static method in class cascading.util.S3Util
Deprecated. 
getOperation() - Method in class cascading.pipe.Operator
Method getOperation returns the operation managed by this Operator object.
getOutGroupingFields() - Method in class cascading.flow.Scope
Method getOutGroupingFields returns the outGroupingFields of this Scope object.
getOutGroupingSelector() - Method in class cascading.flow.Scope
Method getOutGroupingSelector returns the outGroupingSelector of this Scope object.
getOutputCollector() - Method in interface cascading.operation.AggregatorCall
Returns the TupleEntryCollector used to emit result values.
getOutputCollector() - Method in interface cascading.operation.BufferCall
Returns the TupleEntryCollector used to emit result values.
getOutputCollector() - Method in class cascading.operation.ConcreteCall
 
getOutputCollector() - Method in interface cascading.operation.FunctionCall
Returns the TupleEntryCollector used to emit result values.
getOutputSelector() - Method in class cascading.pipe.Operator
Method getOutputSelector returns the outputSelector of this Operator object.
getOutValuesFields() - Method in class cascading.flow.Scope
Method getOutValuesFields returns the outValuesFields of this Scope object.
getOutValuesSelector() - Method in class cascading.flow.Scope
Method getOutValuesSelector returns the outValuesSelector of this Scope object.
getParent() - Method in class cascading.tap.TemplateTap
Method getParent returns the parent Tap of this TemplateTap object.
getParentFlowName() - Method in class cascading.flow.FlowStep
Method getParentFlowName returns the parentFlowName of this FlowStep object.
getPartition(TuplePair, Tuple, int) - Method in class cascading.tuple.hadoop.GroupingPartitioner
 
getPath() - Method in class cascading.tap.Hfs
 
getPath() - Method in class cascading.tap.MultiTap
Method getPath() always returns null.
getPath() - Method in class cascading.tap.Tap
Method getPath returns the Hadoop path to the resource represented by this Tap instance.
getPath() - Method in class cascading.tap.TemplateTap
 
getPathModified(JobConf) - Method in class cascading.tap.Hfs
 
getPathModified(JobConf) - Method in class cascading.tap.MultiTap
Returns the most current modified time.
getPathModified(JobConf) - Method in class cascading.tap.Tap
Method getPathModified returns the date this resource was last modified.
getPathModified(JobConf) - Method in class cascading.tap.TemplateTap
 
getPathTemplate() - Method in class cascading.tap.TemplateTap
Method getPathTemplate returns the pathTemplate Formatter format String of this TemplateTap object.
getPattern() - Method in class cascading.operation.regex.RegexOperation
Method getPattern returns the pattern of this RegexOperation object.
getPos() - Method in class cascading.tap.hadoop.FSDigestInputStream
 
getPos() - Method in class cascading.tuple.Fields
Method getPos returns the pos array of this Fields object.
getPos(Comparable) - Method in class cascading.tuple.Fields
Method getPos returns the index of the give field value in this Fields instance.
getPreserveTemporaryFiles(Map<Object, Object>) - Static method in class cascading.flow.Flow
Returns property preserveTemporaryFiles.
getPrevious() - Method in class cascading.pipe.Group
 
getPrevious() - Method in class cascading.pipe.Pipe
Get all the upstream pipes this pipe is connected to.
getPrevious() - Method in class cascading.pipe.SubAssembly
 
getPreviousScopes(FlowElement) - Method in class cascading.flow.FlowStep
Method getPreviousScopes returns the previous Scope instances.
getPrintFieldsEvery() - Method in class cascading.operation.Debug
Method getPrintFieldsEvery returns the printFieldsEvery interval value of this Debug object.
getPrintTupleEvery() - Method in class cascading.operation.Debug
Method getPrintTupleEvery returns the printTupleEvery interval value of this Debug object.
getProperties() - Method in class cascading.flow.FlowConnector
Method getProperties returns the properties of this FlowConnector object.
getProperty(String) - Method in class cascading.flow.FlowProcess
Method getProperty should be used to return configuration parameters from the underlying system.
getProperty(String) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getProperty(Map<Object, Object>, String, A) - Static method in class cascading.util.Util
 
getQualifiedPath(JobConf) - Method in class cascading.tap.Hfs
 
getQualifiedPath(JobConf) - Method in class cascading.tap.Tap
Method getQualifiedPath returns a FileSystem fully qualified Hadoop Path.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class cascading.tap.hadoop.MultiInputFormat
Method getRecordReader delegates to the appropriate InputFormat.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class cascading.tap.hadoop.ZipInputFormat
 
getReducerTrap(String) - Method in class cascading.flow.FlowStep
 
getReporter() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method getReporter returns the reporter of this HadoopFlowProcess object.
getResult(AggregatorCall<Long[]>) - Method in class cascading.operation.aggregator.Count
 
getResult(AggregatorCall<Tuple[]>) - Method in class cascading.operation.aggregator.ExtentBase
 
getResult(AggregatorCall<ExtremaBase.Context>) - Method in class cascading.operation.aggregator.ExtremaBase
 
getResult(AggregatorCall<Double[]>) - Method in class cascading.operation.aggregator.Sum
 
getRhs() - Method in class cascading.tuple.TuplePair
Method getRhs returns the rhs of this TuplePair object.
getS3Bucket(URI) - Static method in class cascading.util.S3Util
Deprecated. 
getS3Service(URI) - Static method in class cascading.util.S3Util
Deprecated. 
getS3Service(URI, String, String) - Static method in class cascading.util.S3Util
Deprecated. 
getScheme() - Method in class cascading.tap.MultiTap
 
getScheme() - Method in class cascading.tap.Tap
Method getScheme returns the scheme of this Tap object.
getSchemeClass() - Method in class cascading.tap.TempHfs
 
getSerializationTokens(Map<Object, Object>) - Static method in class cascading.tuple.hadoop.TupleSerialization
Returns the serialization tokens property.
getSerializer(Class) - Method in class cascading.tuple.hadoop.TupleSerialization
Method getSerializer implements Serialization#getSerializer(Class).
getShort(int) - Method in class cascading.tuple.Tuple
Method getShort returns the element at the given position i as an short.
getShort(Comparable) - Method in class cascading.tuple.TupleEntry
Method getShort returns the element for the given field name or position as a short.
getSink() - Method in class cascading.flow.Flow
Method getSink returns the first sink of this Flow object.
getSinkCompression() - Method in class cascading.scheme.TextLine
Method getSinkCompression returns the sinkCompression of this TextLine object.
getSinkFields() - Method in class cascading.scheme.Scheme
Method getSinkFields returns the sinkFields of this Scheme object.
getSinkFields() - Method in class cascading.scheme.SequenceFile
 
getSinkFields() - Method in class cascading.tap.SourceTap
 
getSinkFields() - Method in class cascading.tap.Tap
Method getSinkFields returns the sinkFields of this Tap object.
getSinkFields() - Method in class cascading.tap.TemplateTap.TemplateScheme
 
getSinkModified() - Method in class cascading.flow.Flow
Method getSinkModified returns the youngest modified date of any sink Tap managed by this Flow instance.
getSinks() - Method in class cascading.flow.Flow
Method getSinks returns the sinks of this Flow object.
getSortingSelectors() - Method in class cascading.flow.Scope
Method getSortingSelectors returns the sortingSelectors of this Scope object.
getSortingSelectors() - Method in class cascading.pipe.Group
Method getSortingSelectors returns the sortingSelectors of this Group object.
getSourceFields() - Method in class cascading.scheme.Scheme
Method getSourceFields returns the sourceFields of this Scheme object.
getSourceFields() - Method in class cascading.tap.SinkTap
 
getSourceFields() - Method in class cascading.tap.Tap
Method getSourceFields returns the sourceFields of this Tap object.
getSourceFields() - Method in class cascading.tap.TemplateTap.TemplateScheme
 
getSourceName(Tap) - Method in class cascading.flow.FlowStep
 
getSources() - Method in class cascading.flow.Flow
Method getSources returns the sources of this Flow object.
getSplits(JobConf, int) - Method in class cascading.tap.hadoop.MultiInputFormat
Method getSplits delegates to the appropriate InputFormat.
getSplits(JobConf, int) - Method in class cascading.tap.hadoop.ZipInputFormat
Splits files returned by ZipInputFormat.listPathsInternal(JobConf).
getStatsString() - Method in class cascading.stats.CascadingStats
 
getStatsString() - Method in class cascading.stats.FlowStats
 
getStepName() - Method in class cascading.flow.FlowStep
Method getStepName returns the stepName of this FlowStep object.
getSteps() - Method in class cascading.flow.Flow
Method getSteps returns the steps of this Flow object.
getStepsCount() - Method in class cascading.stats.FlowStats
Method getStepsCount returns the number of steps this Flow executed.
getStopJobsOnExit(Map<Object, Object>) - Static method in class cascading.flow.Flow
Returns property stopJobsOnExit.
getString(int) - Method in class cascading.tuple.Tuple
Method getString returns the element at the given position i as a String.
getString(Comparable) - Method in class cascading.tuple.TupleEntry
Method getString returns the element for the given field name or position as a String.
getTailNames() - Method in class cascading.pipe.SubAssembly
Method getTailNames returns the tailNames of this PipeAssembly object.
getTails() - Method in class cascading.pipe.SubAssembly
Method getTails returns all the tails of this PipeAssembly object.
getTaps() - Method in class cascading.tap.MultiTap
Method getTaps returns the taps of this MultiTap object.
getTemporaryDirectory(Map<Object, Object>) - Static method in class cascading.tap.Hfs
Methdo getTemporaryDirectory returns the configured temporary directory from the given properties object.
getTempPath(JobConf) - Method in class cascading.tap.Hfs
 
getTopologicalIterator() - Method in class cascading.flow.ElementGraph
Method getTopologicalIterator returns the topologicalIterator of this ElementGraph object.
getTopologicalIterator() - Method in class cascading.flow.StepGraph
 
getTrace() - Method in class cascading.operation.BaseOperation
Method getTrace returns the trace of this BaseOperation object.
getTrace() - Method in class cascading.pipe.Pipe
Method getTrace returns a String that pinpoint where this instance was created for debugging.
getTransformer() - Method in class cascading.operation.xml.XPathOperation
Method getTransformer returns the transformer of this XPathOperation object.
getTraps() - Method in class cascading.flow.Flow
Method getTraps returns the traps of this Flow object.
getTuple() - Method in class cascading.tuple.IndexTuple
 
getTuple() - Method in class cascading.tuple.TupleEntry
Method getTuple returns the tuple of this TupleEntry object.
getTupleEntry() - Method in class cascading.tuple.TupleEntryIterator
Method getTupleEntry returns the entry of this TupleEntryIterator object.
getTypes() - Method in class cascading.tuple.Tuple
Method getTypes returns an array of the element classes.
getUri() - Method in class cascading.tap.hadoop.HttpFileSystem
 
getUri() - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
getURIScheme(JobConf) - Method in class cascading.tap.Hfs
 
getWorkingDirectory() - Method in class cascading.tap.hadoop.StreamedFileSystem
 
getXPath() - Method in class cascading.operation.xml.XPathOperation
Method getXPath returns the XPath of this XPathOperation object.
globStatus(Path, PathFilter) - Method in class cascading.tap.hadoop.HttpFileSystem
 
group - Variable in class cascading.flow.FlowStep
Field group
Group - Class in cascading.pipe
The base class for GroupBy and CoGroup.
Group(Pipe, Fields, Pipe, Fields, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, Pipe, Fields, Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, Pipe, Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, Pipe, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe...) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe[], Fields[]) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe[], Fields[]) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe[], Fields[], Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe[], Fields[], Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe[], Fields[], Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, Pipe, Fields, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, Pipe, Fields, Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, Pipe, Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, Pipe, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe...) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, int, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, int, Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, int, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, int) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, int, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, int, Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, int, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, int) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance where grouping occurs on Fields.ALL fields.
Group(Pipe, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe, Fields, Fields, boolean) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe, Fields, Fields, boolean) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe[], Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe[], Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe[], Fields, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe[], Fields, Fields) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(Pipe[], Fields, Fields, boolean) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe[], Fields, Fields, boolean) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
GROUP - Static variable in class cascading.tuple.Fields
Field KEYS represents all fields used as they key for the last grouping
GroupAssertion<C> - Interface in cascading.operation
Class GroupAssertion is a kind of Assertion used with the Every pipe Operator.
GroupAssertionCall<C> - Interface in cascading.operation
Interface GroupAssertionCall provides access to the current GroupAssertion invocation arguments.
GroupBy - Class in cascading.pipe
The GroupBy pipe groups the Tuple stream by the given groupFields.
GroupBy(Pipe) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on Fields.ALL fields.
GroupBy(Pipe, Fields) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on the given groupFields field names.
GroupBy(Pipe, Fields, boolean) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on the given groupFields field names.
GroupBy(String, Pipe, Fields) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on the given groupFields field names.
GroupBy(String, Pipe, Fields, boolean) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on the given groupFields field names.
GroupBy(Pipe, Fields, Fields) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on the given groupFields field names and sorts the grouped values on the given sortFields fields names.
GroupBy(String, Pipe, Fields, Fields) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on the given groupFields field names and sorts the grouped values on the given sortFields fields names.
GroupBy(Pipe, Fields, Fields, boolean) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on the given groupFields field names and sorts the grouped values on the given sortFields fields names.
GroupBy(String, Pipe, Fields, Fields, boolean) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will group on the given groupFields field names and sorts the grouped values on the given sortFields fields names.
GroupBy(Pipe[]) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will first merge the given pipes, then group on Fields.FIRST.
GroupBy(Pipe[], Fields) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will first merge the given pipes, then group on the given groupFields field names.
GroupBy(String, Pipe[], Fields) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will first merge the given pipes, then group on the given groupFields field names.
GroupBy(Pipe[], Fields, Fields) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will first merge the given pipes, then group on the given groupFields field names and sorts the grouped values on the given sortFields fields names.
GroupBy(String, Pipe[], Fields, Fields) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will first merge the given pipes, then group on the given groupFields field names and sorts the grouped values on the given sortFields fields names.
GroupBy(Pipe[], Fields, Fields, boolean) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will first merge the given pipes, then group on the given groupFields field names and sorts the grouped values on the given sortFields fields names.
GroupBy(String, Pipe[], Fields, Fields, boolean) - Constructor for class cascading.pipe.GroupBy
Creates a new GroupBy instance that will first merge the given pipes, then group on the given groupFields field names and sorts the grouped values on the given sortFields fields names.
GroupClosure - Class in cascading.pipe.cogroup
Class GroupClosure is used internally to represent groups of tuples during grouping.
GroupClosure(Fields[], Fields[], Tuple, Iterator) - Constructor for class cascading.pipe.cogroup.GroupClosure
 
groupFieldsMap - Variable in class cascading.pipe.Group
Field groupFieldsMap
GroupingComparator - Class in cascading.tuple.hadoop
Class GroupingComparator is an implementation of RawComparator.
GroupingComparator() - Constructor for class cascading.tuple.hadoop.GroupingComparator
 
GroupingPartitioner - Class in cascading.tuple.hadoop
Class GroupingPartitioner is an implementation of Partitioner.
GroupingPartitioner() - Constructor for class cascading.tuple.hadoop.GroupingPartitioner
 

H

Hadoop18TapUtil - Class in cascading.tap.hadoop
This class embodies the dependencies between Hadoop versions.
Hadoop18TapUtil() - Constructor for class cascading.tap.hadoop.Hadoop18TapUtil
 
HadoopFlowProcess - Class in cascading.flow.hadoop
Class HadoopFlowProcess is an implemenation of FlowProcess for Hadoop.
HadoopFlowProcess(FlowSession, JobConf, boolean) - Constructor for class cascading.flow.hadoop.HadoopFlowProcess
Constructor HadoopFlowProcess creates a new HadoopFlowProcess instance.
HadoopUtil - Class in cascading.flow.hadoop
 
HadoopUtil() - Constructor for class cascading.flow.hadoop.HadoopUtil
 
hashCode() - Method in class cascading.flow.FlowStep
 
hashCode() - Method in class cascading.pipe.Group
 
hashCode() - Method in class cascading.pipe.Operator
 
hashCode() - Method in class cascading.pipe.Pipe
 
hashCode() - Method in class cascading.scheme.Scheme
 
hashCode() - Method in class cascading.tap.Hfs
 
hashCode() - Method in class cascading.tap.MultiTap
 
hashCode() - Method in class cascading.tap.Tap
 
hashCode() - Method in class cascading.tap.TempHfs
 
hashCode() - Method in class cascading.tap.TemplateTap
 
hashCode() - Method in class cascading.tuple.Fields
 
hashCode() - Method in class cascading.tuple.IndexTuple
 
hashCode() - Method in class cascading.tuple.Tuple
 
hashCode() - Method in class cascading.tuple.TuplePair
 
hasListeners() - Method in class cascading.flow.Flow
Method hasListeners returns true if FlowListener instances have been registered.
hasNext() - Method in class cascading.pipe.cogroup.InnerJoin.JoinIterator
 
hasNext() - Method in class cascading.tap.hadoop.TapIterator
Method hasNext returns true if there more Tuple instances available.
hasNext() - Method in class cascading.tuple.TupleEntryIterator
Method hasNext returns true if there is a next TupleEntry
Hfs - Class in cascading.tap
Class Hfs is the base class for all Hadoop file system access.
Hfs() - Constructor for class cascading.tap.Hfs
 
Hfs(Scheme) - Constructor for class cascading.tap.Hfs
 
Hfs(Fields, String) - Constructor for class cascading.tap.Hfs
Constructor Hfs creates a new Hfs instance.
Hfs(Fields, String, boolean) - Constructor for class cascading.tap.Hfs
Constructor Hfs creates a new Hfs instance.
Hfs(Fields, String, SinkMode) - Constructor for class cascading.tap.Hfs
Constructor Hfs creates a new Hfs instance.
Hfs(Scheme, String) - Constructor for class cascading.tap.Hfs
Constructor Hfs creates a new Hfs instance.
Hfs(Scheme, String, boolean) - Constructor for class cascading.tap.Hfs
Constructor Hfs creates a new Hfs instance.
Hfs(Scheme, String, SinkMode) - Constructor for class cascading.tap.Hfs
Constructor Hfs creates a new Hfs instance.
HTTP_SCHEME - Static variable in class cascading.tap.hadoop.HttpFileSystem
Field HTTP_SCHEME
HttpFileSystem - Class in cascading.tap.hadoop
Class HttpFileSystem provides a basic read-only FileSystem for accessing remote HTTP and HTTPS data.
HttpFileSystem() - Constructor for class cascading.tap.hadoop.HttpFileSystem
 
HTTPS_SCHEME - Static variable in class cascading.tap.hadoop.HttpFileSystem
Field HTTPS_SCHEME

I

Identity - Class in cascading.operation
The Identity function simply passes incoming arguments back out again.
Identity() - Constructor for class cascading.operation.Identity
Constructor Identity creates a new Identity instance that will pass the argument values to its output.
Identity(Class...) - Constructor for class cascading.operation.Identity
Constructor Identity creates a new Identity instance that will coerce the values to the give types.
Identity(Fields) - Constructor for class cascading.operation.Identity
Constructor Identity creates a new Identity instance that will rename the argument fields to the given fieldDeclaration.
Identity(Fields, Class...) - Constructor for class cascading.operation.Identity
Constructor Identity creates a new Identity instance that will rename the argument fields to the given fieldDeclaration, and coerce the values to the give types.
ignoreValues - Variable in class cascading.operation.aggregator.ExtremaBase
Field ignoreValues
increment(Enum, int) - Method in class cascading.flow.FlowProcess
Method increement is used to increment a custom counter.
increment(Enum, int) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
increment() - Method in class cascading.operation.filter.Limit.Context
 
IndexTuple - Class in cascading.tuple
Class IndexTuple allows for managing an int index value with a Tuple instance.
IndexTuple() - Constructor for class cascading.tuple.IndexTuple
Constructor IndexTuple creates a new IndexTuple instance.
IndexTuple(int, Tuple) - Constructor for class cascading.tuple.IndexTuple
Constructor IndexTuple creates a new IndexTuple instance.
init(List<Cascade.CascadeJob>) - Method in class cascading.cascade.Cascade.CascadeJob
 
init() - Method in class cascading.pipe.cogroup.InnerJoin.JoinIterator
 
init() - Method in class cascading.pipe.cogroup.OuterJoin.JoinIterator
 
initialize(URI, Configuration) - Method in class cascading.tap.hadoop.HttpFileSystem
 
initialize(URI, Configuration) - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
initLog4j(JobConf) - Static method in class cascading.flow.hadoop.HadoopUtil
 
INNER - Static variable in class cascading.pipe.cogroup.MixedJoin
Field INNER
InnerJoin - Class in cascading.pipe.cogroup
Class InnerJoin will return an InnerJoin.JoinIterator that will iterate over a given Joiner and return tuples that represent and inner join of the CoGrouper internal grouped tuple collections.
InnerJoin() - Constructor for class cascading.pipe.cogroup.InnerJoin
 
InnerJoin.JoinIterator - Class in cascading.pipe.cogroup
 
InnerJoin.JoinIterator(GroupClosure) - Constructor for class cascading.pipe.cogroup.InnerJoin.JoinIterator
 
Insert - Class in cascading.operation
Class Insert adds literal values to the Tuple stream.
Insert(Fields, Comparable...) - Constructor for class cascading.operation.Insert
Constructor Insert creates a new Insert instance with the given fields and values.
insertFlowElementAfter(FlowElement, FlowElement) - Method in class cascading.flow.ElementGraph
 
invokeStaticMethod(Class, String, Object[], Class[]) - Static method in class cascading.util.Util
 
isAggregator() - Method in class cascading.pipe.Every
Method isReducer returns true if this Every instance holds a Aggregator operation.
isAll() - Method in class cascading.tuple.Fields
Method isAll returns true if this instance is the Fields.ALL field set.
isAllowSplits(FileSystem) - Method in class cascading.tap.hadoop.ZipInputFormat
 
isAppend() - Method in class cascading.tap.Tap
Method isAppend indicates whether the resrouce represented by this instance should be appended to if it already exists.
isArgSelector() - Method in class cascading.tuple.Fields
Method isArgSelector returns true if this instance is 'defined' or the field set Fields.ALL, Fields.GROUP, or Fields.VALUES.
isArguments() - Method in class cascading.tuple.Fields
Method isArguments returns true if this instance is the Fields.ARGS field set.
isAssertion() - Method in class cascading.pipe.Operator
Method isAssertion returns true if this Operation represents an Assertion.
isBuffer() - Method in class cascading.pipe.Every
Method isBuffer returns true if this Every instance holds a Buffer operation.
isDeclarator() - Method in class cascading.tuple.Fields
Method isDeclarator returns true if this can be used as a declarator.
isDefined() - Method in class cascading.tuple.Fields
Method isDefined returns true if this instance is not a field set like Fields.ALL or Fields.UNKNOWN.
isDirectory(S3Object) - Static method in class cascading.util.S3Util
Deprecated. 
isEach() - Method in class cascading.flow.Scope
Method isEach returns true if this Scope object represents an Each.
isEmpty() - Method in class cascading.tuple.Tuple
Method isEmpty returns true if this Tuple instance has no values.
isEvery() - Method in class cascading.flow.Scope
Method isEvery returns true if this Scope object represents an Every.
isFailed() - Method in class cascading.stats.CascadingStats
Method isFailed returns true when the work ended with an error.
isFinished() - Method in class cascading.stats.CascadingStats
Method isFinished returns true if the current status show no work currently being executed.
isGroup() - Method in class cascading.flow.Scope
Method isGroup returns true if this Scope object represents a Group.
isGroup() - Method in class cascading.tuple.Fields
Method isKeys returns true if this instance is the Fields.GROUP field set.
isGroupBy() - Method in class cascading.pipe.Group
Method isGroupBy returns true if this Group instance will perform a GroupBy operation.
isKeep() - Method in class cascading.tap.Tap
Method isKeep indicates whether the resource represented by this instance should be kept if it already exists when the Flow is started.
isMapper() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method isMapper returns true if this part of the FlowProcess is a MapReduce mapper.
isOrdered() - Method in class cascading.tuple.Fields
Method isOrdered returns true if this instance is orderd.
isOuter(int) - Method in class cascading.pipe.cogroup.LeftJoin.JoinIterator
 
isOuter(int) - Method in class cascading.pipe.cogroup.MixedJoin.JoinIterator
 
isOuter(int) - Method in class cascading.pipe.cogroup.OuterJoin.JoinIterator
 
isOuter(int) - Method in class cascading.pipe.cogroup.RightJoin.JoinIterator
 
isOutSelector() - Method in class cascading.tuple.Fields
Method isOutSelector returns true if this instance is 'defined', or the field set Fields.ALL or Fields.RESULTS.
isPending() - Method in class cascading.stats.CascadingStats
Method isPending returns true if no work has started.
isPreserveTemporaryFiles() - Method in class cascading.flow.Flow
Method isPreserveTemporaryFiles returns true if temporary files will be cleaned when this Flow completes.
isRemove(FlowProcess, FilterCall<Long>) - Method in class cascading.operation.Debug
 
isRemove(FlowProcess, FilterCall<ExpressionOperation.Context>) - Method in class cascading.operation.expression.ExpressionFilter
 
isRemove(FlowProcess, FilterCall) - Method in class cascading.operation.filter.And
 
isRemove(FlowProcess, FilterCall) - Method in class cascading.operation.filter.FilterNotNull
 
isRemove(FlowProcess, FilterCall) - Method in class cascading.operation.filter.FilterNull
 
isRemove(FlowProcess, FilterCall<C>) - Method in interface cascading.operation.Filter
Method isRemove returns true if input should be removed from the tuple stream.
isRemove(FlowProcess, FilterCall<Limit.Context>) - Method in class cascading.operation.filter.Limit
 
isRemove(FlowProcess, FilterCall) - Method in class cascading.operation.filter.Not
 
isRemove(FlowProcess, FilterCall) - Method in class cascading.operation.filter.Or
 
isRemove(FlowProcess, FilterCall<Random>) - Method in class cascading.operation.filter.Sample
 
isRemove(FlowProcess, FilterCall) - Method in class cascading.operation.filter.Xor
 
isRemove(FlowProcess, FilterCall<Matcher>) - Method in class cascading.operation.regex.RegexFilter
 
isRemove(FlowProcess, FilterCall) - Method in class cascading.operation.xml.XPathFilter
 
isReplace() - Method in class cascading.tap.MultiTap
 
isReplace() - Method in class cascading.tap.Tap
Method isReplace indicates whether the resource represented by this instance should be deleted if it already exists when the Flow is started.
isResults() - Method in class cascading.tuple.Fields
Method isResults returns true if this instance is the Fields.RESULTS field set.
isRunning() - Method in class cascading.stats.CascadingStats
Method isRunning returns true when work has begun.
isSink() - Method in class cascading.tap.SourceTap
 
isSink() - Method in class cascading.tap.Tap
Method isSink returns true if this Tap instance can be used as a sink.
isSkipFlow() - Method in class cascading.flow.Flow
Method isSkipFlow returns true if the parent Cascade should skip this Flow instance.
isSorted() - Method in class cascading.pipe.Group
Method isSorted returns true if this Group instance is sorting values other than the group fields.
isSortReversed() - Method in class cascading.pipe.Group
Method isSortReversed returns true if sorting is reversed.
isSource() - Method in class cascading.tap.SinkTap
 
isSource() - Method in class cascading.tap.Tap
Method isSource returns true if this Tap instance can be used as a source.
isSplitable(FileSystem, Path) - Method in class cascading.tap.hadoop.ZipInputFormat
Return true only if the file is in ZIP format.
isStopJobsOnExit() - Method in class cascading.flow.Flow
Method isStopJobsOnExit returns the stopJobsOnExit of this Flow object.
isStopped() - Method in class cascading.stats.CascadingStats
Method isStopped returns true when the user stopped the work.
isStricterThan(AssertionLevel) - Method in enum cascading.operation.AssertionLevel
Method isStricterThan returns true if the current AssertionLevel is stricter than the argument level.
isSubstitution() - Method in class cascading.tuple.Fields
Method isSubstitution returns true if this instance is a substitution fields set.
isSuccessful() - Method in class cascading.cascade.Cascade.CascadeJob
 
isSuccessful() - Method in class cascading.flow.FlowStep.FlowStepJob
Method isSuccessful returns true if this step completed successfully.
isSuccessful() - Method in class cascading.stats.CascadingStats
Method isSuccessful returns true when work has completed successfully.
isTap() - Method in class cascading.flow.Scope
Method isTap returns true if this Scope object represents a Tap.
isUnknown() - Method in class cascading.tuple.Fields
Method isUnknown returns true if this instance is the Fields.UNKNOWN field set.
isUnmodifiable - Variable in class cascading.tuple.Tuple
Field isUnmodifiable
isUnmodifiable() - Method in class cascading.tuple.Tuple
Method isUnmodifiable returns true if this Tuple instance is unmodifiable.
isUnmodifiable() - Method in class cascading.tuple.TupleEntry
Method isUnmodifiable returns true if this TupleEntry is unmodifiable.
isUnOrdered() - Method in class cascading.tuple.Fields
Method isUnOrdered returns true if this instance is unordered.
isValues() - Method in class cascading.tuple.Fields
Method isValues returns true if this instance is the Fields.VALUES field set.
isWriteDirect() - Method in class cascading.scheme.Scheme
Method isWriteDirect returns true if the parent Tap instances TupleEntryCollector should be used to sink values.
isWriteDirect() - Method in class cascading.tap.Hfs
 
isWriteDirect() - Method in class cascading.tap.Tap
Method isWriteDirect returns true if this instances TupleEntryCollector should be used to sink values.
isWriteDirect() - Method in class cascading.tap.TempHfs
 
isWriteDirect() - Method in class cascading.tap.TemplateTap
 
isWriteDirect() - Method in class cascading.tap.TemplateTap.TemplateScheme
 
iterateReduceValues(FlowProcess, Set<Scope>, Scope, Tuple, Iterator) - Method in class cascading.pipe.Group
Method makeReduceValues wrapps the incoming Hadoop value stream as an iterator over Tuple instance.
iterator() - Method in class cascading.tuple.Fields
Method iterator return an unmodifiable iterator of field values.
iterator() - Method in class cascading.tuple.SpillableTupleList
Method iterator returns a Tuple Iterator of all the values in this collection.
iterator() - Method in class cascading.tuple.Tuple
Method iterator returns an Iterator over this Tuple instances values.

J

jobsAreLocal() - Method in class cascading.flow.Flow
Method jobsAreLocal returns true if all jobs are executed in-process as a single map and reduce task.
join(Fields...) - Static method in class cascading.tuple.Fields
Method join joins all given Fields instances into a new Fields instance.
join(int[], String) - Static method in class cascading.util.Util
This method joins the values in the given list with the delim String value.
join(String, String...) - Static method in class cascading.util.Util
 
join(Object[], String) - Static method in class cascading.util.Util
This method joins the values in the given list with the delim String value.
join(Collection) - Static method in class cascading.util.Util
This method joins each value in the collection with a tab character as the delimiter.
join(Collection, String) - Static method in class cascading.util.Util
This method joins each valuein the collection with the given delimiter.
join(StringBuffer, Collection, String) - Static method in class cascading.util.Util
This method joins each value in the collection with the given delimiter.
Joiner - Interface in cascading.pipe.cogroup
Interface Joiner allows for custom join strategies against a CoGroupClosure.

K

keepAlive() - Method in class cascading.flow.FlowProcess
Method keepAlive notifies the system that the current process is still alive.
keepAlive() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 

L

Last - Class in cascading.operation.aggregator
Class Last is an Aggregator that returns the last Tuple encountered.
Last() - Constructor for class cascading.operation.aggregator.Last
Selects and returns the last argument Tuple encountered.
Last(Fields) - Constructor for class cascading.operation.aggregator.Last
Selects and returns the last argument Tuple encountered.
Last(Fields, Tuple...) - Constructor for class cascading.operation.aggregator.Last
Selects and returns the last argument Tuple encountered, unless the Tuple is a member of the set ignoreTuples.
LAST - Static variable in class cascading.tuple.Fields
Field LAST represents the last field postition, -1
leave(int[]) - Method in class cascading.tuple.Tuple
Method is the inverse of Tuple.remove(int[]).
LeftJoin - Class in cascading.pipe.cogroup
Class LeftJoin will return an LeftJoin.JoinIterator that will iterate over a given Joiner and return tuples that represent a left inner, right outer join of the CoGrouper internal grouped tuple collections.
LeftJoin() - Constructor for class cascading.pipe.cogroup.LeftJoin
 
LeftJoin.JoinIterator - Class in cascading.pipe.cogroup
 
LeftJoin.JoinIterator(GroupClosure) - Constructor for class cascading.pipe.cogroup.LeftJoin.JoinIterator
 
Lfs - Class in cascading.tap
Class Lfs is a Tap class that provides access to the Local File System via Hadoop.
Lfs(Fields, String) - Constructor for class cascading.tap.Lfs
Constructor Lfs creates a new Lfs instance.
Lfs(Scheme, String) - Constructor for class cascading.tap.Lfs
Constructor Lfs creates a new Lfs instance.
Lfs(Scheme, String, boolean) - Constructor for class cascading.tap.Lfs
Constructor Lfs creates a new Lfs instance.
Lfs(Fields, String, SinkMode) - Constructor for class cascading.tap.Lfs
Constructor Lfs creates a new Lfs instance.
Lfs(Scheme, String, SinkMode) - Constructor for class cascading.tap.Lfs
Constructor Lfs creates a new Lfs instance.
Limit - Class in cascading.operation.filter
Class Limit is a Filter that will limit the number of Tuple instances that it will allow to pass.
Limit(long) - Constructor for class cascading.operation.filter.Limit
Creates a new Limit class that only allows limit number of Tuple instances to pass.
limit - Variable in class cascading.operation.filter.Limit.Context
 
Limit.Context - Class in cascading.operation.filter
 
Limit.Context() - Constructor for class cascading.operation.filter.Limit.Context
 
listObjects(S3Service, S3Bucket, Path) - Static method in class cascading.util.S3Util
Deprecated. 
listPathsInternal(JobConf) - Method in class cascading.tap.hadoop.ZipInputFormat
 
listStatus(Path) - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
listStatus(Path) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
listStatus(JobConf) - Method in class cascading.tap.hadoop.ZipInputFormat
 
locale - Variable in class cascading.operation.text.DateOperation
Field locale
Logic - Class in cascading.operation.filter
Class Logic is the base class for logical Filter operations.
Logic(Filter...) - Constructor for class cascading.operation.filter.Logic
 
Logic(Fields, Filter, Fields, Filter) - Constructor for class cascading.operation.filter.Logic
 
Logic(Fields[], Filter[]) - Constructor for class cascading.operation.filter.Logic
 

M

makeDirs(JobConf) - Method in class cascading.tap.Hfs
 
makeDirs(JobConf) - Method in class cascading.tap.SourceTap
 
makeDirs(JobConf) - Method in class cascading.tap.Tap
Method makeDirs makes all the directories this Tap instance represents.
makeDirs(JobConf) - Method in class cascading.tap.TemplateTap
 
makeIterator(int, Iterator) - Method in class cascading.pipe.cogroup.GroupClosure
 
makeResult(Fields, TupleEntry, TupleEntry, Tuple) - Method in class cascading.pipe.Operator
 
makeTapGraph() - Method in class cascading.flow.ElementGraph
Method makeTapGraph returns a directed graph of all taps in the current element graph.
makeTemporaryPathDir(String) - Method in class cascading.tap.Hfs
 
makeTempPath(JobConf) - Static method in class cascading.tap.hadoop.Hadoop18TapUtil
 
makeURIScheme(JobConf) - Method in class cascading.tap.Hfs
 
makeURIScheme(JobConf) - Method in class cascading.tap.S3fs
Deprecated.  
map(Object, Object, OutputCollector, Reporter) - Method in class cascading.flow.FlowMapper
 
map(Object, Object, OutputCollector) - Method in class cascading.flow.stack.FlowMapperStack
 
mapperTraps - Variable in class cascading.flow.FlowStep
Field mapperTraps
MapReduceFlow - Class in cascading.flow
Class MapReduceFlow is a Flow subclass that supports custom MapReduce jobs preconfigured via the JobConf object.
MapReduceFlow(JobConf) - Constructor for class cascading.flow.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlow(JobConf, boolean) - Constructor for class cascading.flow.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlow(String, JobConf) - Constructor for class cascading.flow.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlow(String, JobConf, boolean) - Constructor for class cascading.flow.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlow(String, JobConf, boolean, boolean) - Constructor for class cascading.flow.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlowStep - Class in cascading.flow
Class MapReduceFlowStep wraps a JobConf and allows it to be executed as a Flow.
markFailed(Throwable) - Method in class cascading.stats.CascadingStats
Method markFailed sets the status to failed.
markRunning() - Method in class cascading.stats.CascadingStats
Method markRunning sets the status to running.
markStartTime() - Method in class cascading.stats.CascadingStats
 
markStopped() - Method in class cascading.stats.CascadingStats
Method markStopped sets the status to stopped.
markSuccessful() - Method in class cascading.stats.CascadingStats
Method markSuccessful sets the status to successful.
matchEachElement - Variable in class cascading.operation.regex.RegexFilter
Field matchEachElement
matchEachElement(Matcher, Tuple) - Method in class cascading.operation.regex.RegexMatcher
Method matchEachElement ...
matchEachElementPos(Matcher, Tuple) - Method in class cascading.operation.regex.RegexMatcher
 
matchWholeTuple(Matcher, Tuple) - Method in class cascading.operation.regex.RegexMatcher
Method matchWholeTuple ...
Max - Class in cascading.operation.aggregator
Class Max is an Aggregator that returns the maximum value encountered in the current group.
Max() - Constructor for class cascading.operation.aggregator.Max
Constructs a new instance that returns the maximum value encoutered in the field name "max".
Max(Fields) - Constructor for class cascading.operation.aggregator.Max
Constructs a new instance that returns the maximum value encoutered in the given fieldDeclaration field name.
Max(Fields, Object...) - Constructor for class cascading.operation.aggregator.Max
Constructs a new instance that returns the maximum value encoutered in the given fieldDeclaration field name.
MIME_DIRECTORY - Static variable in class cascading.util.S3Util
Deprecated.  
Min - Class in cascading.operation.aggregator
Class Min is an Aggregator that returns the minimum value encountered in the current group.
Min() - Constructor for class cascading.operation.aggregator.Min
Constructs a new instance that returns the Min value encoutered in the field name "min".
Min(Fields) - Constructor for class cascading.operation.aggregator.Min
Constructs a new instance that returns the minimum value encoutered in the given fieldDeclaration field name.
Min(Fields, Object...) - Constructor for class cascading.operation.aggregator.Min
Constructs a new instance that returns the minimum value encoutered in the given fieldDeclaration field name.
MixedJoin - Class in cascading.pipe.cogroup
Class MixedJoin will return an Iterator that will iterate over a given Joiner and return tuples that represent a join as defined by the given boolean array.
MixedJoin(boolean[]) - Constructor for class cascading.pipe.cogroup.MixedJoin
Constructor MixedJoin creates a new MixedJoin instance.
MixedJoin.JoinIterator - Class in cascading.pipe.cogroup
 
MixedJoin.JoinIterator(GroupClosure) - Constructor for class cascading.pipe.cogroup.MixedJoin.JoinIterator
 
mkdirs(Path, FsPermission) - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
mkdirs(Path, FsPermission) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
MultiInputFormat - Class in cascading.tap.hadoop
Class MultiInputFormat accepts multiple InputFormat class declarations allowing a single MR job to read data from incompatible file types.
MultiInputFormat() - Constructor for class cascading.tap.hadoop.MultiInputFormat
 
MultiInputSplit - Class in cascading.tap.hadoop
Class MultiInputSplit is used by MultiInputFormat
MultiInputSplit(InputSplit, Map<String, String>) - Constructor for class cascading.tap.hadoop.MultiInputSplit
 
MultiInputSplit() - Constructor for class cascading.tap.hadoop.MultiInputSplit
 
MultiMapReducePlanner - Class in cascading.flow
Class MultiMapReducePlanner is the core Hadoop MapReduce planner.
MultiMapReducePlanner(Map<Object, Object>) - Constructor for class cascading.flow.MultiMapReducePlanner
Constructor MultiMapReducePlanner creates a new MultiMapReducePlanner instance.
MultiTap - Class in cascading.tap
Class MultiTap is used to tie multiple Tap instances into a single resource.
MultiTap(Scheme) - Constructor for class cascading.tap.MultiTap
 
MultiTap(Tap...) - Constructor for class cascading.tap.MultiTap
 

N

NAMESPACE_XHTML - Static variable in class cascading.operation.xml.XPathOperation
Field NAMESPACE_XHTML
namespaces - Variable in class cascading.operation.xml.XPathOperation
Field namespaces
needsTaskCommit(JobConf) - Static method in class cascading.tap.hadoop.Hadoop18TapUtil
 
negateMatch - Variable in class cascading.operation.regex.RegexMatcher
Field removeMatch
next() - Method in class cascading.pipe.cogroup.InnerJoin.JoinIterator
 
next() - Method in class cascading.tap.hadoop.TapIterator
Method next returns the next Tuple.
next() - Method in class cascading.tuple.TupleEntryIterator
Method next returns the next TupleEntry.
normalizeUrl(String) - Static method in class cascading.util.Util
This methdo attempts to remove duplicate consecutive forward slashes from the given url.
Not - Class in cascading.operation.filter
Class Not is a Filter class that will logically 'not' (negation) the results of the constructor provided Filter instance.
Not(Filter) - Constructor for class cascading.operation.filter.Not
Constructor Not creates a new Not instance.
NULL - Static variable in class cascading.flow.FlowProcess
Field NULL is a noop implemenation of FlowSession.
NULL - Static variable in class cascading.flow.FlowSession
Field NULL is a noop implemenation of FlowSession.
NULL - Static variable in class cascading.tuple.Tuples
A constant empty Tuple instance.
numArgs - Variable in class cascading.operation.BaseOperation
Field numArgs
numJoins() - Method in class cascading.pipe.cogroup.InnerJoin
 
numJoins() - Method in interface cascading.pipe.cogroup.Joiner
Returns the number of joins this instance can handle.
numJoins() - Method in class cascading.pipe.cogroup.LeftJoin
 
numJoins() - Method in class cascading.pipe.cogroup.MixedJoin
 
numJoins() - Method in class cascading.pipe.cogroup.OuterJoin
 
numJoins() - Method in class cascading.pipe.cogroup.RightJoin
 

O

offsetSelector(int, int) - Static method in class cascading.tuple.Fields
Method offsetSelector is a factory that makes new instances of Fields the given size but offset by startPos.
onCompleted(Flow) - Method in interface cascading.flow.FlowListener
The onCompleted event is fired when a Flow instance has completed all work whether if was success or failed.
onStarting(Flow) - Method in interface cascading.flow.FlowListener
The onStarting event is fired when a Flow instance receives the start() message.
onStopping(Flow) - Method in interface cascading.flow.FlowListener
The onStopping event is fired when a Flow instance receives the stop() message.
onThrowable(Flow, Throwable) - Method in interface cascading.flow.FlowListener
The onThrowable event is fired if any child FlowStep throws a Throwable type.
open(Path, int) - Method in class cascading.tap.hadoop.HttpFileSystem
 
open(Path, int) - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
openForRead(JobConf) - Method in class cascading.tap.Hfs
 
openForRead(JobConf) - Method in class cascading.tap.SinkTap
 
openForRead(JobConf) - Method in class cascading.tap.SourceTap
 
openForRead(JobConf) - Method in class cascading.tap.Tap
Method openForRead opens the resource represented by this Tap instance.
openForWrite(JobConf) - Method in class cascading.tap.Hfs
 
openForWrite(JobConf) - Method in class cascading.tap.SinkTap
 
openForWrite(JobConf) - Method in class cascading.tap.SourceTap
 
openForWrite(JobConf) - Method in class cascading.tap.Tap
Method openForWrite opens the resource represented by this Tap instance.
openForWrite(JobConf) - Method in class cascading.tap.TemplateTap
 
openSink() - Method in class cascading.flow.Flow
Method openSink opens the first sink Tap.
openSink(String) - Method in class cascading.flow.Flow
Method openSink opens the named sink Tap.
openSinkForRead(JobConf) - Method in class cascading.flow.FlowStep
 
openSource() - Method in class cascading.flow.Flow
Method openSource opens the first source Tap.
openSource(String) - Method in class cascading.flow.Flow
Method openSource opens the named source Tap.
openSourceForRead(JobConf) - Method in class cascading.flow.FlowStep
 
openTapForRead(Tap) - Method in class cascading.flow.Flow
Method openTapForRead return a TupleIterator for the given Tap instance.
openTapForRead(Tap) - Method in class cascading.flow.FlowProcess
Method openTapForRead return a TupleIterator for the given Tap instance.
openTapForRead(Tap) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
openTapForWrite(Tap) - Method in class cascading.flow.Flow
Method openTapForWrite returns a (@link TupleCollector} for the given Tap instance.
openTapForWrite(Tap) - Method in class cascading.flow.FlowProcess
Method openTapForWrite returns a (@link TupleCollector} for the given Tap instance.
openTapForWrite(Tap) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
openTrap() - Method in class cascading.flow.Flow
Method openTrap opens the first trap Tap.
openTrap(String) - Method in class cascading.flow.Flow
Method openTrap opens the named trap Tap.
operate(FlowProcess, BufferCall<C>) - Method in interface cascading.operation.Buffer
Method operate is called once for each grouping.
operate(FlowProcess, FunctionCall<ExpressionOperation.Context>) - Method in class cascading.operation.expression.ExpressionFunction
 
operate(FlowProcess, FunctionCall<C>) - Method in interface cascading.operation.Function
Method operate provides the implementation of this Function.
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.function.UnGroup
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.Identity
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.Insert
 
operate(FlowProcess, FunctionCall<Matcher>) - Method in class cascading.operation.regex.RegexGenerator
 
operate(FlowProcess, FunctionCall<Matcher>) - Method in class cascading.operation.regex.RegexParser
 
operate(FlowProcess, FunctionCall<Matcher>) - Method in class cascading.operation.regex.RegexReplace
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.regex.RegexSplitGenerator
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.regex.RegexSplitter
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.text.DateFormatter
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.text.DateParser
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.text.FieldFormatter
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.text.FieldJoiner
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.xml.TagSoupParser
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.xml.XPathGenerator
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.xml.XPathParser
 
operate(FlowProcess, TupleEntry) - Method in class cascading.pipe.Each.EachHandler
 
operate(FlowProcess, TupleEntry, TupleEntry, TupleEntryIterator) - Method in class cascading.pipe.Every.EveryAggregatorHandler
 
operate(FlowProcess, TupleEntry, TupleEntry, TupleEntryIterator) - Method in class cascading.pipe.Every.EveryAssertionHandler
 
operate(FlowProcess, TupleEntry, TupleEntry, TupleEntryIterator) - Method in class cascading.pipe.Every.EveryBufferHandler
 
operate(FlowProcess, TupleEntry, TupleEntry, TupleEntryIterator) - Method in class cascading.pipe.Every.EveryHandler
 
operate() - Method in interface cascading.util.Util.RetryOperator
 
Operation<C> - Interface in cascading.operation
Interface Operation is the base interface for all functions applied to Tuple streams.
operation - Variable in class cascading.pipe.Operator
Field operation
OperationCall<C> - Interface in cascading.operation
 
operationCall - Variable in class cascading.pipe.Each.EachHandler
 
OperationException - Exception in cascading.operation
Class OperationException is thrown by BaseOperation classes.
OperationException() - Constructor for exception cascading.operation.OperationException
Constructor OperationException creates a new OperationException instance.
OperationException(String) - Constructor for exception cascading.operation.OperationException
Constructor OperationException creates a new OperationException instance.
OperationException(String, Throwable) - Constructor for exception cascading.operation.OperationException
Constructor OperationException creates a new OperationException instance.
OperationException(Throwable) - Constructor for exception cascading.operation.OperationException
Constructor OperationException creates a new OperationException instance.
Operator - Class in cascading.pipe
An Opererator is a type of Pipe.
Operator(Operation) - Constructor for class cascading.pipe.Operator
 
Operator(String, Operation) - Constructor for class cascading.pipe.Operator
 
Operator(String, Operation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(String, Fields, Operation) - Constructor for class cascading.pipe.Operator
 
Operator(String, Fields, Operation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(Pipe, Operation) - Constructor for class cascading.pipe.Operator
 
Operator(Pipe, Fields, Operation) - Constructor for class cascading.pipe.Operator
 
Operator(Pipe, Fields, Operation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(Pipe, Operation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(String, AssertionLevel, Operation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(String, Fields, AssertionLevel, Operation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(Pipe, AssertionLevel, Operation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(Pipe, Fields, AssertionLevel, Operation, Fields) - Constructor for class cascading.pipe.Operator
 
OperatorException - Exception in cascading.pipe
Class OperatorException is thrown during field name resolution during planning
OperatorException() - Constructor for exception cascading.pipe.OperatorException
 
OperatorException(Pipe, String) - Constructor for exception cascading.pipe.OperatorException
Constructor OperatorException creates a new OperatorException instance.
OperatorException(Pipe, String, Throwable) - Constructor for exception cascading.pipe.OperatorException
Constructor OperatorException creates a new OperatorException instance.
OperatorException(String) - Constructor for exception cascading.pipe.OperatorException
 
OperatorException(String, Throwable) - Constructor for exception cascading.pipe.OperatorException
 
OperatorException(Throwable) - Constructor for exception cascading.pipe.OperatorException
 
Or - Class in cascading.operation.filter
Class Or is a Filter class that will logically 'or' the results of the constructor provided Filter instances.
Or(Filter...) - Constructor for class cascading.operation.filter.Or
Constructor Or creates a new Or instance where all Filter instances receive all arguments.
Or(Fields, Filter, Fields, Filter) - Constructor for class cascading.operation.filter.Or
Constructor Or creates a new Or instance.
Or(Fields[], Filter[]) - Constructor for class cascading.operation.filter.Or
Constructor Or creates a new Or instance.
OUTER - Static variable in class cascading.pipe.cogroup.MixedJoin
Field OUTER
OuterJoin - Class in cascading.pipe.cogroup
Class OuterJoin will return an OuterJoin.JoinIterator that will iterate over a given Joiner and return tuples that represent and outer join of the CoGrouper internal grouped tuple collections.
OuterJoin() - Constructor for class cascading.pipe.cogroup.OuterJoin
 
OuterJoin.JoinIterator - Class in cascading.pipe.cogroup
 
OuterJoin.JoinIterator(GroupClosure) - Constructor for class cascading.pipe.cogroup.OuterJoin.JoinIterator
 
outgoingScope - Variable in class cascading.pipe.Every.EveryHandler
Field outgoingScope
outgoingScopeFor(Set<Scope>) - Method in class cascading.flow.ElementGraph.Extent
 
outgoingScopeFor(Set<Scope>) - Method in interface cascading.flow.FlowElement
Method outgoingScopeFor returns the Scope this FlowElement hands off to the next FlowElement.
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Each
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Every
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Group
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Operator
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Pipe
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.tap.Tap
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.tap.TempHfs
 
outputCollector - Variable in class cascading.pipe.Every.EveryHandler
Field outputCollector
outputSelector - Variable in class cascading.pipe.Operator
Field outputSelector

P

parse(String) - Static method in class cascading.tuple.Tuple
Method parse will parse the Tuple.print() String representation of a Tuple instance and return a new Tuple instance.
parseAWSUri(URI, String, String) - Static method in class cascading.util.S3Util
Deprecated. 
pathExists(JobConf) - Method in class cascading.tap.Hfs
 
pathExists(JobConf) - Method in class cascading.tap.MultiTap
 
pathExists(JobConf) - Method in class cascading.tap.Tap
Method pathExists return true if the path represented by this instance exists.
pathExists(JobConf) - Method in class cascading.tap.TemplateTap
 
paths - Variable in class cascading.operation.xml.XPathOperation
Field paths
patternString - Variable in class cascading.operation.assertion.AssertGroupBase
Field patternString
patternString - Variable in class cascading.operation.regex.RegexOperation
Field patternString
performOperation(Tuple[], TupleEntry) - Method in class cascading.operation.aggregator.ExtentBase
 
performOperation(Tuple[], TupleEntry) - Method in class cascading.operation.aggregator.First
 
performOperation(Tuple[], TupleEntry) - Method in class cascading.operation.aggregator.Last
 
Pipe - Class in cascading.pipe
Class Pipe is used to name branches in pipe assemblies, and as a base class for core processing model types, specifically Each, Every, GroupBy, and CoGroup.
Pipe() - Constructor for class cascading.pipe.Pipe
 
Pipe(Pipe) - Constructor for class cascading.pipe.Pipe
 
Pipe(String) - Constructor for class cascading.pipe.Pipe
Constructor Pipe creates a new Pipe instance with the given name.
Pipe(String, Pipe) - Constructor for class cascading.pipe.Pipe
Constructor Pipe creates a new Pipe instance with the given name and previous Pipe instance.
pipes(Pipe...) - Static method in class cascading.pipe.Pipe
Convenience method to create an array of Pipe instances.
PlannerException - Exception in cascading.flow
Class PlannerException is thrown when a job planner fails.
PlannerException() - Constructor for exception cascading.flow.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(Pipe, String) - Constructor for exception cascading.flow.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(Pipe, String, Throwable) - Constructor for exception cascading.flow.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(Pipe, String, Throwable, ElementGraph) - Constructor for exception cascading.flow.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(String) - Constructor for exception cascading.flow.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(String, Throwable) - Constructor for exception cascading.flow.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(Throwable) - Constructor for exception cascading.flow.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(String, Throwable, ElementGraph) - Constructor for exception cascading.flow.PlannerException
Constructor PlannerException creates a new PlannerException instance.
prepare(FlowProcess, OperationCall<C>) - Method in class cascading.operation.BaseOperation
Method prepare does nothing, and may safely be overridden.
prepare(FlowProcess, OperationCall<Long>) - Method in class cascading.operation.Debug
 
prepare(FlowProcess, OperationCall<ExpressionOperation.Context>) - Method in class cascading.operation.expression.ExpressionOperation
 
prepare(FlowProcess, OperationCall<Limit.Context>) - Method in class cascading.operation.filter.Limit
 
prepare(FlowProcess, OperationCall) - Method in class cascading.operation.filter.Logic
 
prepare(FlowProcess, OperationCall) - Method in class cascading.operation.filter.Not
 
prepare(FlowProcess, OperationCall<Random>) - Method in class cascading.operation.filter.Sample
 
prepare(FlowProcess, OperationCall<C>) - Method in interface cascading.operation.Operation
The prepare method is called immediately before the current Operation instance is put into play.
prepare(FlowProcess, OperationCall<Matcher>) - Method in class cascading.operation.regex.RegexGenerator
 
prepare(FlowProcess, OperationCall<Matcher>) - Method in class cascading.operation.regex.RegexMatcher
 
prepare(FlowProcess, OperationCall<Matcher>) - Method in class cascading.operation.regex.RegexParser
 
prepare(FlowProcess, OperationCall<Matcher>) - Method in class cascading.operation.regex.RegexReplace
 
prepare(FlowProcess) - Method in class cascading.pipe.Each.EachHandler
 
prepare(FlowProcess) - Method in class cascading.pipe.Every.EveryHandler
 
previous - Variable in class cascading.pipe.Pipe
Field previous
print(Scope) - Method in class cascading.pipe.Pipe
Method print is used internally.
print() - Method in class cascading.tuple.Fields
Method print returns a String representation of this instance.
print() - Method in class cascading.tuple.Tuple
Method print returns a parsable String representation of this Tuple instance.
print() - Method in class cascading.tuple.TuplePair
 
print(Collection, String) - Static method in class cascading.util.Util
 
print(StringBuffer, Collection, String) - Static method in class cascading.util.Util
 
printElementGraph(String, <any>) - Method in class cascading.flow.ElementGraph
 
printElementGraph(String) - Method in class cascading.flow.StepGraph
 
printGraph(SimpleDirectedGraph) - Static method in class cascading.util.Util
 
printGraph(PrintStream, SimpleDirectedGraph) - Static method in class cascading.util.Util
 
printGraph(String, SimpleDirectedGraph) - Static method in class cascading.util.Util
 
printInternal(StringBuffer, Scope) - Method in class cascading.pipe.Group
 
printInternal(StringBuffer, Scope) - Method in class cascading.pipe.Operator
 
printInternal(StringBuffer, Scope) - Method in class cascading.pipe.Pipe
 
printMatrix(PrintStream, <any>) - Static method in class cascading.util.Util
 
printOperationInternal(Operation, StringBuffer, Scope) - Static method in class cascading.operation.BaseOperation
 
printVerbose() - Method in class cascading.tuple.Fields
Method printLong returns a String representation of this instance along with the size.
properties - Variable in class cascading.flow.FlowPlanner
Field properties
put(Fields, Fields, Tuple) - Method in class cascading.tuple.Tuple
Method put places the values of the given tuple into the positions specified by the fields argument.
putObject(S3Service, S3Bucket, S3Object) - Static method in class cascading.util.S3Util
Deprecated. 

R

read() - Method in class cascading.tap.hadoop.FSDigestInputStream
 
read(byte[], int, int) - Method in class cascading.tap.hadoop.FSDigestInputStream
 
read(int, DataInputStream) - Method in class cascading.tuple.hadoop.SerializationElementReader
 
read(int, DataInputStream) - Method in interface cascading.tuple.TupleInputStream.ElementReader
 
readFields(DataInput) - Method in class cascading.tap.hadoop.MultiInputSplit
 
readFields(DataInput) - Method in class cascading.tap.hadoop.ZipSplit
 
readIndexTuple() - Method in class cascading.tuple.TupleInputStream
 
readIndexTuple(IndexTuple) - Method in class cascading.tuple.TupleInputStream
 
readTuple() - Method in class cascading.tuple.TupleInputStream
 
readTuple(Tuple) - Method in class cascading.tuple.TupleInputStream
 
readTuplePair() - Method in class cascading.tuple.TupleInputStream
 
readTuplePair(TuplePair) - Method in class cascading.tuple.TupleInputStream
 
reduce(Object, Iterator, OutputCollector, Reporter) - Method in class cascading.flow.FlowReducer
 
reduce(Object, Iterator, OutputCollector) - Method in class cascading.flow.stack.FlowReducerStack
 
reducerTraps - Variable in class cascading.flow.FlowStep
Field reducerTraps
RegexFilter - Class in cascading.operation.regex
Class RegexFilter will apply the regex patternString against every input Tuple value and filter the Tuple stream accordingly.
RegexFilter(String) - Constructor for class cascading.operation.regex.RegexFilter
Constructor RegexFilter creates a new RegexFilter instance.
RegexFilter(String, boolean) - Constructor for class cascading.operation.regex.RegexFilter
Constructor RegexFilter creates a new RegexFilter instance.
RegexFilter(String, boolean, boolean) - Constructor for class cascading.operation.regex.RegexFilter
 
RegexGenerator - Class in cascading.operation.regex
Class RegexGenerator will emit a new Tuple for every matched regex group.
RegexGenerator(String) - Constructor for class cascading.operation.regex.RegexGenerator
Constructor RegexGenerator creates a new RegexGenerator instance.
RegexGenerator(Fields, String) - Constructor for class cascading.operation.regex.RegexGenerator
Constructor RegexGenerator creates a new RegexGenerator instance.
RegexMatcher - Class in cascading.operation.regex
Class RegexMatcher is the base class for common regular expression operations.
RegexMatcher(String) - Constructor for class cascading.operation.regex.RegexMatcher
 
RegexMatcher(String, boolean) - Constructor for class cascading.operation.regex.RegexMatcher
 
RegexMatcher(Fields, String) - Constructor for class cascading.operation.regex.RegexMatcher
 
RegexMatcher(Fields, String, boolean) - Constructor for class cascading.operation.regex.RegexMatcher
 
RegexOperation<C> - Class in cascading.operation.regex
Class RegexOperation is the base class for all regex Operations.
RegexOperation() - Constructor for class cascading.operation.regex.RegexOperation
Constructor RegexOperation creates a new RegexOperation instance.
RegexOperation(int) - Constructor for class cascading.operation.regex.RegexOperation
Constructor RegexOperation creates a new RegexOperation instance.
RegexOperation(Fields) - Constructor for class cascading.operation.regex.RegexOperation
Constructor RegexOperation creates a new RegexOperation instance.
RegexOperation(int, String) - Constructor for class cascading.operation.regex.RegexOperation
Constructor RegexOperation creates a new RegexOperation instance.
RegexOperation(String) - Constructor for class cascading.operation.regex.RegexOperation
Constructor RegexOperation creates a new RegexOperation instance.
RegexOperation(int, Fields) - Constructor for class cascading.operation.regex.RegexOperation
Constructor RegexOperation creates a new RegexOperation instance.
RegexOperation(int, Fields, String) - Constructor for class cascading.operation.regex.RegexOperation
Constructor RegexOperation creates a new RegexOperation instance.
RegexParser - Class in cascading.operation.regex
Class RegexParser is used to extract a matched regex from an incoming argument value.
RegexParser(String) - Constructor for class cascading.operation.regex.RegexParser
Constructor RegexParser creates a new RegexParser instance, where the argument Tuple value is matched and returned in a new Tuple.
RegexParser(Fields, String) - Constructor for class cascading.operation.regex.RegexParser
Constructor RegexParser creates a new RegexParser instance, where the argument Tuple value is matched and returned as the given Field.
RegexParser(String, int[]) - Constructor for class cascading.operation.regex.RegexParser
Constructor RegexParser creates a new RegexParser instance, where the patternString is a regular expression with match groups and whose groups designated by groups are stored in the appropriate number of new fields.
RegexParser(Fields, String, int[]) - Constructor for class cascading.operation.regex.RegexParser
Constructor RegexParser creates a new RegexParser instance, where the patternString is a regular expression with match groups and whose groups designated by groups are stored in the named fieldDeclarations.
RegexReplace - Class in cascading.operation.regex
Class RegexReplace is used to replace a matched regex with a replacement value.
RegexReplace(Fields, String, String, boolean) - Constructor for class cascading.operation.regex.RegexReplace
Constructor RegexReplace creates a new RegexReplace instance,
RegexReplace(Fields, String, String) - Constructor for class cascading.operation.regex.RegexReplace
Constructor RegexReplace creates a new RegexReplace instance.
RegexSplitGenerator - Class in cascading.operation.regex
Class RegexGenerator will emit a new Tuple for every split on the incoming argument value delimited by the given patternString.
RegexSplitGenerator(String) - Constructor for class cascading.operation.regex.RegexSplitGenerator
Constructor RegexGenerator creates a new RegexGenerator instance.
RegexSplitGenerator(Fields, String) - Constructor for class cascading.operation.regex.RegexSplitGenerator
Constructor RegexGenerator creates a new RegexGenerator instance.
RegexSplitter - Class in cascading.operation.regex
Class RegexSplitter will split an incoming argument value by the given regex delimiter patternString.
RegexSplitter(String) - Constructor for class cascading.operation.regex.RegexSplitter
Constructor RegexSplitter creates a new RegexSplitter instance.
RegexSplitter(Fields) - Constructor for class cascading.operation.regex.RegexSplitter
Constructor RegexOperation creates a new RegexOperation instance, where the delimiter is the tab character.
RegexSplitter(Fields, String) - Constructor for class cascading.operation.regex.RegexSplitter
Constructor RegexSplitter creates a new RegexSplitter instance.
remove() - Method in class cascading.pipe.cogroup.InnerJoin.JoinIterator
 
remove() - Method in class cascading.tap.hadoop.TapIterator
 
remove(int[]) - Method in class cascading.tuple.Tuple
Method remove removes the values specified by the given pos array and returns a new Tuple containing the removed values.
remove(Fields, Fields) - Method in class cascading.tuple.Tuple
Method remove removes the values specified by the given selector.
remove() - Method in class cascading.tuple.TupleEntryIterator
Method remove removes the current TypleEntry from the underlying collection.
removeAllNulls(List) - Static method in class cascading.util.Util
This method removes all nulls from the given List.
removeListener(FlowListener) - Method in class cascading.flow.Flow
Method removeListener removes the given flowListener from this instance.
removeUnnecessaryPipes() - Method in class cascading.flow.ElementGraph
Method removeEmptyPipes performs a depth first traversal and removes instance of Pipe or SubAssembly.
rename(Path, Path) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
reset() - Method in class cascading.operation.aggregator.Average.Context
 
reset(Number) - Method in class cascading.operation.aggregator.ExtremaBase.Context
 
reset() - Method in class cascading.operation.assertion.AssertGroupBase.Context
 
resolve(Fields, Fields...) - Static method in class cascading.tuple.Fields
Method resolve returns a new selector expanded on the given field declarations
resolveFields() - Method in class cascading.flow.ElementGraph
Method resolveFields performs a breadth first traversal and resolves the tuple fields between each Pipe instance.
resolveFields(Scope) - Method in interface cascading.flow.FlowElement
Method resolveFields returns the actual field names represented by the given Scope.
resolveFields(Scope) - Method in class cascading.pipe.Each
 
resolveFields(Scope) - Method in class cascading.pipe.Every
 
resolveFields(Scope) - Method in class cascading.pipe.Group
 
resolveFields(Scope) - Method in class cascading.pipe.Pipe
 
resolveFields(Scope) - Method in class cascading.tap.Tap
 
resolveIncomingOperationFields(Scope) - Method in interface cascading.flow.FlowElement
Method resolveIncomingOperationFields resolves the incoming scopes to the actual incoming operation field names.
resolveIncomingOperationFields(Scope) - Method in class cascading.pipe.Each
 
resolveIncomingOperationFields(Scope) - Method in class cascading.pipe.Every
 
resolveIncomingOperationFields(Scope) - Method in class cascading.pipe.Pipe
 
resolveIncomingOperationFields(Scope) - Method in class cascading.tap.Tap
 
RESULTS - Static variable in class cascading.tuple.Fields
Field RESULTS represents all fields returned by the current operation
rethrow(Exception) - Method in interface cascading.util.Util.RetryOperator
 
retry(Logger, int, int, String, Util.RetryOperator<T>) - Static method in class cascading.util.Util
 
ReverseTupleComparator - Class in cascading.tuple.hadoop
 
ReverseTupleComparator() - Constructor for class cascading.tuple.hadoop.ReverseTupleComparator
 
ReverseTuplePairComparator - Class in cascading.tuple.hadoop
Class ReverseTuplePairComparator is an implementation of RawComparator.
ReverseTuplePairComparator() - Constructor for class cascading.tuple.hadoop.ReverseTuplePairComparator
 
RightJoin - Class in cascading.pipe.cogroup
Class RightJoin will return an RightJoin.JoinIterator that will iterate over a given Joiner and return tuples that represent a left outer, right inner join of the CoGrouper internal grouped tuple collections.
RightJoin() - Constructor for class cascading.pipe.cogroup.RightJoin
 
RightJoin.JoinIterator - Class in cascading.pipe.cogroup
 
RightJoin.JoinIterator(GroupClosure) - Constructor for class cascading.pipe.cogroup.RightJoin.JoinIterator
 
run() - Method in class cascading.cascade.Cascade
Method run implements the Runnable run method.
run() - Method in class cascading.flow.Flow
Method run implements the Runnable run method and should not be called by users.

S

S3fs - Class in cascading.tap
Deprecated.  
S3fs(Fields, URI) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Fields, URI, boolean) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Fields, URI, SinkMode) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Fields, String) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Fields, String, String, String, String) - Constructor for class cascading.tap.S3fs
Deprecated. Constructor S3fs creates a new S3fs instance.
S3fs(Scheme, String, String, String, String) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Scheme, URI) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Scheme, String) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Scheme, String, String, String, String, boolean) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Scheme, String, String, String, String, SinkMode) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Scheme, String, boolean) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3fs(Scheme, String, SinkMode) - Constructor for class cascading.tap.S3fs
Deprecated. 
S3FS_BUCKET - Static variable in class cascading.tap.S3fs
Deprecated. Field S3FS_BUCKET is the property key for the S3 bucket
S3FS_ID - Static variable in class cascading.tap.S3fs
Deprecated. Field S3FS_ID is the property key for the S3 id
S3FS_SECRET - Static variable in class cascading.tap.S3fs
Deprecated. Field S3FS_SECRET is the property key for the S3 secret
S3HttpFileSystem - Class in cascading.tap.hadoop
Deprecated.  
S3HttpFileSystem() - Constructor for class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
S3TP_SCHEME - Static variable in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
S3Util - Class in cascading.util
Deprecated. 
S3Util() - Constructor for class cascading.util.S3Util
Deprecated.  
S3Util.Request - Enum in cascading.util
Deprecated.  
Sample - Class in cascading.operation.filter
Class Sample is a Filter that only allows the given percent of Tuple instances to pass.
Sample(double) - Constructor for class cascading.operation.filter.Sample
Creates a new Sample that permits percent Tuples to pass.
Sample(long, double) - Constructor for class cascading.operation.filter.Sample
Creates a new Sample that permits percent Tuples to pass.
sanitizeUrl(String) - Static method in class cascading.util.Util
This method attempts to remove any username and password from the given url String.
Scheme - Class in cascading.scheme
A Scheme defines what is stored in a Tap instance by declaring the Tuple field names, and alternately parsing or rendering the incoming or outgoing Tuple stream, respectively.
Scheme() - Constructor for class cascading.scheme.Scheme
Constructor Scheme creates a new Scheme instance.
Scheme(Fields) - Constructor for class cascading.scheme.Scheme
Constructor Scheme creates a new Scheme instance.
Scheme(Fields, int) - Constructor for class cascading.scheme.Scheme
Constructor Scheme creates a new Scheme instance.
Scheme(Fields, Fields) - Constructor for class cascading.scheme.Scheme
Constructor Scheme creates a new Scheme instance.
Scheme(Fields, Fields, int) - Constructor for class cascading.scheme.Scheme
Constructor Scheme creates a new Scheme instance.
Scope - Class in cascading.flow
Class Scope is an internal representation of the linkages between operations.
Scope() - Constructor for class cascading.flow.Scope
Default constructor.
Scope(Scope) - Constructor for class cascading.flow.Scope
Copy constructor
Scope(Fields) - Constructor for class cascading.flow.Scope
Tap constructor
Scope(String, Scope.Kind, Fields, Fields, Fields, Fields) - Constructor for class cascading.flow.Scope
Constructor Scope creates a new Scope instance.
Scope(String, Fields, Map<String, Fields>, Map<String, Fields>, Fields, boolean) - Constructor for class cascading.flow.Scope
Constructor Scope creates a new Scope instance.
Scope(String) - Constructor for class cascading.flow.Scope
Constructor Scope creates a new Scope instance.
Scope.Kind - Enum in cascading.flow
 
seek(long) - Method in class cascading.tap.hadoop.FSDigestInputStream
 
seekToNewSource(long) - Method in class cascading.tap.hadoop.FSDigestInputStream
 
select(Fields) - Method in class cascading.tuple.Fields
Method select returns a new Fields instance with fields specified by the given selector.
select(Fields, TupleEntry...) - Static method in class cascading.tuple.TupleEntry
Method select will select a new Tuple instance from the given set of entries.
selectEntry(Fields) - Method in class cascading.tuple.TupleEntry
Method selectEntry selects the fields specified in selector from this instance.
selectTuple(Fields) - Method in class cascading.tuple.TupleEntry
Method selectTuple selects the fields specified in selector from this instance.
SequenceFile - Class in cascading.scheme
A SequenceFile is a type of Scheme, which is a flat files consisting of binary key/value pairs.
SequenceFile() - Constructor for class cascading.scheme.SequenceFile
Protected for use by TempDfs and other subclasses.
SequenceFile(Fields) - Constructor for class cascading.scheme.SequenceFile
Creates a new SequenceFile instance that stores the given field names.
SerializationElementReader - Class in cascading.tuple.hadoop
 
SerializationElementReader(TupleSerialization) - Constructor for class cascading.tuple.hadoop.SerializationElementReader
 
SerializationElementWriter - Class in cascading.tuple.hadoop
 
SerializationElementWriter(TupleSerialization) - Constructor for class cascading.tuple.hadoop.SerializationElementWriter
 
SerializationToken - Annotation Type in cascading.tuple.hadoop
Annotation SerializationToken enables TupleInputStream and TupleOutputStream to substitute Integer values for a class name when writing out nested objects inside a Tuple.
serializeBase64(Object) - Static method in class cascading.util.Util
This method serializes the given Object instance and retunrs a String Base64 representation.
set(long, String, String) - Method in class cascading.operation.assertion.AssertGroupBase.Context
 
set(int, Comparable) - Method in class cascading.tuple.Tuple
Method set sets the given value to the given index position in this instance.
set(Fields, Fields, Tuple) - Method in class cascading.tuple.Tuple
Method set sets the values in the given selector positions to the values from the given Tuple.
set(Comparable, Comparable) - Method in class cascading.tuple.TupleEntry
Method set sets the value in the given field or position.
set(TupleEntry) - Method in class cascading.tuple.TupleEntry
Method set sets the values from the given tupleEntry into this TupleEntry instance based on the given tupleEntry field names.
setApplicationJarClass(Map<Object, Object>, Class) - Static method in class cascading.flow.FlowConnector
Method setApplicationJarClass is used to set the application jar file.
setApplicationJarPath(Map<Object, Object>, String) - Static method in class cascading.flow.FlowConnector
Method setApplicationJarPath is used to set the application jar file.
setArguments(TupleEntry) - Method in class cascading.operation.ConcreteCall
 
setArgumentsIterator(Iterator<TupleEntry>) - Method in class cascading.operation.ConcreteCall
 
setAssertionLevel(Map<Object, Object>, AssertionLevel) - Static method in class cascading.flow.FlowConnector
Method setAssertionLevel sets the target planner AssertionLevel.
setConf(Configuration) - Method in class cascading.tuple.hadoop.DeserializerComparator
 
setContext(C) - Method in class cascading.operation.ConcreteCall
 
setContext(C) - Method in interface cascading.operation.OperationCall
Sets the user defined 'context' object.
setCurrentProcess(FlowProcess) - Method in class cascading.flow.FlowSession
Method setCurrentProcess sets the currentProcess of this FlowSession object.
setCurrentSession(FlowSession) - Method in class cascading.flow.FlowProcess
Method setCurrentSession sets the currentSession of this FlowProcess object.
setFeature(String, boolean) - Method in class cascading.operation.xml.TagSoupParser
Method setFeature allows the user to set 'features' directly on the TagSoup parser, Parser#setFeature(String, boolean).
setFlowSkipStrategy(FlowSkipStrategy) - Method in class cascading.cascade.Cascade
Method setFlowSkipStrategy sets a new FlowSkipStrategy, the current strategy, if any, is returned.
setFlowSkipStrategy(FlowSkipStrategy) - Method in class cascading.flow.Flow
Method setFlowSkipStrategy sets a new FlowSkipStrategy, the current strategy is returned.
setGroup(TupleEntry) - Method in class cascading.operation.ConcreteCall
 
setIndex(int) - Method in class cascading.tuple.IndexTuple
 
setIntermediateSchemeClass(Map<Object, Object>, Class) - Static method in class cascading.flow.FlowConnector
Method setIntermediateSchemeClass is used for debugging.
setIntermediateSchemeClass(Map<Object, Object>, String) - Static method in class cascading.flow.FlowConnector
Method setIntermediateSchemeClass is used for debugging.
setJobConf(Map<Object, Object>, JobConf) - Static method in class cascading.flow.MultiMapReducePlanner
Method setJobConf adds the given JobConf object to the given properties object.
setJobPollingInterval(Map<Object, Object>, long) - Static method in class cascading.flow.Flow
Property jobPollingInterval will set the time to wait between polling the remote server for the status of a job.
setMD5SumFor(Configuration, Path, String) - Static method in class cascading.tap.hadoop.StreamedFileSystem
 
setMD5SumFor(Configuration, String, String) - Static method in class cascading.tap.hadoop.StreamedFileSystem
 
setName(String) - Method in class cascading.flow.Flow
 
setName(String) - Method in class cascading.flow.Scope
Method setName sets the name of this Scope object.
setNormalizeHeterogeneousSources(Map<Object, Object>, boolean) - Static method in class cascading.flow.MultiMapReducePlanner
Method setNormalizeHeterogeneousSources adds the given doNormalize boolean to the given properites object.
setNumSinkParts(int) - Method in class cascading.scheme.Scheme
Method setNumSinkParts sets the numSinkParts of this Scheme object.
setNumSinkParts(int) - Method in class cascading.tap.TemplateTap.TemplateScheme
 
setOnEmpty(TupleEntry, TupleEntry) - Static method in class cascading.tuple.Tuples
 
setOutputCollector(TupleEntryCollector) - Method in class cascading.operation.ConcreteCall
 
setPredecessors(List<FlowStep.FlowStepJob>) - Method in class cascading.flow.FlowStep.FlowStepJob
 
setPreserveTemporaryFiles(Map<Object, Object>, boolean) - Static method in class cascading.flow.Flow
Property preserveTemporaryFiles forces the Flow instance to keep any temporary intermediate data sets.
setPrintFieldsEvery(int) - Method in class cascading.operation.Debug
Method setPrintFieldsEvery sets the printFieldsEvery interval value of this Debug object.
setPrintTupleEvery(int) - Method in class cascading.operation.Debug
Method setPrintTupleEvery sets the printTupleEvery interval value of this Debug object.
setReporter(Reporter) - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method setReporter sets the reporter of this HadoopFlowProcess object.
setReporter(Reporter) - Method in class cascading.tap.hadoop.TapCollector
 
setScheme(Scheme) - Method in class cascading.tap.Tap
 
setSerializations(JobConf) - Static method in class cascading.tuple.hadoop.TupleSerialization
Adds this class as a Hadoop Serialization class.
setSinkCompression(TextLine.Compress) - Method in class cascading.scheme.TextLine
Method setSinkCompression sets the sinkCompression of this TextLine object.
setSinkFields(Fields) - Method in class cascading.scheme.Scheme
Method setSinkFields sets the sinkFields of this Scheme object.
setSinkFields(Fields) - Method in class cascading.tap.TemplateTap.TemplateScheme
 
setSinks(Map<String, Tap>) - Method in class cascading.flow.Flow
 
setSourceFields(Fields) - Method in class cascading.scheme.Scheme
Method setSourceFields sets the sourceFields of this Scheme object.
setSourceFields(Fields) - Method in class cascading.tap.TemplateTap.TemplateScheme
 
setSources(Map<String, Tap>) - Method in class cascading.flow.Flow
 
setStepGraph(StepGraph) - Method in class cascading.flow.Flow
 
setStepsCount(int) - Method in class cascading.stats.FlowStats
Method setStepsCount sets the steps value.
setStopJobsOnExit(Map<Object, Object>, boolean) - Static method in class cascading.flow.Flow
Property stopJobsOnExit will tell the Flow to add a JVM shutdown hook that will kill all running processes if the underlying computing system supports it.
setStringPath(String) - Method in class cascading.tap.Dfs
 
setStringPath(String) - Method in class cascading.tap.Hfs
 
setStringPath(String) - Method in class cascading.tap.Lfs
 
setStringPath(String) - Method in class cascading.tap.S3fs
Deprecated.  
setTails(Pipe...) - Method in class cascading.pipe.SubAssembly
Must be called by subclasses to set the final end points of the assembly the subclass represents.
setTemporaryDirectory(Map<Object, Object>, String) - Static method in class cascading.tap.Hfs
Method setTemporaryDirectory sets the temporary directory on the given properties object.
setTraps(Map<String, Tap>) - Method in class cascading.flow.Flow
 
setTuple(Tuple) - Method in class cascading.tuple.IndexTuple
 
setTuple(Tuple) - Method in class cascading.tuple.TupleEntry
Method setTuple sets the tuple of this TupleEntry object.
setTuple(Fields, Tuple) - Method in class cascading.tuple.TupleEntry
Method setTuple sets the values specified by the selector to the values given by the given tuple.
setupJob(JobConf) - Static method in class cascading.tap.hadoop.Hadoop18TapUtil
should only be called if not in a Flow
setUriScheme(URI) - Method in class cascading.tap.Hfs
 
setWorkingDirectory(Path) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
setWriteDirect(boolean) - Method in class cascading.tap.Tap
Method setWriteDirect should be set to true if this instances TupleEntryCollector should be used to sink values.
sink(TupleEntry, OutputCollector) - Method in class cascading.scheme.Scheme
Method sink writes out the given Tuple instance to the outputCollector.
sink(TupleEntry, OutputCollector) - Method in class cascading.scheme.SequenceFile
 
sink(TupleEntry, OutputCollector) - Method in class cascading.scheme.TextLine
 
sink(TupleEntry, OutputCollector) - Method in class cascading.tap.SourceTap
 
sink(TupleEntry, OutputCollector) - Method in class cascading.tap.Tap
Method sink emits the sink value(s) to the OutputCollector
sink(TupleEntry, OutputCollector) - Method in class cascading.tap.TemplateTap.TemplateScheme
 
sinkInit(Tap, JobConf) - Method in class cascading.scheme.Scheme
Method sinkInit initializes this instance as a sink.
sinkInit(Tap, JobConf) - Method in class cascading.scheme.SequenceFile
 
sinkInit(Tap, JobConf) - Method in class cascading.scheme.TextLine
 
sinkInit(JobConf) - Method in class cascading.tap.Hfs
 
sinkInit(JobConf) - Method in class cascading.tap.Tap
Method sinkInit initializes this instance as a sink.
sinkInit(JobConf) - Method in class cascading.tap.TempHfs
 
sinkInit(Tap, JobConf) - Method in class cascading.tap.TemplateTap.TemplateScheme
 
SinkMode - Enum in cascading.tap
Enum SinkMode identifies supported modes a Tap may utilize when used as a sink.
SinkTap - Class in cascading.tap
Class SinkTap is the base class for TemplateTap.
SinkTap() - Constructor for class cascading.tap.SinkTap
 
SinkTap(Scheme) - Constructor for class cascading.tap.SinkTap
 
SinkTap(Scheme, SinkMode) - Constructor for class cascading.tap.SinkTap
 
size - Variable in class cascading.operation.assertion.AssertGroupBase
Field size
size() - Method in class cascading.pipe.cogroup.CoGroupClosure
 
size() - Method in class cascading.pipe.cogroup.GroupClosure
 
size(int) - Static method in class cascading.tuple.Fields
Method size is a factory that makes new instances of Fields the given size.
size() - Method in class cascading.tuple.Fields
Method size returns the number of field positions in this instance.
size() - Method in class cascading.tuple.SpillableTupleList
Method size returns the size of this list.
size(int) - Static method in class cascading.tuple.Tuple
Method size returns a new Tuple instance of the given size with nulls as its element values.
size(int, Comparable) - Static method in class cascading.tuple.Tuple
Method size returns a new Tuple instance of the given size with the given Comparable as its element values.
size() - Method in class cascading.tuple.Tuple
Method size retuns the number of values in this Tuple instance.
size() - Method in class cascading.tuple.TupleEntry
Method size returns the number of values in this instance.
skipFlow(Flow) - Method in class cascading.flow.FlowSkipIfSinkExists
 
skipFlow(Flow) - Method in class cascading.flow.FlowSkipIfSinkStale
 
skipFlow(Flow) - Method in interface cascading.flow.FlowSkipStrategy
 
sleep() - Method in class cascading.flow.FlowStep.FlowStepJob
 
sortFieldsMap - Variable in class cascading.pipe.Group
Field sortFieldsMap
source(Object, Object) - Method in class cascading.scheme.Scheme
Method source takes the given Hadoop key and value and returns a new Tuple instance.
source(Object, Object) - Method in class cascading.scheme.SequenceFile
 
source(Object, Object) - Method in class cascading.scheme.TextLine
 
source(Object, Object) - Method in class cascading.tap.SinkTap
 
source(Object, Object) - Method in class cascading.tap.Tap
Method source returns the source value as an instance of Tuple
source(Object, Object) - Method in class cascading.tap.TemplateTap.TemplateScheme
 
sourceInit(Tap, JobConf) - Method in class cascading.scheme.Scheme
Method sourceInit initializes this instance as a source.
sourceInit(Tap, JobConf) - Method in class cascading.scheme.SequenceFile
 
sourceInit(Tap, JobConf) - Method in class cascading.scheme.TextLine
 
sourceInit(JobConf) - Method in class cascading.tap.Hfs
 
sourceInit(JobConf) - Method in class cascading.tap.MultiTap
 
sourceInit(JobConf) - Method in class cascading.tap.SinkTap
 
sourceInit(JobConf) - Method in class cascading.tap.Tap
Method sourceInit initializes this instance as a source.
sourceInit(JobConf) - Method in class cascading.tap.TempHfs
 
sourceInit(Tap, JobConf) - Method in class cascading.tap.TemplateTap.TemplateScheme
 
SourceTap - Class in cascading.tap
Class SourceTap is the base class for MultiTap.
SourceTap() - Constructor for class cascading.tap.SourceTap
 
SourceTap(Scheme) - Constructor for class cascading.tap.SourceTap
 
SPILL_THRESHOLD - Static variable in class cascading.pipe.cogroup.CoGroupClosure
 
SpillableTupleList - Class in cascading.tuple
SpillableTupleList is a simple Iterable object that can store an unlimited number of Tuple instances by spilling excess to a temporary disk file.
SpillableTupleList() - Constructor for class cascading.tuple.SpillableTupleList
Constructor SpillableTupleList creates a new SpillableTupleList instance.
SpillableTupleList(long) - Constructor for class cascading.tuple.SpillableTupleList
Constructor SpillableTupleList creates a new SpillableTupleList instance using the given threshold value.
SpillableTupleList(long, String) - Constructor for class cascading.tuple.SpillableTupleList
 
StackException - Exception in cascading.flow.stack
Class StackException is an Exception holder that wraps a fatal exception within the pipeline stack.
StackException() - Constructor for exception cascading.flow.stack.StackException
 
StackException(String) - Constructor for exception cascading.flow.stack.StackException
 
StackException(String, Throwable) - Constructor for exception cascading.flow.stack.StackException
 
StackException(Throwable) - Constructor for exception cascading.flow.stack.StackException
 
start() - Method in class cascading.cascade.Cascade
Method start begins the current Cascade process.
start() - Method in class cascading.flow.Flow
Method start begins the execution of this Flow instance.
start(FlowProcess, AggregatorCall<Average.Context>) - Method in class cascading.operation.aggregator.Average
 
start(FlowProcess, AggregatorCall<Long[]>) - Method in class cascading.operation.aggregator.Count
 
start(FlowProcess, AggregatorCall<Tuple[]>) - Method in class cascading.operation.aggregator.ExtentBase
 
start(FlowProcess, AggregatorCall<ExtremaBase.Context>) - Method in class cascading.operation.aggregator.ExtremaBase
 
start(FlowProcess, AggregatorCall<C>) - Method in interface cascading.operation.Aggregator
Method start initializes the aggregation procedure and is called for every unique grouping.
start(FlowProcess, AggregatorCall<Double[]>) - Method in class cascading.operation.aggregator.Sum
 
start(FlowProcess, GroupAssertionCall<AssertGroupBase.Context>) - Method in class cascading.operation.assertion.AssertGroupBase
 
start(FlowProcess, GroupAssertionCall<C>) - Method in interface cascading.operation.GroupAssertion
Method start initializes the aggregation procedure and is called for every unique grouping.
start(FlowProcess, TupleEntry) - Method in class cascading.pipe.Every.EveryAggregatorHandler
 
start(FlowProcess, TupleEntry) - Method in class cascading.pipe.Every.EveryAssertionHandler
 
start(FlowProcess, TupleEntry) - Method in class cascading.pipe.Every.EveryBufferHandler
 
start(FlowProcess, TupleEntry) - Method in class cascading.pipe.Every.EveryHandler
 
StepCounters - Enum in cascading.flow
Enum FlowCounters lists all counters
StepGraph - Class in cascading.flow
Class StepGraph is an internal representation of FlowStep instances.
stop() - Method in class cascading.cascade.Cascade.CascadeJob
 
stop() - Method in class cascading.cascade.Cascade
 
stop() - Method in class cascading.flow.Flow
Method stop stops all running jobs, killing any currently executing.
stop() - Method in class cascading.flow.FlowStep.FlowStepJob
 
stopJobsOnExit - Variable in class cascading.flow.Flow
Field stopJobsOnExit
StreamedFileStatus - Class in cascading.tap.hadoop
Class StreamedFileStatus ...
StreamedFileStatus(long, boolean, int, long, long, Path, String) - Constructor for class cascading.tap.hadoop.StreamedFileStatus
Constructor StreamedFileStatus creates a new StreamedFileStatus instance.
StreamedFileSystem - Class in cascading.tap.hadoop
Class StreamedFileSystem is a base class for FileSystem implementations that manage remote resources.
StreamedFileSystem() - Constructor for class cascading.tap.hadoop.StreamedFileSystem
 
SubAssembly - Class in cascading.pipe
Subclasses of SubAssembly encapsulate complex assemblies of Pipes so they my be reused in the same manner a Pipe is used.
SubAssembly() - Constructor for class cascading.pipe.SubAssembly
 
subtract(Fields) - Method in class cascading.tuple.Fields
Method subtract returns the difference between this instance and the given fields instance.
Sum - Class in cascading.operation.aggregator
Class Sum is an Aggregator that returns the sum of all numeric values in the current group.
Sum() - Constructor for class cascading.operation.aggregator.Sum
Constructor Sum creates a new Sum instance that accepts one argument and returns a single field named "sum".
Sum(Fields) - Constructor for class cascading.operation.aggregator.Sum
Constructs a new instance that returns the fields declared in fieldDeclaration and accepts only 1 argument.
Sum(Fields, Class) - Constructor for class cascading.operation.aggregator.Sum
Constructs a new instance that returns the fields declared in fieldDeclaration and accepts only 1 argument.

T

TagSoupParser - Class in cascading.operation.xml
Class TagSoupParser uses the Tag Soup library to convert incoming HTML to clean XHTML.
TagSoupParser(Fields) - Constructor for class cascading.operation.xml.TagSoupParser
Constructor TagSoupParser creates a new TagSoupParser instance.
Tap - Class in cascading.tap
A Tap represents the physical data source or sink in a connected Flow.
Tap() - Constructor for class cascading.tap.Tap
 
Tap(Scheme) - Constructor for class cascading.tap.Tap
 
Tap(Scheme, SinkMode) - Constructor for class cascading.tap.Tap
 
TapCollector - Class in cascading.tap.hadoop
Class TapCollector is a kind of TupleEntryCollector that writes tuples to the resource managed by a particular Tap instance.
TapCollector(Tap, JobConf) - Constructor for class cascading.tap.hadoop.TapCollector
Constructor TapCollector creates a new TapCollector instance.