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

A

accept(Class<?>) - Method in class cascading.tuple.hadoop.BytesSerialization
 
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(Object) - 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(Object...) - 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.
addSerialization(Map<Object, Object>, String) - Static method in class cascading.tuple.hadoop.TupleSerialization
Adds the given className as a Hadoop IO serialization class.
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.
addStepStats(StepStats) - Method in class cascading.stats.FlowStats
 
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.
aggregate(FlowProcess, TupleEntry, Tuple) - Method in interface cascading.pipe.assembly.AggregateBy.Functor
Method aggregate operates on the given args in tandem (optionally) with the given context values.
aggregate(FlowProcess, AggregatorCall<AverageBy.AverageFinal.Context>) - Method in class cascading.pipe.assembly.AverageBy.AverageFinal
 
aggregate(FlowProcess, TupleEntry, Tuple) - Method in class cascading.pipe.assembly.AverageBy.AveragePartials
 
aggregate(FlowProcess, TupleEntry, Tuple) - Method in class cascading.pipe.assembly.CountBy.CountPartials
 
aggregate(FlowProcess, TupleEntry, Tuple) - Method in class cascading.pipe.assembly.SumBy.SumPartials
 
AggregateBy - Class in cascading.pipe.assembly
Class AggregateBy is a SubAssembly that serves two roles for handling aggregate operations.
AggregateBy(String, int) - Constructor for class cascading.pipe.assembly.AggregateBy
Constructor CompositeAggregator creates a new CompositeAggregator instance.
AggregateBy(Fields, AggregateBy.Functor, Aggregator) - Constructor for class cascading.pipe.assembly.AggregateBy
Constructor CompositeAggregator creates a new CompositeAggregator instance.
AggregateBy(Pipe, Fields, AggregateBy...) - Constructor for class cascading.pipe.assembly.AggregateBy
Constructor CompositeAggregator creates a new CompositeAggregator instance.
AggregateBy(Pipe, Fields, int, AggregateBy...) - Constructor for class cascading.pipe.assembly.AggregateBy
Constructor CompositeAggregator creates a new CompositeAggregator instance.
AggregateBy(String, Pipe[], Fields, AggregateBy...) - Constructor for class cascading.pipe.assembly.AggregateBy
Constructor CompositeAggregator creates a new CompositeAggregator instance.
AggregateBy(String, Pipe[], Fields, int, AggregateBy...) - Constructor for class cascading.pipe.assembly.AggregateBy
Constructor CompositeAggregator creates a new CompositeAggregator instance.
AggregateBy(String, Pipe[], Fields, Fields, AggregateBy.Functor, Aggregator, int) - Constructor for class cascading.pipe.assembly.AggregateBy
 
AggregateBy.CompositeFunction - Class in cascading.pipe.assembly
Class CompositeFunction takes multiple Functor instances and manages them as a single Function.
AggregateBy.CompositeFunction(Fields, Fields, AggregateBy.Functor, int) - Constructor for class cascading.pipe.assembly.AggregateBy.CompositeFunction
Constructor CompositeFunction creates a new CompositeFunction instance.
AggregateBy.CompositeFunction(Fields, Fields[], AggregateBy.Functor[], int) - Constructor for class cascading.pipe.assembly.AggregateBy.CompositeFunction
Constructor CompositeFunction creates a new CompositeFunction instance.
AggregateBy.Functor - Interface in cascading.pipe.assembly
Interface Functor provides a means to create a simple function for use with the AggregateBy.CompositeFunction class.
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(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, Object[]) - Static method in class cascading.tuple.Tuples
Method asArray copies the elements of the given Tuple instance to the given Object array.
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.
asModifiable(Tuple) - Static method in class cascading.tuple.Tuples
Method asModifiable marks the given Tuple instance as modifiable.
asPathList(List<GraphPath<FlowElement, Scope>>) - Static method in class cascading.flow.ElementGraph
 
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(Object...) - 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(Object) - 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.
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.
AssertNotEquals - Class in cascading.operation.assertion
Class AssertNotEquals asserts the number of constructor values is equal to the number of argument values Tuple and each constructor value is not .equals() to its corresponding argument value.
AssertNotEquals(Object...) - Constructor for class cascading.operation.assertion.AssertNotEquals
Constructor AssertEquals creates a new AssertEquals 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
Deprecated.  
asUnmodifiable(Tuple) - Static method in class cascading.tuple.Tuples
Method asUnmodifiable marks the given Tuple instance as unmodifiable.
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 encountered 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 encountered 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
 
AverageBy - Class in cascading.pipe.assembly
Class AverageBy is used to average values associated with duplicate keys in a tuple stream.
AverageBy(Fields, Fields) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(String, Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(String, Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(String, Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(String, Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy.AverageFinal - Class in cascading.pipe.assembly
Class AverageFinal is used to finalize the average operation on the Reduce side of the process.
AverageBy.AverageFinal(Fields) - Constructor for class cascading.pipe.assembly.AverageBy.AverageFinal
Constructs a new instance that returns the average of the values encountered in the given fieldDeclaration field name.
AverageBy.AverageFinal.Context - Class in cascading.pipe.assembly
Class Context is used to hold intermediate values.
AverageBy.AverageFinal.Context() - Constructor for class cascading.pipe.assembly.AverageBy.AverageFinal.Context
 
AverageBy.AveragePartials - Class in cascading.pipe.assembly
Class AveragePartials is a AggregateBy.Functor that is used to count and sum observed duplicates from the tuple stream.
AverageBy.AveragePartials() - Constructor for class cascading.pipe.assembly.AverageBy.AveragePartials
Constructor SumPartials creates a new SumPartials instance.

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.
blockOnJob() - Method in class cascading.flow.FlowStepJob
 
blockOnPredecessors() - Method in class cascading.flow.FlowStepJob
 
blockTillCompleteOrStopped() - Method in class cascading.flow.FlowStepJob
 
Buffer<C> - Interface in cascading.operation
A Buffer is similar 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.
BufferedInputStream - Class in cascading.tuple.hadoop
 
BufferedInputStream() - Constructor for class cascading.tuple.hadoop.BufferedInputStream
 
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.
BytesComparator - Class in cascading.tuple.hadoop
Class BytesComparator is used to compare arrays of bytes.
BytesComparator() - Constructor for class cascading.tuple.hadoop.BytesComparator
 
BytesSerialization - Class in cascading.tuple.hadoop
Class BytesSerialization is an implementation of Hadoop's Serialization interface for use by byte arrays (byte[]).
BytesSerialization() - Constructor for class cascading.tuple.hadoop.BytesSerialization
 
BytesSerialization.RawBytesDeserializer - Class in cascading.tuple.hadoop
 
BytesSerialization.RawBytesDeserializer() - Constructor for class cascading.tuple.hadoop.BytesSerialization.RawBytesDeserializer
 
BytesSerialization.RawBytesSerializer - Class in cascading.tuple.hadoop
 
BytesSerialization.RawBytesSerializer() - Constructor for class cascading.tuple.hadoop.BytesSerialization.RawBytesSerializer
 

C

call() - Method in class cascading.cascade.Cascade.CascadeJob
 
call() - Method in class cascading.flow.FlowStepJob
 
captureDebugTrace(Class) - Static method in class cascading.util.Util
 
captureDetail() - Method in class cascading.flow.hadoop.HadoopStepStats
 
captureDetail() - Method in class cascading.stats.CascadeStats
 
captureDetail() - Method in class cascading.stats.CascadingStats
Method captureDetail will recursively capture details about nested systems.
captureDetail() - Method in class cascading.stats.FlowStats
 
captureJobStats() - Method in class cascading.flow.hadoop.HadoopStepStats
 
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
Constructor CascadeConnector creates a new CascadeConnector instance.
CascadeConnector(Map<Object, Object>) - Constructor for class cascading.cascade.CascadeConnector
Constructor CascadeConnector creates a new CascadeConnector instance.
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 CascadeStats collects Cascade specific statistics.
CascadeStats(String, String) - 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.state - package cascading.operation.state
 
cascading.operation.text - package cascading.operation.text
 
cascading.operation.xml - package cascading.operation.xml
 
cascading.pipe - package cascading.pipe
 
cascading.pipe.assembly - package cascading.pipe.assembly
 
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.
CascadingStats.Status - Enum in cascading.stats
 
clean(JobConf) - Method in class cascading.flow.FlowStep
Method clean removes any temporary files used by this FlowStep instance.
cleanPattern - Variable in class cascading.scheme.TextDelimited
Field cleanPattern
cleanSplit(Object[], Pattern, Pattern, String) - Static method in class cascading.scheme.TextDelimited
Method cleanSplit will return a quote free array of String values, the given split array will be updated in place.
cleanup() - Method in class cascading.flow.Flow
 
cleanup() - Method in class cascading.flow.ProcessFlow
 
cleanup(FlowProcess, OperationCall<C>) - Method in class cascading.operation.BaseOperation
Method cleanup does nothing, and may safely be overridden.
cleanup(FlowProcess, OperationCall<Long>) - Method in class cascading.operation.Debug
 
cleanup(FlowProcess, OperationCall) - Method in class cascading.operation.filter.Logic
 
cleanup(FlowProcess, OperationCall) - Method in class cascading.operation.filter.Not
 
cleanup(FlowProcess, OperationCall) - Method in class cascading.operation.function.SetValue
 
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 processing Tuples.
cleanup(FlowProcess, OperationCall<LinkedHashMap<Tuple, Tuple[]>>) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
cleanup(FlowProcess, OperationCall<LinkedHashMap<Tuple, Object>>) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
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
clear() - Method in class cascading.tuple.hadoop.BufferedInputStream
 
clear() - Method in class cascading.tuple.SpillableTupleList
Method clear empties this container so it may be re-used.
clear() - Method in class cascading.tuple.Tuple
Method clear empties this Tuple instance.
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.BytesSerialization.RawBytesDeserializer
 
close() - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesSerializer
 
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 - Class in cascading.pipe.assembly
Class Coerce is a SubAssembly that will coerce all incoming Tuple values to the given types.
Coerce(Pipe, Class...) - Constructor for class cascading.pipe.assembly.Coerce
Constructor Coerce creates a new Coerce instance that will coerce all input Tuple values.
Coerce(Pipe, Fields, Class...) - Constructor for class cascading.pipe.assembly.Coerce
Constructor Coerce creates a new Coerce instance that will only coerce the given coerceFields Tuple values.
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(Object, Class) - Static method in class cascading.tuple.Tuples
 
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, 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, 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(Pipe[], Fields[], 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, 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[], 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, 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, 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, Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup 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, Fields, Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup 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, Fields) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup 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, Fields, Fields, Joiner) - Constructor for class cascading.pipe.CoGroup
Constructor CoGroup creates a new CoGroup 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[]) - Constructor for class cascading.pipe.cogroup.CoGroupClosure
 
CoGroupingComparator - Class in cascading.tuple.hadoop
Class GroupingComparator is an implementation of RawComparator.
CoGroupingComparator() - Constructor for class cascading.tuple.hadoop.CoGroupingComparator
 
CoGroupingPartitioner - Class in cascading.tuple.hadoop
Class GroupingPartitioner is an implementation of Partitioner.
CoGroupingPartitioner() - Constructor for class cascading.tuple.hadoop.CoGroupingPartitioner
 
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(Tuple, Tuple) - Method in class cascading.tuple.Fields
 
compare(byte[], byte[]) - Method in class cascading.tuple.hadoop.BytesComparator
 
compare(BufferedInputStream, BufferedInputStream) - Method in class cascading.tuple.hadoop.BytesComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.CoGroupingComparator
 
compare(IndexTuple, IndexTuple) - Method in class cascading.tuple.hadoop.CoGroupingComparator
 
compare(Object, Object) - Method in class cascading.tuple.hadoop.DelegatingTupleElementComparator
 
compare(TupleInputStream, TupleInputStream) - Method in class cascading.tuple.hadoop.DelegatingTupleElementComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.GroupingComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.GroupingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.GroupingSortingComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.GroupingSortingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.IndexTupleCoGroupingComparator
 
compare(IndexTuple, IndexTuple) - Method in class cascading.tuple.hadoop.IndexTupleCoGroupingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.ReverseGroupingSortingComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.ReverseGroupingSortingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.ReverseTupleComparator
 
compare(Tuple, Tuple) - Method in class cascading.tuple.hadoop.ReverseTupleComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.TupleComparator
 
compare(Tuple, Tuple) - Method in class cascading.tuple.hadoop.TupleComparator
 
compare(Object, Object) - Method in class cascading.tuple.hadoop.TupleElementComparator
 
compare(TupleInputStream, TupleInputStream) - Method in class cascading.tuple.hadoop.TupleElementComparator
 
compare(Object, Object) - Method in class cascading.tuple.hadoop.TupleElementStreamComparator
 
compare(TupleInputStream, TupleInputStream) - Method in class cascading.tuple.hadoop.TupleElementStreamComparator
 
compare(T, T) - Method in interface cascading.tuple.StreamComparator
 
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(Comparator[], Tuple) - Method in class cascading.tuple.Tuple
 
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.
Comparison<T> - Interface in cascading.tuple
The Comparison interface allows specific underlying type mechanisms to additionally return relevant Comparator implementations when required internally.
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() - Method in class cascading.flow.ProcessFlow
 
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, Tuple) - Method in interface cascading.pipe.assembly.AggregateBy.Functor
Method complete allows the final aggregate computation to be performed before the return value is collected.
complete(FlowProcess, AggregatorCall<AverageBy.AverageFinal.Context>) - Method in class cascading.pipe.assembly.AverageBy.AverageFinal
 
complete(FlowProcess, Tuple) - Method in class cascading.pipe.assembly.AverageBy.AveragePartials
 
complete(FlowProcess, Tuple) - Method in class cascading.pipe.assembly.CountBy.CountPartials
 
complete(FlowProcess, Tuple) - Method in class cascading.pipe.assembly.SumBy.SumPartials
 
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
 
CompositeTap - Interface in cascading.tap
 
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(Fields) - Constructor for class cascading.operation.ConcreteCall
Constructor ConcreteCall creates a new ConcreteCall 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.CoGroupingPartitioner
 
configure(JobConf) - Method in class cascading.tuple.hadoop.GroupingPartitioner
 
connect(Collection<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, Collection<Flow>) - Method in class cascading.cascade.CascadeConnector
Given any number of Flow objects, it will connect them and return a new Cascade instance.
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>, Collection<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>, Collection<Pipe>) - Method in class cascading.flow.FlowConnector
Method connect links the named source Taps 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.
containsPipeNamed(String) - Method in class cascading.flow.FlowStep
 
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
 
CountBy - Class in cascading.pipe.assembly
Class CountBy is used to count duplicates in a tuple stream.
CountBy(Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe, Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe, Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe[], Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe[], Fields, Fields, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe[], Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe[], Fields, Fields, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy.CountPartials - Class in cascading.pipe.assembly
Class CountPartials is a AggregateBy.Functor that is used to count observed duplicates from the tuple stream.
CountBy.CountPartials(Fields) - Constructor for class cascading.pipe.assembly.CountBy.CountPartials
Constructor CountPartials creates a new CountPartials instance.
Counter - Class in cascading.operation.state
Class Counter is a Filter that increments a given Enum counter by 1 or by the given increment value.
Counter(Enum) - Constructor for class cascading.operation.state.Counter
Constructor Counter creates a new Counter instance.
Counter(Enum, int) - Constructor for class cascading.operation.state.Counter
Constructor Counter creates a new Counter instance.
Counter(String, String) - Constructor for class cascading.operation.state.Counter
 
Counter(String, String, int) - Constructor for class cascading.operation.state.Counter
 
counters - Variable in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
Field counters
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
 
createCleanPatternFor(String) - Static method in class cascading.scheme.TextDelimited
Method createCleanPatternFor creates a regex Pattern for removing quote characters from a String.
createElementGraph(Pipe[], Map<String, Tap>, Map<String, Tap>, Map<String, Tap>) - Method in class cascading.flow.FlowPlanner
Creates a new ElementGraph instance.
createEscapePatternFor(String) - Static method in class cascading.scheme.TextDelimited
Method createEscapePatternFor creates a regex Pattern cleaning quote escapes from a String.
createFlowStepJob(JobConf) - Method in class cascading.flow.FlowStep
 
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
 
createSplit(String, Pattern, int) - Static method in class cascading.scheme.TextDelimited
Method createSplit will split the given value with the given splitPattern.
createSplitPatternFor(String, String) - Static method in class cascading.scheme.TextDelimited
Method createSplitPatternFor creates a regex Pattern for splitting a line of text into its component parts using the given delimiter and quote Strings.
createUniqueID(String) - Static method in class cascading.util.Util
This method creates a globally unique HEX value seeded by the given string.

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
 
debugLevel - Variable in class cascading.flow.FlowPlanner
Field debugLevel
DebugLevel - Enum in cascading.operation
Enum DebugLevel designates the level of a given Debug instance.
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
DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
DelegatingTupleElementComparator - Class in cascading.tuple.hadoop
 
DelegatingTupleElementComparator(TupleSerialization) - Constructor for class cascading.tuple.hadoop.DelegatingTupleElementComparator
 
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.MultiSinkTap
 
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.UPDATE.
deleteSinksIfNotAppend() - Method in class cascading.flow.Flow
Deprecated. 
deleteSinksIfNotUpdate() - Method in class cascading.flow.Flow
Method deleteSinksIfNotUpdate deletes all sinks if they are not configured with the SinkMode.UPDATE flag.
deserialize(byte[]) - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesDeserializer
 
deserializeBase64(String) - Static method in class cascading.util.Util
This method deserializes the Base64 encoded String into an Object instance.
deserializeBase64(String, boolean) - Static method in class cascading.util.Util
 
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.AssertNotEquals
 
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 argumentFields to the given function, only return fields declared by the function.
Each(String, Fields, Function, Fields) - Constructor for class cascading.pipe.Each
Only pass argumentFields to the given function, only return fields selected by the outputSelector.
Each(String, Function, Fields) - Constructor for class cascading.pipe.Each
Only return fields selected by the outputSelector.
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 argumentFields to the given function, only return fields declared by the function.
Each(Pipe, Fields, Function, Fields) - Constructor for class cascading.pipe.Each
Only pass argumentFields to the given function, only return fields selected by the outputSelector.
Each(Pipe, Function, Fields) - Constructor for class cascading.pipe.Each
Only pass argumentFields to the given function, only return fields selected by the outputSelector.
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
Constructor Each creates a new Each instance.
Each(Pipe, Filter) - Constructor for class cascading.pipe.Each
Constructor Each creates a new Each instance.
Each(Pipe, Fields, Filter) - Constructor for class cascading.pipe.Each
Constructor Each creates a new Each instance.
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(String, Fields, DebugLevel, Debug) - Constructor for class cascading.pipe.Each
 
Each(Pipe, DebugLevel, Debug) - Constructor for class cascading.pipe.Each
 
Each(Pipe, Fields, DebugLevel, Debug) - 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>, PlannerLevel...) - 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
elements(Tuple) - Static method in class cascading.tuple.Tuple
Returns a reference to the private elements of the given Tuple.
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.operation.aggregator.ExtentBase
 
equals(Object) - Method in class cascading.operation.aggregator.ExtremaBase
 
equals(Object) - Method in class cascading.operation.aggregator.Sum
 
equals(Object) - Method in class cascading.operation.assertion.AssertEquals
 
equals(Object) - Method in class cascading.operation.assertion.AssertEqualsAll
 
equals(Object) - Method in class cascading.operation.assertion.AssertGroupBase
 
equals(Object) - Method in class cascading.operation.assertion.AssertNotEquals
 
equals(Object) - Method in class cascading.operation.assertion.AssertSizeEquals
 
equals(Object) - Method in class cascading.operation.assertion.AssertSizeLessThan
 
equals(Object) - Method in class cascading.operation.assertion.AssertSizeMoreThan
 
equals(Object) - Method in class cascading.operation.assertion.BaseAssertion
 
equals(Object) - Method in class cascading.operation.BaseOperation
 
equals(Object) - Method in class cascading.operation.Debug
 
equals(Object) - Method in class cascading.operation.expression.ExpressionOperation
 
equals(Object) - Method in class cascading.operation.filter.Limit
 
equals(Object) - Method in class cascading.operation.filter.Logic
 
equals(Object) - Method in class cascading.operation.filter.Not
 
equals(Object) - Method in class cascading.operation.filter.Sample
 
equals(Object) - Method in class cascading.operation.function.SetValue
 
equals(Object) - Method in class cascading.operation.function.UnGroup
 
equals(Object) - Method in class cascading.operation.Identity
 
equals(Object) - Method in class cascading.operation.Insert
 
equals(Object) - Method in class cascading.operation.regex.RegexFilter
 
equals(Object) - Method in class cascading.operation.regex.RegexMatcher
 
equals(Object) - Method in class cascading.operation.regex.RegexOperation
 
equals(Object) - Method in class cascading.operation.regex.RegexParser
 
equals(Object) - Method in class cascading.operation.regex.RegexReplace
 
equals(Object) - Method in class cascading.operation.state.Counter
 
equals(Object) - Method in class cascading.operation.state.Status
 
equals(Object) - Method in class cascading.operation.text.DateOperation
 
equals(Object) - Method in class cascading.operation.text.DateParser
 
equals(Object) - Method in class cascading.operation.text.FieldFormatter
 
equals(Object) - Method in class cascading.operation.text.FieldJoiner
 
equals(Object) - Method in class cascading.operation.xml.TagSoupParser
 
equals(Object) - Method in class cascading.operation.xml.XPathOperation
 
equals(Object) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
equals(Object) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
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.scheme.WritableSequenceFile
 
equals(Object) - Method in class cascading.tap.GlobHfs
 
equals(Object) - Method in class cascading.tap.Hfs
 
equals(Object) - Method in class cascading.tap.MultiSinkTap
 
equals(Object) - Method in class cascading.tap.MultiSourceTap
 
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
 
escapePattern - Variable in class cascading.scheme.TextDelimited
Field escapePattern
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
 
failOnGroupEverySplit(ElementGraph) - Method in class cascading.flow.FlowPlanner
 
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.
FieldsResolverException - Exception in cascading.tuple
Class FieldsResolverException is thrown when selectorFields cannot select from the sourceFields.
FieldsResolverException(Fields, Fields) - Constructor for exception cascading.tuple.FieldsResolverException
Constructor FieldsResolverException creates a new FieldsResolverException instance.
fill(TaskCompletionEvent) - Method in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
 
fill(HadoopStepStats.HadoopTaskStats.TaskType, TaskReport) - Method in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
 
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
findAllEachSplits() - Method in class cascading.flow.ElementGraph
Method findAllSplits ...
findAllEveries() - Method in class cascading.flow.ElementGraph
Method findAllEveries ...
findAllGroups() - Method in class cascading.flow.ElementGraph
Method findAllGroups ...
findAllJoinGroups() - Method in class cascading.flow.ElementGraph
 
findAllMergeJoinGroups() - Method in class cascading.flow.ElementGraph
Finds all groups that merge/join streams.
findAllOfType(int, int, Class<P>, List<P>) - Method in class cascading.flow.ElementGraph
Method findAllOfType ...
findAllPipeSplits() - Method in class cascading.flow.ElementGraph
 
findAllTaps() - Method in class cascading.flow.ElementGraph
Method findAllTaps ...
findFlows(String) - Method in class cascading.cascade.Cascade
Method findFlows returns a List of flows whos names match the given regex pattern.
findFlowsSinkingTo(String) - Method in class cascading.cascade.Cascade
Method findFlowsSinkingTo returns all Flow instances that writes to a sink with the given identifier.
findFlowsSourcingFrom(String) - Method in class cascading.cascade.Cascade
Method findFlowsSourcingFrom returns all Flow instances that reads from a source with the given identifier.
findMainClass(Class) - Static method in class cascading.util.Util
 
finishTime - Variable in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
Field finishTime
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) - Constructor for class cascading.flow.Flow
 
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(String, String) - 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(String, int) - Constructor for class cascading.flow.FlowStep
 
FlowStepJob - Class in cascading.flow
 
FlowStepJob(FlowStep, String, JobConf) - Constructor for class cascading.flow.FlowStepJob
 
format(String) - Method in class cascading.tuple.Tuple
Method format uses the Formatter class for formatting this tuples values into a new string.
formatRawTrace(Pipe, String) - Static method in class cascading.util.Util
Method formatRawTrace does not include the pipe name
formatTrace(Scheme, String) - Static method in class cascading.util.Util
 
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.
getAggregators() - Method in class cascading.pipe.assembly.AggregateBy
 
getAllChildrenNotExactlyType(FlowElement, Class<? extends FlowElement>) - Method in class cascading.flow.ElementGraph
 
getAllChildrenOfType(FlowElement, Class<A>) - Method in class cascading.flow.ElementGraph
 
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 ...
getAllSuccessors(FlowElement) - Method in class cascading.flow.ElementGraph
 
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.
getArgumentFields() - Method in class cascading.flow.Scope
Method getArgumentSelector returns the argumentSelector of this Scope object.
getArgumentFields() - Method in class cascading.operation.ConcreteCall
 
getArgumentFields() - Method in interface cascading.operation.OperationCall
Returns the Fields of the expected arguments TupleEntry.
getArgumentFields() - Method in class cascading.pipe.assembly.AggregateBy
 
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.pipe.Operator
Method getArgumentSelector returns the argumentSelector of this Operator object.
getArgumentSelector() - Method in exception cascading.pipe.OperatorException
Method getArgumentSelector returns the argumentSelector of this OperatorException 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
Deprecated. 
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.
getBuffer() - Method in class cascading.tuple.hadoop.BufferedInputStream
 
getCalendar() - Method in class cascading.operation.text.DateOperation
 
getCascadeStats() - Method in class cascading.cascade.Cascade
Method getCascadeStats returns the cascadeStats of this Cascade object.
getChildren() - Method in class cascading.flow.hadoop.HadoopStepStats
 
getChildren() - Method in class cascading.stats.CascadeStats
 
getChildren() - Method in class cascading.stats.CascadingStats
 
getChildren() - Method in class cascading.stats.FlowStats
 
getChildTaps() - Method in interface cascading.tap.CompositeTap
 
getChildTaps() - Method in class cascading.tap.MultiSinkTap
 
getChildTaps() - Method in class cascading.tap.MultiSourceTap
 
getClass(String) - Method in class cascading.tuple.hadoop.TupleSerialization
 
getClassNameFor(int, DataInputStream) - Method in class cascading.tuple.hadoop.SerializationElementReader
 
getCoGroupClosure() - Method in class cascading.pipe.cogroup.OuterJoin.JoinIterator
 
getComparator(Class<T>) - Method in interface cascading.tuple.Comparison
 
getComparator(Class<byte[]>) - Method in class cascading.tuple.hadoop.BytesSerialization
 
getComparator(Class) - Method in class cascading.tuple.hadoop.TupleSerialization
 
getComparatorFor(int, DataInputStream) - Method in class cascading.tuple.hadoop.SerializationElementReader
 
getComparatorFor(int, DataInputStream) - Method in interface cascading.tuple.TupleInputStream.ElementReader
 
getComparatorFor(int) - Method in class cascading.tuple.TupleInputStream
 
getComparators() - Method in class cascading.tuple.Fields
Method getComparators returns the comparators of this Fields object.
getCompressionCodec(FlowProcess) - Method in class cascading.pipe.cogroup.CoGroupClosure
 
getConf() - Method in class cascading.tuple.hadoop.TupleSerialization
 
getConfig(JobConf, JobConf) - Static method in class cascading.tap.hadoop.MultiInputFormat
 
getContext() - Method in class cascading.operation.ConcreteCall
 
getContext() - Method in interface cascading.operation.OperationCall
Returns the user set context object, C.
getCounterGroups() - Method in class cascading.flow.hadoop.HadoopStepStats
 
getCounterGroups() - Method in class cascading.stats.CascadeStats
 
getCounterGroups() - Method in class cascading.stats.CascadingStats
Method getCounterGroups returns all the available counter group names.
getCounterGroups() - Method in class cascading.stats.FlowStats
 
getCounterGroupsMatching(String) - Method in class cascading.flow.hadoop.HadoopStepStats
 
getCounterGroupsMatching(String) - Method in class cascading.stats.CascadeStats
 
getCounterGroupsMatching(String) - Method in class cascading.stats.CascadingStats
Method getCounterGroupsMatching returns all the available counter group names that match the given regular expression.
getCounterGroupsMatching(String) - Method in class cascading.stats.FlowStats
 
getCountersFor(String) - Method in class cascading.flow.hadoop.HadoopStepStats
 
getCountersFor(String) - Method in class cascading.stats.CascadeStats
 
getCountersFor(String) - Method in class cascading.stats.CascadingStats
Method getCountersFor returns all the counter names for the give group name.
getCountersFor(Class<? extends Enum>) - Method in class cascading.stats.CascadingStats
Method getCountersFor returns all the counter names for the counter enums.
getCountersFor(String) - Method in class cascading.stats.FlowStats
 
getCounterValue(Enum) - Method in class cascading.flow.hadoop.HadoopStepStats
 
getCounterValue(String, String) - Method in class cascading.flow.hadoop.HadoopStepStats
 
getCounterValue(Enum) - Method in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
 
getCounterValue(String, String) - Method in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
 
getCounterValue(Enum) - Method in class cascading.stats.CascadeStats
 
getCounterValue(String, String) - Method in class cascading.stats.CascadeStats
 
getCounterValue(Enum) - Method in class cascading.stats.CascadingStats
Method getCounter returns the current value for the given counter Enum.
getCounterValue(String, String) - Method in class cascading.stats.CascadingStats
Method getCounter returns the current value for the given group and counter.
getCounterValue(Enum) - Method in class cascading.stats.FlowStats
 
getCounterValue(String, String) - Method in class cascading.stats.FlowStats
 
getCurrentDuration() - Method in class cascading.stats.CascadingStats
Method getCurrentDuration returns the current duration of the current work whether or not the work is finished.
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.
getDebugLevel(Map<Object, Object>) - Static method in class cascading.flow.FlowConnector
Method getDebugLevel returns the configured target planner DebugLevel.
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 interface cascading.pipe.assembly.AggregateBy.Functor
Method getDeclaredFields returns the declaredFields of this Functor object.
getDeclaredFields() - Method in class cascading.pipe.assembly.AverageBy.AveragePartials
 
getDeclaredFields() - Method in class cascading.pipe.assembly.CountBy.CountPartials
 
getDeclaredFields() - Method in class cascading.pipe.assembly.SumBy.SumPartials
 
getDeclaredFields() - Method in class cascading.pipe.Group
Method getDeclaredFields returns the declaredFields of this Group object.
getDeclaredFields() - Method in exception cascading.pipe.OperatorException
Method getDeclaredFields returns the declaredFields of this OperatorException object.
getDefaultFileSystem(JobConf) - Method in class cascading.tap.Dfs
 
getDefaultFileSystem(JobConf) - Method in class cascading.tap.Hfs
 
getDefaultFileSystemURIScheme(JobConf) - Method in class cascading.tap.Hfs
Method getDefaultFileSystemURIScheme returns the URI scheme for the default Hadoop FileSystem.
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<byte[]>) - Method in class cascading.tuple.hadoop.BytesSerialization
 
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
 
getFinishedTime() - Method in class cascading.stats.CascadingStats
Method getFinishedTime returns the finishedTime of this CascadingStats object.
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.
getFlowProcess() - Method in class cascading.pipe.cogroup.GroupClosure
 
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.
getFormat() - Method in class cascading.operation.text.FieldFormatter
Method getFormat returns the format of this FieldJoiner object.
getFunctors() - Method in class cascading.pipe.assembly.AggregateBy
 
getGroup() - Method in class cascading.flow.FlowStep
 
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.
getGrouping() - Method in class cascading.pipe.cogroup.GroupClosure
 
getGroupingSelector() - Method in exception cascading.pipe.OperatorException
Method getGroupingSelector returns the groupingSelector of this OperatorException object.
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.
getID() - Method in class cascading.cascade.Cascade
Method getID returns the ID of this Cascade object.
getID() - Method in class cascading.flow.Flow
Method getID returns the ID of this Flow object.
getID() - Method in class cascading.flow.FlowStep
Method getId returns the id of this FlowStep object.
getId() - Method in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
 
getID() - Method in class cascading.stats.CascadeStats
 
getID() - Method in class cascading.stats.CascadingStats
Method getID returns the ID of this CascadingStats object.
getID() - Method in class cascading.stats.FlowStats
 
getIdentifier() - Method in class cascading.tap.Tap
Method getIdentifier returns a String representing the resource identifier this Tap instance represents.
getIncomingFields() - Method in exception cascading.pipe.OperatorException
Method getIncomingFields returns the incomingFields of this OperatorException object.
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
 
getInputStream() - Method in class cascading.tuple.TupleInputStream
 
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 iterator 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
 
getJobClient() - Method in class cascading.flow.hadoop.HadoopStepStats
 
getJobConf() - Method in class cascading.flow.Flow
Method getJobConf returns the jobConf of this Flow object.
getJobConf() - Method in class cascading.flow.FlowStep
 
getJobConf(JobConf) - Method in class cascading.flow.FlowStep
 
getJobConf() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method getJobConf returns the jobConf of this HadoopFlowProcess object.
getJobConf(JobConf) - Method in class cascading.flow.MapReduceFlowStep
 
getJobConf(Map<Object, Object>) - Static method in class cascading.flow.MultiMapReducePlanner
Method getJobConf returns a stored JobConf instance, if any.
getJobConfs(JobConf, List<Map<String, String>>) - Static method in class cascading.tap.hadoop.MultiInputFormat
 
getJobID() - Method in class cascading.flow.hadoop.HadoopStepStats
 
getJobPollingInterval(Map<Object, Object>) - Static method in class cascading.flow.Flow
Returns property jobPollingInterval.
getJobPollingInterval(JobConf) - Static method in class cascading.flow.Flow
 
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
 
getLength() - Method in class cascading.tuple.hadoop.BufferedInputStream
 
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
 
getMapperTraps() - Method in class cascading.flow.FlowStep
 
getMaxConcurrentFlows(Map<Object, Object>) - Method in class cascading.cascade.Cascade
 
getMaxNumPathsBetweenElementAndMergeJoin(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
 
getName() - Method in class cascading.stats.CascadingStats
Method getName returns the name of this CascadingStats object.
getNextElement() - Method in class cascading.tuple.TupleInputStream
 
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.
getNumElements() - Method in class cascading.tuple.TupleInputStream
 
getNumFiles() - Method in class cascading.tuple.SpillableTupleList
Method getNumFiles returns the number of files this list has spilled to.
getNumMapTasks() - Method in class cascading.flow.hadoop.HadoopStepStats
 
getNumReducerTasks() - Method in class cascading.flow.hadoop.HadoopStepStats
 
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(int) - Method in class cascading.tuple.Tuple
Method get returns the element at the given position i.
getObject(Comparable) - Method in class cascading.tuple.TupleEntry
Method get returns the value in the given field or position.
getObject(S3Service, S3Bucket, Path, S3Util.Request) - Static method in class cascading.util.S3Util
Deprecated. 
getObjectInputStream(S3Object) - Static method in class cascading.util.S3Util
Deprecated. 
getOpenTapsThreshold() - Method in class cascading.tap.TemplateTap
Method getOpenTapsThreshold returns the openTapsThreshold of this TemplateTap object.
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.
getOutputSelector() - Method in exception cascading.pipe.OperatorException
Method getOutputSelector returns the outputSelector of this OperatorException 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(IndexTuple, Tuple, int) - Method in class cascading.tuple.hadoop.CoGroupingPartitioner
 
getPartition(TuplePair, Tuple, int) - Method in class cascading.tuple.hadoop.GroupingPartitioner
 
getPath() - Method in class cascading.tap.Hfs
 
getPath() - Method in class cascading.tap.MultiSinkTap
 
getPath() - Method in class cascading.tap.MultiSourceTap
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.MultiSinkTap
 
getPathModified(JobConf) - Method in class cascading.tap.MultiSourceTap
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.
getPatternString() - Method in class cascading.operation.regex.RegexOperation
Method getPatternString returns the patternString of this RegexOperation object.
getPlannerLevel() - Method in class cascading.pipe.Operator
Method getPlannerLevel returns the plannerLevel of this Operator 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.
getPosition() - Method in class cascading.tuple.hadoop.BufferedInputStream
 
getPredecessorFlows(Flow) - Method in class cascading.cascade.Cascade
Method getPredecessorFlows returns a Collection of all the Flow instances that will be executed before the given Flow 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.
getProcess() - Method in class cascading.flow.ProcessFlow
Method getProcess returns the process of this ProcessFlow object.
getProperties() - Method in class cascading.flow.FlowConnector
Method getProperties returns the properties of this FlowConnector object.
getProperties() - Method in class cascading.flow.FlowStep
Method getProperties returns the properties of this FlowStep object.
getProperty(String) - Method in class cascading.flow.Flow
Method getProperty returns the value associated with the given key from the underlying properties system.
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
 
getReducerTraps() - Method in class cascading.flow.FlowStep
 
getRemainderFields() - Method in class cascading.flow.Scope
Method getRemainderFields returns the remainderFields of this Scope object.
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.
getRunningJob() - Method in class cascading.flow.hadoop.HadoopStepStats
 
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.MultiSinkTap
 
getScheme() - Method in class cascading.tap.MultiSourceTap
 
getScheme() - Method in class cascading.tap.Tap
Method getScheme returns the scheme of this Tap object.
getSchemeClass() - Method in class cascading.tap.TempHfs
 
getSelectorFields() - Method in exception cascading.tuple.FieldsResolverException
Method getSelectorFields returns the selectorFields of this FieldsResolverException object.
getSerializationTokens(Map<Object, Object>) - Static method in class cascading.tuple.hadoop.TupleSerialization
Returns the serialization tokens property.
getSerializer(Class<byte[]>) - Method in class cascading.tuple.hadoop.BytesSerialization
 
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.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
 
getSinkMode() - Method in class cascading.tap.Tap
Method getSinkMode returns the SinkMode }of this Tap object.
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.ElementGraph
 
getSinks() - Method in class cascading.flow.Flow
Method getSinks returns the sinks of this Flow object.
getSinksCollection() - Method in class cascading.flow.Flow
Method getSinksCollection returns a Collection of sink Taps for this Flow object.
getSortingSelector() - Method in exception cascading.pipe.OperatorException
Method getSortingSelector returns the sortingSelector of this OperatorException 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
 
getSourceFields() - Method in exception cascading.tuple.FieldsResolverException
Method getSourceFields returns the sourceFields of this FieldsResolverException object.
getSourceName(Tap) - Method in class cascading.flow.FlowStep
 
getSources() - Method in class cascading.flow.ElementGraph
 
getSources() - Method in class cascading.flow.Flow
Method getSources returns the sources of this Flow object.
getSourcesCollection() - Method in class cascading.flow.Flow
Method getSourcesCollection returns a Collection of source Taps for 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).
getStartTime() - Method in class cascading.stats.CascadingStats
Method getStartTime returns the startTime of this CascadingStats object.
getStatsString() - Method in class cascading.stats.CascadingStats
 
getStatsString() - Method in class cascading.stats.FlowStats
 
getStatus() - Method in class cascading.stats.CascadingStats
Method getStatus returns the status of this CascadingStats object.
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.
getStepStats() - Method in class cascading.flow.FlowStepJob
Method getStepStats returns the stepStats of this FlowStepJob object.
getStepStats() - Method in class cascading.stats.FlowStats
Method getStepStats returns the stepStats owned by this FlowStats.
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.
getSubmitPriority() - Method in class cascading.flow.Flow
Method getSubmitPriority returns the submitPriority of this Flow object.
getSubmitPriority() - Method in class cascading.flow.FlowStep
Method getSubmitPriority returns the submitPriority of this FlowStep object.
getSuccessorFlows(Flow) - Method in class cascading.cascade.Cascade
Method getSuccessorFlows returns a Collection of all the Flow instances that will be executed after the given Flow instance.
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.GlobHfs
 
getTaps() - Method in class cascading.tap.MultiSinkTap
 
getTaps() - Method in class cascading.tap.MultiSourceTap
Method getTaps returns the taps of this MultiTap object.
getTaskStats() - Method in class cascading.flow.hadoop.HadoopStepStats
 
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.
getTrace() - Method in class cascading.scheme.Scheme
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.ElementGraph
 
getTraps() - Method in class cascading.flow.Flow
Method getTraps returns the traps of this Flow object.
getTrapsCollection() - Method in class cascading.flow.Flow
Method getTrapsCollection returns a Collection of trap Taps for 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.
getTupleCopy() - Method in class cascading.tuple.TupleEntry
Method getTupleCopy returns a copy of 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
 
getURIScheme(JobConf) - Method in class cascading.tap.TempHfs
 
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.
GlobHfs - Class in cascading.tap
Class GlobHfs is a type of MultiSourceTap that accepts Hadoop style 'file globbing' expressions so multiple files that match the given pattern may be used as the input sources for a given Flow.
GlobHfs(Scheme, String) - Constructor for class cascading.tap.GlobHfs
Constructor GlobHfs creates a new GlobHfs instance.
GlobHfs(Scheme, String, PathFilter) - Constructor for class cascading.tap.GlobHfs
Constructor GlobHfs creates a new GlobHfs instance.
globStatus(Path, PathFilter) - Method in class cascading.tap.hadoop.HttpFileSystem
 
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, 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, 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(String, Pipe[], Fields[], 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(Pipe[], Fields[], Fields, Fields, Joiner) - Constructor for class cascading.pipe.Group
Constructor Group creates a new Group instance.
Group(String, Pipe[], Fields[], 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, 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, 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, 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, Fields, 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, 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, Fields, 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(Pipe, 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(String, Pipe, 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(FlowProcess, Fields[], Fields[]) - 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
 
GroupingSortingComparator - Class in cascading.tuple.hadoop
Class TuplePairComparator is an implementation of RawComparator.
GroupingSortingComparator() - Constructor for class cascading.tuple.hadoop.GroupingSortingComparator
 

H

Hadoop18TapUtil - Class in cascading.tap.hadoop
 
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.
HadoopStepStats - Class in cascading.flow.hadoop
Class HadoopStepStats ...
HadoopStepStats(String) - Constructor for class cascading.flow.hadoop.HadoopStepStats
 
HadoopStepStats.HadoopTaskStats - Class in cascading.flow.hadoop
Class HadoopTaskStats ...
HadoopStepStats.HadoopTaskStats(HadoopStepStats.HadoopTaskStats.TaskType, TaskReport) - Constructor for class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
 
HadoopStepStats.HadoopTaskStats(TaskCompletionEvent) - Constructor for class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
 
HadoopStepStats.HadoopTaskStats.TaskType - Enum in cascading.flow.hadoop
 
HadoopUtil - Class in cascading.flow.hadoop
 
HadoopUtil() - Constructor for class cascading.flow.hadoop.HadoopUtil
 
hasComparators() - Method in class cascading.tuple.Fields
Method hasComparators test if this Fields instance has Comparators.
hashCode() - Method in class cascading.flow.FlowStep
 
hashCode() - Method in class cascading.operation.aggregator.ExtentBase
 
hashCode() - Method in class cascading.operation.aggregator.ExtremaBase
 
hashCode() - Method in class cascading.operation.aggregator.Sum
 
hashCode() - Method in class cascading.operation.assertion.AssertEquals
 
hashCode() - Method in class cascading.operation.assertion.AssertEqualsAll
 
hashCode() - Method in class cascading.operation.assertion.AssertGroupBase
 
hashCode() - Method in class cascading.operation.assertion.AssertNotEquals
 
hashCode() - Method in class cascading.operation.assertion.AssertSizeEquals
 
hashCode() - Method in class cascading.operation.assertion.AssertSizeLessThan
 
hashCode() - Method in class cascading.operation.assertion.AssertSizeMoreThan
 
hashCode() - Method in class cascading.operation.assertion.BaseAssertion
 
hashCode() - Method in class cascading.operation.BaseOperation
 
hashCode() - Method in class cascading.operation.Debug
 
hashCode() - Method in class cascading.operation.expression.ExpressionOperation
 
hashCode() - Method in class cascading.operation.filter.Limit
 
hashCode() - Method in class cascading.operation.filter.Logic
 
hashCode() - Method in class cascading.operation.filter.Not
 
hashCode() - Method in class cascading.operation.filter.Sample
 
hashCode() - Method in class cascading.operation.function.SetValue
 
hashCode() - Method in class cascading.operation.function.UnGroup
 
hashCode() - Method in class cascading.operation.Identity
 
hashCode() - Method in class cascading.operation.Insert
 
hashCode() - Method in class cascading.operation.regex.RegexFilter
 
hashCode() - Method in class cascading.operation.regex.RegexMatcher
 
hashCode() - Method in class cascading.operation.regex.RegexOperation
 
hashCode() - Method in class cascading.operation.regex.RegexParser
 
hashCode() - Method in class cascading.operation.regex.RegexReplace
 
hashCode() - Method in class cascading.operation.state.Counter
 
hashCode() - Method in class cascading.operation.state.Status
 
hashCode() - Method in class cascading.operation.text.DateOperation
 
hashCode() - Method in class cascading.operation.text.DateParser
 
hashCode() - Method in class cascading.operation.text.FieldFormatter
 
hashCode() - Method in class cascading.operation.text.FieldJoiner
 
hashCode() - Method in class cascading.operation.xml.TagSoupParser
 
hashCode() - Method in class cascading.operation.xml.XPathOperation
 
hashCode() - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
hashCode() - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
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.scheme.WritableSequenceFile
 
hashCode() - Method in class cascading.tap.GlobHfs
 
hashCode() - Method in class cascading.tap.Hfs
 
hashCode() - Method in class cascading.tap.MultiSinkTap
 
hashCode() - Method in class cascading.tap.MultiSourceTap
 
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
hasPlannerLevel() - Method in class cascading.pipe.Operator
Method hasPlannerLevel returns true if this Operator object holds a PlannedOperation object with an associated PlannerLevel level.
hasProperties() - Method in class cascading.flow.FlowStep
Method hasProperties returns true if there are properties associated with this FlowStep.
head - Static variable in class cascading.flow.ElementGraph
Field head
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

id - Variable in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
Field id
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 increment is used to increment a custom counter.
increment(String, String, int) - Method in class cascading.flow.FlowProcess
Method increment is used to increment a custom counter.
increment(Enum, int) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
increment(String, String, 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.
IndexTupleCoGroupingComparator - Class in cascading.tuple.hadoop
 
IndexTupleCoGroupingComparator() - Constructor for class cascading.tuple.hadoop.IndexTupleCoGroupingComparator
 
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(Fields, Pipe[], Fields, AggregateBy.Functor, Aggregator) - Method in class cascading.pipe.assembly.AggregateBy
 
initialize(Fields, Pipe[], Fields[], AggregateBy.Functor[], Aggregator[]) - Method in class cascading.pipe.assembly.AggregateBy
 
initialize(URI, Configuration) - Method in class cascading.tap.hadoop.HttpFileSystem
 
initialize(URI, Configuration) - Method in class cascading.tap.hadoop.S3HttpFileSystem
Deprecated.  
initializeReduce(FlowProcess, Set<Scope>, Scope) - Method in class cascading.pipe.Group
 
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, Object...) - 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
Deprecated. 
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
Deprecated. 
isBuffer() - Method in class cascading.pipe.Every
Method isBuffer returns true if this Every instance holds a Buffer operation.
isDebugEnabled() - Method in class cascading.flow.FlowStep
 
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(int) - Method in class cascading.pipe.cogroup.CoGroupClosure
 
isEmpty() - Method in class cascading.tuple.SpillableTupleList
Method isEmpty returns true if this list is empty
isEmpty() - Method in class cascading.tuple.Tuple
Method isEmpty returns true if this Tuple instance has no values.
isEquivalentTo(FlowElement) - Method in interface cascading.flow.FlowElement
 
isEquivalentTo(FlowElement) - Method in class cascading.pipe.Group
 
isEquivalentTo(FlowElement) - Method in class cascading.pipe.Operator
 
isEquivalentTo(FlowElement) - Method in class cascading.pipe.Pipe
 
isEquivalentTo(FlowElement) - Method in class cascading.tap.Tap
 
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.
isInfoEnabled() - Method in class cascading.flow.FlowStep
 
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.
isNoneLevel() - Method in enum cascading.operation.AssertionLevel
 
isNoneLevel() - Method in enum cascading.operation.DebugLevel
 
isNoneLevel() - Method in interface cascading.operation.PlannerLevel
Returns true if this enum instance represents a value that instructs the FlowPlanner to remove all instances from the plan.
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 false 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.state.Counter
 
isRemove(FlowProcess, FilterCall<Boolean>) - Method in class cascading.operation.state.Status
 
isRemove(FlowProcess, FilterCall<DocumentBuilder>) - Method in class cascading.operation.xml.XPathFilter
 
isRemove(FlowProcess, FilterCall<LinkedHashMap<Tuple, Object>>) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
isReplace() - Method in class cascading.tap.MultiSourceTap
 
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.
isReplace() - Method in class cascading.tuple.Fields
Method isReplace returns true if this instance is the Fields.REPLACE field set.
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.
isSafe() - Method in class cascading.operation.BaseOperation
 
isSafe() - Method in interface cascading.operation.Operation
Returns true if this Operation instance can safely execute on the same 'record' multiple times, false otherwise.
isSink() - Method in class cascading.scheme.Scheme
Method isSink returns true if this Scheme instance can be used as a sink.
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.
isSkipped() - Method in class cascading.stats.CascadingStats
Method isSkipped returns true when the works was skipped.
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.scheme.Scheme
Method isSource returns true if this Scheme instance can be used as a source.
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(PlannerLevel) - Method in enum cascading.operation.AssertionLevel
 
isStricterThan(PlannerLevel) - Method in enum cascading.operation.DebugLevel
 
isStricterThan(PlannerLevel) - Method in interface cascading.operation.PlannerLevel
Returns true if the given PlannerLevel is less strict than this instance.
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.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.
isSwap() - Method in class cascading.tuple.Fields
Method isSwap returns true if this instance is the Fields.SWAP field set.
isSymmetrical() - Method in class cascading.scheme.Scheme
Method isSymmetrical returns true if the sink fields equal the source fields.
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.
isUpdate() - Method in class cascading.tap.Tap
Method isUpdate indicates whether the resrouce represented by this instance should be updated if it already exists.
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.MultiSinkTap
 
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(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(int[], String, boolean) - Static method in class cascading.util.Util
 
join(String, String...) - Static method in class cascading.util.Util
 
join(String, boolean, 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(Object[], String, boolean) - Static method in class cascading.util.Util
 
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(Collection, String, boolean) - Static method in class cascading.util.Util
 
join(StringBuffer, Collection, String) - Static method in class cascading.util.Util
This method joins each value in the collection with the given delimiter.
join(StringBuffer, Collection, String, boolean) - Static method in class cascading.util.Util
 
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
 
keyType - Variable in class cascading.scheme.WritableSequenceFile
 

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 position, -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
logDebug(String) - Method in class cascading.flow.FlowStep
 
logError(String, Throwable) - Method in class cascading.flow.FlowStep
 
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
 
Logic.Context - Class in cascading.operation.filter
 
Logic.Context() - Constructor for class cascading.operation.filter.Logic.Context
 
logInfo(String) - Method in class cascading.flow.FlowStep
 
logWarn(String) - Method in class cascading.flow.FlowStep
 
logWarn(String, Throwable) - Method in class cascading.flow.FlowStep
 

M

makeDirs(JobConf) - Method in class cascading.tap.Hfs
 
makeDirs(JobConf) - Method in class cascading.tap.MultiSinkTap
 
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, Fields, 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
 
MapReduceFlow - Class in cascading.flow
Class MapReduceFlow is a Flow subclass that supports custom MapReduce jobs pre-configured 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.
markSkipped() - Method in class cascading.stats.CascadingStats
Method markSkipped sets the status to skipped.
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.
merge(Fields...) - Static method in class cascading.tuple.Fields
Method merge merges all given Fields instances into a new Fields instance where a merge is a set union of all the given Fields instances.
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.
MultiSinkTap - Class in cascading.tap
Class MultiSinkTap is both a CompositeTap and SinkTap that can write to multiple child Tap instances simultaneously.
MultiSinkTap(Tap...) - Constructor for class cascading.tap.MultiSinkTap
Constructor MultiSinkTap creates a new MultiSinkTap instance.
MultiSourceTap - Class in cascading.tap
Class MultiSourceTap is used to tie multiple Tap instances into a single resource.
MultiSourceTap(Scheme) - Constructor for class cascading.tap.MultiSourceTap
 
MultiSourceTap(Tap...) - Constructor for class cascading.tap.MultiSourceTap
Constructor MultiSourceTap creates a new MultiSourceTap instance.
MultiTap - Class in cascading.tap
Deprecated.  
MultiTap(Scheme) - Constructor for class cascading.tap.MultiTap
Deprecated.  
MultiTap(Tap...) - Constructor for class cascading.tap.MultiTap
Deprecated.  

N

names(Pipe...) - Static method in class cascading.pipe.Pipe
Convenience method for finding all Pipe names in an assembly.
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 implementation 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.  
open(InputStream) - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesDeserializer
 
open(OutputStream) - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesSerializer
 
openForRead(JobConf) - Method in class cascading.tap.Hfs
 
openForRead(JobConf) - Method in class cascading.tap.MultiSourceTap
 
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.MultiSinkTap
 
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.SetValue
 
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<Pattern>) - Method in class cascading.operation.regex.RegexSplitGenerator
 
operate(FlowProcess, FunctionCall<Pattern>) - Method in class cascading.operation.regex.RegexSplitter
 
operate(FlowProcess, FunctionCall<SimpleDateFormat>) - Method in class cascading.operation.text.DateFormatter
 
operate(FlowProcess, FunctionCall<SimpleDateFormat>) - 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<DocumentBuilder>) - Method in class cascading.operation.xml.XPathGenerator
 
operate(FlowProcess, FunctionCall<DocumentBuilder>) - Method in class cascading.operation.xml.XPathParser
 
operate(FlowProcess, FunctionCall<LinkedHashMap<Tuple, Tuple[]>>) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
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, PlannerLevel, PlannedOperation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(String, Fields, PlannerLevel, PlannedOperation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(Pipe, PlannerLevel, PlannedOperation, Fields) - Constructor for class cascading.pipe.Operator
 
Operator(Pipe, Fields, PlannerLevel, PlannedOperation, 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
 
OperatorException(Pipe, Fields, Fields, Fields, Throwable) - Constructor for exception cascading.pipe.OperatorException
Constructor OperatorException creates a new OperatorException instance.
OperatorException(Pipe, OperatorException.Kind, Fields, Fields, Throwable) - Constructor for exception cascading.pipe.OperatorException
Constructor OperatorException creates a new OperatorException instance.
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
Deprecated.  
parseAWSUri(URI, String, String) - Static method in class cascading.util.S3Util
Deprecated. 
parseDocument(DocumentBuilder, String) - Method in class cascading.operation.xml.XPathOperation
 
pathExists(JobConf) - Method in class cascading.tap.Hfs
 
pathExists(JobConf) - Method in class cascading.tap.MultiSinkTap
 
pathExists(JobConf) - Method in class cascading.tap.MultiSourceTap
 
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.
PlannedOperation<C> - Interface in cascading.operation
Interface PlannedOperation is implemened by all Operation implementations that use a PlannerLevel value to inform the FlowPlanner how to treat the operation during job planning.
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.
PlannerLevel - Interface in cascading.operation
Interface PlannerLevel is the base interface for DebugLevel and AssertionLevel enum types.
plannerLevel - Variable in class cascading.pipe.Operator
Field assertionLevel
predecessors - Variable in class cascading.flow.FlowStepJob
Field predecessors
prepare() - Method in class cascading.flow.Flow
Method prepare is used by a Cascade to notify the given Flow it should initialize or clear any resources necessary for Flow.start() to be called successfully.
prepare() - Method in class cascading.flow.ProcessFlow
 
prepare(FlowProcess, OperationCall<AssertGroupBase.Context>) - Method in class cascading.operation.assertion.AssertGroupBase
 
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) - Method in class cascading.operation.function.SetValue
 
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 processing Tuples.
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, OperationCall<Pattern>) - Method in class cascading.operation.regex.RegexSplitGenerator
 
prepare(FlowProcess, OperationCall<Pattern>) - Method in class cascading.operation.regex.RegexSplitter
 
prepare(FlowProcess, OperationCall<Boolean>) - Method in class cascading.operation.state.Status
 
prepare(FlowProcess, OperationCall<SimpleDateFormat>) - Method in class cascading.operation.text.DateOperation
 
prepare(FlowProcess, OperationCall<DocumentBuilder>) - Method in class cascading.operation.xml.XPathOperation
 
prepare(FlowProcess, OperationCall<LinkedHashMap<Tuple, Tuple[]>>) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
prepare(FlowProcess, OperationCall<LinkedHashMap<Tuple, Object>>) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
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.IndexTuple
 
print(StringBuffer) - Method in class cascading.tuple.IndexTuple
 
print() - Method in class cascading.tuple.Tuple
Method print returns a parsable String representation of this Tuple instance.
print(StringBuffer) - Method in class cascading.tuple.Tuple
 
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
 
printBanner() - Static method in class cascading.cascade.Cascade
 
printElementGraph(String, SimpleDirectedGraph<String, Flow.FlowHolder>) - Method in class cascading.cascade.Cascade
 
printElementGraph(String, SimpleDirectedGraph<FlowElement, Scope>) - 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, SimpleDirectedGraph<FlowElement, Scope>) - 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.
ProcessFlow<P> - Class in cascading.flow
Class ProcessFlow is a Flow subclass that supports custom Riffle jobs.
ProcessFlow(String, P) - Constructor for class cascading.flow.ProcessFlow
Constructor ProcessFlow creates a new ProcessFlow instance.
ProcessFlow(Map<Object, Object>, String, P) - Constructor for class cascading.flow.ProcessFlow
Constructor ProcessFlow creates a new ProcessFlow instance.
project(Fields) - Method in class cascading.tuple.Fields
Method project will return a new Fields instance similar to the given fields instance except any absolute positional elements will be replaced by the current field names, if any.
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. 

Q

quote(Collection<String>, String) - Static method in class cascading.util.Util
 

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
 
readString() - Method in class cascading.tuple.TupleInputStream
 
readToken() - 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
 
readVInt() - Method in class cascading.tuple.TupleInputStream
 
readVLong() - 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
 
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.
removeNulls(String...) - Static method in class cascading.util.Util
 
removeUnnecessaryPipes() - Method in class cascading.flow.ElementGraph
Method removeEmptyPipes performs a depth first traversal and removes instance of Pipe or SubAssembly.
Rename - Class in cascading.pipe.assembly
Class Rename is a SubAssembly that will rename the fromFields to the names in toFields.
Rename(Pipe, Fields, Fields) - Constructor for class cascading.pipe.assembly.Rename
Rename the fromFields in the current Tuple to the given toFields.
rename(Path, Path) - Method in class cascading.tap.hadoop.StreamedFileSystem
 
rename(Fields, Fields) - Method in class cascading.tuple.Fields
Method rename will rename the from fields to the values in to to fields.
REPLACE - Static variable in class cascading.tuple.Fields
Field REPLACE represents all incoming fields, and allows their values to be replaced by the current operation results.
replaceElementWith(FlowElement, FlowElement) - Method in class cascading.flow.ElementGraph
 
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
 
reset() - Method in class cascading.pipe.assembly.AverageBy.AverageFinal.Context
 
reset(Joiner, Tuple, Iterator) - Method in class cascading.pipe.cogroup.CoGroupClosure
 
reset(Joiner, Tuple, Iterator) - Method in class cascading.pipe.cogroup.GroupClosure
 
reset(byte[], int, int) - Method in class cascading.tuple.hadoop.BufferedInputStream
 
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
 
resolveRemainderFields(Set<Scope>, Fields) - Method in class cascading.pipe.Operator
 
resultGroupFields - Variable in class cascading.pipe.Group
Field resultGroupFields
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
 
ReverseGroupingSortingComparator - Class in cascading.tuple.hadoop
Class ReverseTuplePairComparator is an implementation of RawComparator.
ReverseGroupingSortingComparator() - Constructor for class cascading.tuple.hadoop.ReverseGroupingSortingComparator
 
ReverseTupleComparator - Class in cascading.tuple.hadoop
 
ReverseTupleComparator() - Constructor for class cascading.tuple.hadoop.ReverseTupleComparator
 
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 fraction 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, Fields) - Constructor for class cascading.flow.Scope
Constructor Scope creates a new Scope instance.
Scope(String, Fields, 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
Enum Kind
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.
selectInteger(Fields) - Method in class cascading.tuple.TupleEntry
Method selectInteger selects the first field Tuple value in the specified selector.
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 file 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
Constructor SerializationElementReader creates a new SerializationElementReader instance.
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.
serialize(byte[]) - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesSerializer
 
serializeBase64(Object) - Static method in class cascading.util.Util
This method serializes the given Object instance and retunrs a String Base64 representation.
serializeBase64(Object, boolean) - Static method in class cascading.util.Util
 
set(long, String, String) - Method in class cascading.operation.assertion.AssertGroupBase.Context
 
set(int, Object) - 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, Object) - 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.
setComparator(Comparable, Comparator) - Method in class cascading.tuple.Fields
Method setComparator should be used to associate a Comparator with a given field name or position.
setComparators(Comparator...) - Method in class cascading.tuple.Fields
Method setComparators sets all the comparators of this FieldsComparator object.
setConf(Configuration) - Method in class cascading.tuple.hadoop.DeserializerComparator
 
setConf(Configuration) - Method in class cascading.tuple.hadoop.GroupingSortingComparator
 
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.
setDebugLevel(Map<Object, Object>, DebugLevel) - Static method in class cascading.flow.FlowConnector
Method setDebugLevel sets the target planner DebugLevel.
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(java.lang.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(Group) - Method in class cascading.flow.FlowStep
 
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.
setIterator(IndexTuple, Iterator) - Method in class cascading.tuple.SpillableTupleList
 
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.
setMaxConcurrentFlows(Map<Object, Object>, int) - Static method in class cascading.cascade.Cascade
Method setMaxConcurrentFlows sets the maximum number of Flows that a Cascade can run concurrently.
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.FlowStep
 
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.
setNumMapTasks(int) - Method in class cascading.flow.hadoop.HadoopStepStats
 
setNumReducerTasks(int) - Method in class cascading.flow.hadoop.HadoopStepStats
 
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
 
setParentFlowName(String) - Method in class cascading.flow.FlowStep
Method setParentFlowName sets the parentFlowName of this FlowStep object.
setPredecessors(List<FlowStepJob>) - Method in class cascading.flow.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.
setProperties(Map<Object, Object>) - Method in class cascading.flow.FlowStep
Method setProperties sets the properties of this FlowStep object.
setProperty(String, String) - Method in class cascading.flow.Flow
Method setProperty sets the given key and value on the underlying properites system.
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
 
setStatus(String) - Method in class cascading.flow.FlowProcess
Method setStatus is used to set the status of the current operation.
setStatus(String) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
setStepGraph(StepGraph) - Method in class cascading.flow.Flow
 
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.  
setSubmitPriority(int) - Method in class cascading.flow.Flow
Method setSubmitPriority sets the submitPriority of this Flow object.
setSubmitPriority(int) - Method in class cascading.flow.FlowStep
Method setSubmitPriority sets the submitPriority of this FlowStep object.
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.
setTapFromProcess() - Method in class cascading.flow.ProcessFlow
Method setTapFromProcess build Tap instance for the give process incoming and outgoing dependencies.
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
 
SetValue - Class in cascading.operation.function
Class SetValue is a utility Function that allows for a Tuple value to be returned based on the outcome of a given Filter operation.
SetValue(Fields, Filter) - Constructor for class cascading.operation.function.SetValue
Constructor SetValue creates a new SetValue instance.
SetValue(Fields, Filter, Serializable, Serializable) - Constructor for class cascading.operation.function.SetValue
Constructor SetValue creates a new SetValue instance.
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.
Shape - Class in cascading.pipe.assembly
Class Shape is a SubAssembly that will modify the input Tuple stream to match the given fields.
Shape(Pipe, Fields) - Constructor for class cascading.pipe.assembly.Shape
 
sink - Variable in class cascading.flow.FlowStep
Field sink
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.TextDelimited
 
sink(TupleEntry, OutputCollector) - Method in class cascading.scheme.TextLine
 
sink(TupleEntry, OutputCollector) - Method in class cascading.scheme.WritableSequenceFile
 
sink(TupleEntry, OutputCollector) - Method in class cascading.tap.MultiSinkTap
 
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(Tap, JobConf) - Method in class cascading.scheme.WritableSequenceFile
 
sinkInit(JobConf) - Method in class cascading.tap.Hfs
 
sinkInit(JobConf) - Method in class cascading.tap.MultiSinkTap
 
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 returns 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.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.TextDelimited
 
source(Object, Object) - Method in class cascading.scheme.TextLine
 
source(Object, Object) - Method in class cascading.scheme.WritableSequenceFile
 
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.GlobHfs
 
sourceInit(JobConf) - Method in class cascading.tap.Hfs
 
sourceInit(JobConf) - Method in class cascading.tap.MultiSourceTap
 
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
 
sources - Variable in class cascading.flow.Flow
Field sources
SourceTap - Class in cascading.tap
Class SourceTap is the base class for MultiSourceTap.
SourceTap() - Constructor for class cascading.tap.SourceTap
 
SourceTap(Scheme) - Constructor for class cascading.tap.SourceTap
 
SPILL_CODECS - Static variable in class cascading.pipe.cogroup.CoGroupClosure
 
SPILL_COMPRESS - Static variable in class cascading.pipe.cogroup.CoGroupClosure
 
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, JobConf, CompressionCodec) - Constructor for class cascading.tuple.SpillableTupleList
Constructor SpillableTupleList creates a new SpillableTupleList instance using the given threshold value, and the first available compression codec, if any.
SpillableTupleList(long, JobConf, CompressionCodec, FlowProcess) - Constructor for class cascading.tuple.SpillableTupleList
 
splitPattern - Variable in class cascading.scheme.TextDelimited
Field splitPattern
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() - Method in class cascading.flow.FlowStepJob
 
start() - Method in class cascading.flow.ProcessFlow
 
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, AggregatorCall<AverageBy.AverageFinal.Context>) - Method in class cascading.pipe.assembly.AverageBy.AverageFinal
 
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
 
startTime - Variable in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
Field startTime
state - Variable in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
Field state
status - Variable in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
Field status
Status - Class in cascading.operation.state
Class Status is a Filter that sets the current FlowProcess 'status' on the first Tuple it sees.
Status(String) - Constructor for class cascading.operation.state.Status
Constructor Status creates a new Status instance.
StepCounters - Enum in cascading.flow
Enum FlowCounters lists all counters
StepGraph - Class in cascading.flow
Class StepGraph is an internal representation of FlowStep instances.
StepStats - Class in cascading.stats
Class StepStats collects FlowStep specific statistics.
StepStats(String) - Constructor for class cascading.stats.StepStats
Constructor CascadingStats creates a new CascadingStats instance.
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.FlowStepJob
 
stop() - Method in class cascading.flow.ProcessFlow
 
stopJobsOnExit - Variable in class cascading.flow.Flow
Field stopJobsOnExit
StreamComparator<T extends InputStream> - Interface in cascading.tuple
The StreamComparator interface allows for two InputStream instances to be compared, typically bit-wise.
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.
SumBy - Class in cascading.pipe.assembly
Class SumBy is used to sum values associated with duplicate keys in a tuple stream.
SumBy(Fields, Fields, Class) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(Pipe, Fields, Fields, Fields, Class) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(Pipe, Fields, Fields, Fields, Class, int) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(String, Pipe, Fields, Fields, Fields, Class) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(String, Pipe, Fields, Fields, Fields, Class, int) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(Pipe[], Fields, Fields, Fields, Class) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(Pipe[], Fields, Fields, Fields, Class, int) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(String, Pipe[], Fields, Fields, Fields, Class) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(String, Pipe[], Fields, Fields, Fields, Class, int) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy.SumPartials - Class in cascading.pipe.assembly
Class SumPartials is a AggregateBy.Functor that is used to sum observed duplicates from the tuple stream.
SumBy.SumPartials(Fields, Class) - Constructor for class cascading.pipe.assembly.SumBy.SumPartials
Constructor SumPartials creates a new SumPartials instance.
supportsPlannerLevel(PlannerLevel) - Method in class cascading.operation.assertion.AssertExpression
 
supportsPlannerLevel(PlannerLevel) - Method in class cascading.operation.assertion.AssertMatches
 
supportsPlannerLevel(PlannerLevel) - Method in class cascading.operation.assertion.AssertMatchesAll
 
supportsPlannerLevel(PlannerLevel) - Method in class cascading.operation.assertion.BaseAssertion
 
supportsPlannerLevel(PlannerLevel) - Method in class cascading.operation.Debug
 
supportsPlannerLevel(PlannerLevel) - Method in interface cascading.operation.PlannedOperation
 
SWAP - Static variable in class cascading.tuple.Fields
Field SWAP represents all fields not used as arguments for the current operation and the operations results.

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.
tail - Static variable in class cascading.flow.ElementGraph
Field tail
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.
TapCollector(Tap, String, JobConf) - Constructor for class cascading.tap.hadoop.TapCollector
Constructor TapCollector creates a new TapCollector instance.
TapException - Exception in cascading.tap
Class TapException is thrown from Tap subclasses.
TapException() - Constructor for exception cascading.tap.TapException
Constructor TapException creates a new TapException instance.
TapException(String) - Constructor for exception cascading.tap.TapException
Constructor TapException creates a new TapException instance.
TapException(String, Throwable) - Constructor for exception cascading.tap.TapException
Constructor TapException creates a new TapException instance.
TapException(Throwable) - Constructor for exception cascading.tap.TapException
Constructor TapException creates a new TapException instance.
TapException(Tap, Fields, Fields, Throwable) - Constructor for exception cascading.tap.TapException
Constructor TapException creates a new TapException instance.
TapIterator - Class in cascading.tap.hadoop
Class TapIterator is an implementation of TupleIterator.
TapIterator(Tap, JobConf) - Constructor for class cascading.tap.hadoop.TapIterator
Constructor TapIterator creates a new TapIterator instance.
tapPathExists(Tap) - Method in class cascading.flow.Flow
Method tapExists returns true if the resource represented by the given Tap instance exists.
taps - Variable in class cascading.tap.MultiSourceTap
 
taps(Tap...) - Static method in class cascading.tap.Tap
Convenience function to make an array of Tap instances.
tapsMap(String, Tap) - Static method in class cascading.cascade.Cascades
Method tapsMap creates a new Map for the given name and tap.
tapsMap(String[], Tap[]) - Static method in class cascading.cascade.Cascades
Method tapsMap creates a new Map for each name and tap.
tapsMap(Pipe, Tap) - Static method in class cascading.cascade.Cascades
Method tapsMap creates a new Map using the given Pipe name and tap.
tapsMap(Pipe[], Tap[]) - Static method in class cascading.cascade.Cascades
Method tapsMap creates a new Map using the given pipes and taps.
taskType - Variable in class cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats
Field taskType
TempHfs - Class in cascading.tap
Class TempHfs creates a temporary Tap instance for use internally.
TempHfs(String) - Constructor for class cascading.tap.TempHfs
Constructor TempHfs creates a new TempHfs instance.
TempHfs(String, boolean) - Constructor for class cascading.tap.TempHfs
Constructor TempHfs creates a new TempHfs instance.
TempHfs(String, Class) - Constructor for class cascading.tap.TempHfs
Constructor TempDfs creates a new TempDfs instance.
TemplateTap - Class in cascading.tap
Class TemplateTap can be used to write tuple streams out to subdirectories based on the values in the Tuple instance.
TemplateTap(Hfs, String) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, int) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, SinkMode) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, SinkMode, boolean) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, SinkMode, boolean, int) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields, int) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields, SinkMode) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields, SinkMode, boolean) - Constructor for class cascading.tap.TemplateTap
Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields, SinkMode, boolean, int) - Constructor for class cascading.tap.TemplateTap
/** Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap.TemplateScheme - Class in cascading.tap
 
TemplateTap.TemplateScheme(Scheme) - Constructor for class cascading.tap.TemplateTap.TemplateScheme
 
TemplateTap.TemplateScheme(Scheme, String, Fields) - Constructor for class cascading.tap.TemplateTap.TemplateScheme
 
TextDelimited - Class in cascading.scheme
Class TextDelimited is a sub-class of TextLine.
TextDelimited(Fields, String) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, Class[]) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, Class[]) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String, Class[]) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, Class[]) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String, Class[], boolean) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, Class[], boolean) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, Class[]) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, Class[]) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, Class[], boolean) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, Class[], boolean) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, String) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, String) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, String, Class[]) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, String, Class[]) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, String, Class[], boolean) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, String, Class[], boolean) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, boolean, String, Class[], boolean) - Constructor for class cascading.scheme.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextLine - Class in cascading.scheme
A TextLine is a type of Scheme for plain text files.
TextLine() - Constructor for class cascading.scheme.TextLine
Creates a new TextLine instance that sources "offset" and "line" fields, and sinks all incoming fields, where "offset" is the byte offset in the input file.
TextLine(int) - Constructor for class cascading.scheme.TextLine
Creates a new TextLine instance that sources "offset" and "line" fields, and sinks all incoming fields, where "offset" is the byte offset in the input file.
TextLine(TextLine.Compress) - Constructor for class cascading.scheme.TextLine
Creates a new TextLine instance that sources "offset" and "line" fields, and sinks all incoming fields, where "offset" is the byte offset in the input file.
TextLine(Fields, Fields) - Constructor for class cascading.scheme.TextLine
Creates a new TextLine instance.
TextLine(Fields, Fields, int) - Constructor for class cascading.scheme.TextLine
Creates a new TextLine instance.
TextLine(Fields, Fields, TextLine.Compress) - Constructor for class cascading.scheme.TextLine
Constructor TextLine creates a new TextLine instance.
TextLine(Fields, Fields, TextLine.Compress, int) - Constructor for class cascading.scheme.TextLine
Constructor TextLine creates a new TextLine instance.
TextLine(Fields) - Constructor for class cascading.scheme.TextLine
Creates a new TextLine instance.
TextLine(Fields, int) - Constructor for class cascading.scheme.TextLine
Creates a new TextLine instance.
TextLine.Compress - Enum in cascading.scheme
 
throwable - Variable in class cascading.flow.FlowStepJob
Field throwable
throwFail(String) - Static method in class cascading.operation.assertion.BaseAssertion
Static method throwFail shoudl be used to throw an AssertionException.
throwFail(String, Object...) - Static method in class cascading.operation.assertion.BaseAssertion
Static method throwFail shoudl be used to throw an AssertionException.
toBoolean(Object) - Static method in class cascading.tuple.Tuples
 
toDouble(Object) - Static method in class cascading.tuple.Tuples
 
toFloat(Object) - Static method in class cascading.tuple.Tuples
 
toInteger(Object) - Static method in class cascading.tuple.Tuples
 
toLong(Object) - Static method in class cascading.tuple.Tuples
 
toNull(Object) - Static method in class cascading.util.Util
This method returns the Object.toString() of the given object, or an empty String if the object is null.
toShort(Object) - Static method in class cascading.tuple.Tuples
 
toString() - Method in class cascading.cascade.Cascade
 
toString() - Method in class cascading.flow.ElementGraph.Extent
 
toString() - Method in class cascading.flow.Flow
 
toString() - Method in class cascading.flow.FlowStep
 
toString() - Method in class cascading.flow.ProcessFlow
 
toString() - Method in class cascading.flow.Scope
 
toString() - Method in class cascading.operation.BaseOperation
 
toString() - Method in class cascading.pipe.Every.EveryHandler
 
toString() - Method in class cascading.pipe.Group
 
toString() - Method in class cascading.pipe.Operator
 
toString() - Method in class cascading.pipe.Pipe
 
toString() - Method in class cascading.scheme.Scheme
 
toString() - Method in class cascading.stats.CascadeStats
 
toString() - Method in class cascading.stats.CascadingStats
 
toString() - Method in class cascading.stats.FlowStats
 
toString() - Method in class cascading.stats.StepStats
 
toString() - Method in class cascading.tap.GlobHfs
 
toString() - Method in class cascading.tap.Hfs
 
toString() - Method in class cascading.tap.MultiSinkTap
 
toString() - Method in class cascading.tap.MultiSourceTap
 
toString() - Method in class cascading.tap.TempHfs
 
toString() - Method in class cascading.tap.TemplateTap
 
toString() - Method in class cascading.tuple.Fields
 
toString() - Method in class cascading.tuple.IndexTuple
 
toString() - Method in class cascading.tuple.Tuple
 
toString(String) - Method in class cascading.tuple.Tuple
Method toString writes this Tuple instance values out to a String delimited by the given String value.
toString(String, boolean) - Method in class cascading.tuple.Tuple
Method toString writes this Tuple instance values out to a String delimited by the given String value.
toString() - Method in class cascading.tuple.TupleEntry
 
toString() - Method in class cascading.tuple.TuplePair
 
toString(Object) - Static method in class cascading.tuple.Tuples
 
toStringInternal(Operation) - Static method in class cascading.operation.BaseOperation
 
trace - Variable in class cascading.operation.BaseOperation
Field trace
truncate(String, int) - Static method in class cascading.util.Util
This method truncates the given String value to the given size, but appends an ellipse ("...") if the String is larger than maxSize.
Tuple - Class in cascading.tuple
A Tuple represents a set of values.
Tuple(List<Object>) - Constructor for class cascading.tuple.Tuple
 
Tuple() - Constructor for class cascading.tuple.Tuple
Constructor Tuple creates a new Tuple instance.
Tuple(Tuple) - Constructor for class cascading.tuple.Tuple
Copy constructor.
Tuple(Object...) - Constructor for class cascading.tuple.Tuple
Constructor Tuple creates a new Tuple instance with all the given values.
TupleComparator - Class in cascading.tuple.hadoop
 
TupleComparator() - Constructor for class cascading.tuple.hadoop.TupleComparator
 
TupleElementComparator - Class in cascading.tuple.hadoop
 
TupleElementComparator() - Constructor for class cascading.tuple.hadoop.TupleElementComparator
 
TupleElementComparator(Comparator) - Constructor for class cascading.tuple.hadoop.TupleElementComparator
 
TupleElementStreamComparator - Class in cascading.tuple.hadoop
 
TupleElementStreamComparator(StreamComparator) - Constructor for class cascading.tuple.hadoop.TupleElementStreamComparator
 
TupleEntry - Class in cascading.tuple
Class TupleEntry allows a Tuple instance and its declarating Fields instance to be used as a single object.
TupleEntry() - Constructor for class cascading.tuple.TupleEntry
Constructor TupleEntry creates a new TupleEntry instance.
TupleEntry(boolean) - Constructor for class cascading.tuple.TupleEntry
Constructor TupleEntry creates a new TupleEntry instance.
TupleEntry(Fields) - Constructor for class cascading.tuple.TupleEntry
Constructor TupleEntry creates a new TupleEntry instance.
TupleEntry(Fields, boolean) - Constructor for class cascading.tuple.TupleEntry
Constructor TupleEntry creates a new TupleEntry instance.
TupleEntry(Fields, Tuple) - Constructor for class cascading.tuple.TupleEntry
Constructor TupleEntry creates a new TupleEntry instance.
TupleEntry(TupleEntry) - Constructor for class cascading.tuple.TupleEntry
Constructor TupleEntry creates a new TupleEntry instance that is a safe copy of the given tupleEntry.
TupleEntry(Tuple) - Constructor for class cascading.tuple.TupleEntry
Constructor TupleEntry creates a new TupleEntry instance.
TupleEntryCollector - Class in cascading.tuple
Interface TupleEntryCollector is used to allow BaseOperation instances to emit result Tuple values.
TupleEntryCollector() - Constructor for class cascading.tuple.TupleEntryCollector
 
TupleEntryCollector(Fields) - Constructor for class cascading.tuple.TupleEntryCollector
Constructor TupleCollector creates a new TupleCollector instance.
TupleEntryIterator - Class in cascading.tuple
Class TupleEntryIterator provides an efficient Iterator for returning TupleEntry elements in an underlying Tuple collection.
TupleEntryIterator(Fields, Iterator...) - Constructor for class cascading.tuple.TupleEntryIterator
Constructor TupleEntryIterator creates a new TupleEntryIterator instance.
TupleException - Exception in cascading.tuple
Class TupleException is thrown by the Tuple, Fields and TupleEntry classes.
TupleException() - Constructor for exception cascading.tuple.TupleException
Constructor TupleException creates a new TupleException instance.
TupleException(String) - Constructor for exception cascading.tuple.TupleException
Constructor TupleException creates a new TupleException instance.
TupleException(String, Throwable) - Constructor for exception cascading.tuple.TupleException
Constructor TupleException creates a new TupleException instance.
TupleException(Throwable) - Constructor for exception cascading.tuple.TupleException
Constructor TupleException creates a new TupleException instance.
TupleInputStream - Class in cascading.tuple
Class TupleInputStream is used internally to read Tuples from storage.
TupleInputStream(InputStream, TupleInputStream.ElementReader) - Constructor for class cascading.tuple.TupleInputStream
 
TupleInputStream(InputStream) - Constructor for class cascading.tuple.TupleInputStream
 
TupleInputStream.ElementReader - Interface in cascading.tuple
 
TupleIterator - Interface in cascading.tuple
Interface TupleIterator is used to allow for iteration across Tuple instances.
TupleOutputStream - Class in cascading.tuple
Class TupleOutputStream is used internally to write Tuples to storage.
TupleOutputStream(OutputStream, TupleOutputStream.ElementWriter) - Constructor for class cascading.tuple.TupleOutputStream
 
TupleOutputStream(OutputStream) - Constructor for class cascading.tuple.TupleOutputStream
 
TupleOutputStream.ElementWriter - Interface in cascading.tuple
 
TuplePair - Class in cascading.tuple
Class TuplePair is a utility class that is optimized to hold two Tuple instances for sorting and hashing of each part independently.
TuplePair() - Constructor for class cascading.tuple.TuplePair
Constructor Tuple creates a new Tuple instance.
TuplePair(Tuple, Tuple) - Constructor for class cascading.tuple.TuplePair
Constructor TuplePair creates a new TuplePair instance.
Tuples - Class in cascading.tuple
Class Tuples is a helper class providing common methods to manipulate Tuple and TupleEntry instances.
Tuples() - Constructor for class cascading.tuple.Tuples
 
TupleSerialization - Class in cascading.tuple.hadoop
Class TupleSerialization is an implementation of Hadoop's Serialization interface.
TupleSerialization() - Constructor for class cascading.tuple.hadoop.TupleSerialization
Constructor TupleSerialization creates a new TupleSerialization instance.
TupleSerialization(Configuration) - Constructor for class cascading.tuple.hadoop.TupleSerialization
Constructor TupleSerialization creates a new TupleSerialization instance.

U

UnGroup - Class in cascading.operation.function
Class UnGroup is a Function that will 'un-group' data from a given dataset.
UnGroup(Fields, Fields[]) - Constructor for class cascading.operation.function.UnGroup
Constructor UnGroup creates a new UnGroup instance.
UnGroup(Fields, Fields, Fields[]) - Constructor for class cascading.operation.function.UnGroup
Constructor UnGroup creates a new UnGroup instance.
UnGroup(Fields, Fields, int) - Constructor for class cascading.operation.function.UnGroup
Constructor UnGroup creates a new UnGroup instance.
Unique - Class in cascading.pipe.assembly
Class Unique SubAssembly is used to filter all duplicates out of a tuple stream.
Unique(Pipe, Fields) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
Unique(Pipe, Fields, int) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
Unique(String, Pipe, Fields) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
Unique(String, Pipe, Fields, int) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
Unique(Pipe[], Fields) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
Unique(Pipe[], Fields, int) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
Unique(String, Pipe[], Fields) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
Unique(String, Pipe[], Fields, int) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
Unique.FilterPartialDuplicates - Class in cascading.pipe.assembly
Class FilterPartialDuplicates is a Filter that is used to remove observed duplicates from the tuple stream.
Unique.FilterPartialDuplicates() - Constructor for class cascading.pipe.assembly.Unique.FilterPartialDuplicates
Constructor FilterPartialDuplicates creates a new FilterPartialDuplicates instance.
Unique.FilterPartialDuplicates(int) - Constructor for class cascading.pipe.assembly.Unique.FilterPartialDuplicates
Constructor FilterPartialDuplicates creates a new FilterPartialDuplicates instance.
UNKNOWN - Static variable in class cascading.tuple.Fields
Field UNKNOWN
unwind(Pipe...) - Static method in class cascading.pipe.SubAssembly
Is responsible for unwinding nested PipeAssembly instances.
unwrapGrouping(Tuple) - Method in class cascading.pipe.Group
Method unwrapGrouping tests if the given grouping key Tuple should be unwrapped if this Group instance is sorting.
Util - Class in cascading.util
Class Util provides reusable operations.
Util() - Constructor for class cascading.util.Util
 
Util.RetryOperator<T> - Interface in cascading.util
 

V

validateInput(JobConf) - Method in class cascading.tap.hadoop.MultiInputFormat
 
ValueAssertion<C> - Interface in cascading.operation
Class ValueAssertion is a kind of Assertion used with the Each pipe Operator.
ValueAssertionCall<C> - Interface in cascading.operation
Interface ValueAssertionCall provides access to the current ValueAssertion invocation arguments.
valueOf(String) - Static method in enum cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats.TaskType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.flow.Scope.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.flow.StepCounters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.operation.AssertionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.operation.Debug.Output
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.operation.DebugLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.scheme.TextLine.Compress
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.stats.CascadingStats.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.tap.SinkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.util.S3Util.Request
Deprecated. Returns the enum constant of this type with the specified name.
values() - Static method in enum cascading.flow.hadoop.HadoopStepStats.HadoopTaskStats.TaskType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.flow.Scope.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.flow.StepCounters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.operation.AssertionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.operation.Debug.Output
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.operation.DebugLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.scheme.TextLine.Compress
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.stats.CascadingStats.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.tap.SinkMode
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class cascading.tuple.Fields
Field VALUES represents all fields used as values for the last grouping
values() - Static method in enum cascading.util.S3Util.Request
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
valueType - Variable in class cascading.scheme.WritableSequenceFile
 
verify() - Method in class cascading.operation.filter.Logic
 
verify() - Method in class cascading.pipe.assembly.AggregateBy
Method verify should be overridden by sub-classes if any values must be tested before the calling constructor returns.
verifyAssembly(Pipe[], Map<String, Tap>, Map<String, Tap>, Map<String, Tap>) - Method in class cascading.flow.FlowPlanner
Must be called to determine if all elements of the base pipe assembly are available
verifyContains(Fields) - Method in class cascading.tuple.Fields
Method verifyContains tests if this instance contains the field names and positions specified in the given fields instance.
verifyOperation() - Method in class cascading.pipe.Each
 
verifyOperation() - Method in class cascading.pipe.Operator
 
verifyPipeAssemblyEndPoints(Map<String, Tap>, Map<String, Tap>, Pipe[]) - Method in class cascading.flow.FlowPlanner
Method verifyEndPoints verifies

there aren't dupe names in heads or tails.

verifySourceNotSinks(Map<String, Tap>, Map<String, Tap>) - Method in class cascading.flow.FlowPlanner
 
verifyTaps(Map<String, Tap>, boolean, boolean) - Method in class cascading.flow.FlowPlanner
Method verifyTaps ...
verifyTraps(Map<String, Tap>, Pipe[], Map<String, Tap>, Map<String, Tap>) - Method in class cascading.flow.FlowPlanner
 

W

wasStarted() - Method in class cascading.flow.FlowStepJob
Method wasStarted returns true if this job was started
WRITABLE_TOKEN - Static variable in class cascading.tuple.TupleOutputStream
Field WRITABLE_TOKEN
WritableSequenceFile - Class in cascading.scheme
Class WritableSequenceFile is a sub-class of SequenceFile that reads and writes values of the given writableType Class, instead of Tuple instances used by default in SequenceFile.
WritableSequenceFile(Fields, Class<? extends Writable>) - Constructor for class cascading.scheme.WritableSequenceFile
Constructor WritableSequenceFile creates a new WritableSequenceFile instance.
WritableSequenceFile(Fields, Class<? extends Writable>, Class<? extends Writable>) - Constructor for class cascading.scheme.WritableSequenceFile
Constructor WritableSequenceFile creates a new WritableSequenceFile instance.
write(DataOutput) - Method in class cascading.tap.hadoop.MultiInputSplit
 
write(DataOutput) - Method in class cascading.tap.hadoop.ZipSplit
 
write(DataOutputStream, Object) - Method in class cascading.tuple.hadoop.SerializationElementWriter
 
write(DataOutputStream, Object) - Method in interface cascading.tuple.TupleOutputStream.ElementWriter
 
writeAsXML(Node) - Method in class cascading.operation.xml.XPathOperation
 
writeDOT(String) - Method in class cascading.cascade.Cascade
Method writeDOT writes this element graph to a DOT file for easy visualization and debugging.
writeDOT(String) - Method in class cascading.flow.ElementGraph
Method writeDOT writes this element graph to a DOT file for easy visualization and debugging.
writeDOT(String) - Method in class cascading.flow.Flow
Method writeDOT writes this Flow instance to the given filename as a DOT file for import into a graphics package.
writeDOT(String) - Method in exception cascading.flow.PlannerException
Method writeDOT writes the failed Flow instance to the given filename as a DOT file for import into a graphics package.
writeDOT(String) - Method in class cascading.flow.StepGraph
Method writeDOT writes this element graph to a DOT file for easy vizualization and debugging.
writeDOT(Writer, SimpleDirectedGraph, IntegerNameProvider, VertexNameProvider, EdgeNameProvider) - Static method in class cascading.util.Util
 
writeIndexTuple(IndexTuple) - Method in class cascading.tuple.TupleOutputStream
 
writeStepsDOT(String) - Method in class cascading.flow.Flow
Method writeStepsDOT writes this Flow step graph to the given filename as a DOT file for import into a graphics package.
writeTuple(Tuple) - Method in class cascading.tuple.TupleOutputStream
 
writeTuplePair(TuplePair) - Method in class cascading.tuple.TupleOutputStream
 

X

Xor - Class in cascading.operation.filter
Class Xor is a Filter class that will logically 'xor' (exclusive or) the results of the constructor provided Filter instances.
Xor(Filter...) - Constructor for class cascading.operation.filter.Xor
Constructor Xor creates a new Xor instance where all Filter instances receive all arguments.
Xor(Fields, Filter, Fields, Filter) - Constructor for class cascading.operation.filter.Xor
Constructor Xor creates a new Xor instance.
XPathFilter - Class in cascading.operation.xml
XPathFilter will filter out a Tuple if the given XPath expression returns false.
XPathFilter(String[][], String) - Constructor for class cascading.operation.xml.XPathFilter
Constructor XPathFilter creates a new XPathFilter instance.
XPathFilter(boolean, String[][], String) - Constructor for class cascading.operation.xml.XPathFilter
Constructor XPathFilter creates a new XPathFilter instance.
XPathGenerator - Class in cascading.operation.xml
XPathGenerator is a Generator function that will emit a new Tuple for every Node returned by the given XPath expression.
XPathGenerator(Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathGenerator
Constructor XPathGenerator creates a new XPathGenerator instance.
XPathOperation - Class in cascading.operation.xml
Class XPathOperation is the base class for all XPath operations.
XPathOperation(int, Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathOperation
 
XPathOperation(int, String[][], String...) - Constructor for class cascading.operation.xml.XPathOperation
 
XPathParser - Class in cascading.operation.xml
XPathParser will extract a value from the passed Tuple argument into a new Tuple field.
XPathParser(Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathParser
Constructor XPathParser creates a new XPathParser instance.
XPathParser(Fields, String...) - Constructor for class cascading.operation.xml.XPathParser
Constructor XPathParser creates a new XPathParser instance.

Z

ZipInputFormat - Class in cascading.tap.hadoop
Class ZipInputFormat is an InputFormat for zip files.
ZipInputFormat() - Constructor for class cascading.tap.hadoop.ZipInputFormat
 
ZipSplit - Class in cascading.tap.hadoop
A section of an input file in zip format.
ZipSplit(Path, String, long) - Constructor for class cascading.tap.hadoop.ZipSplit
Constructs a split from zip archive.
ZipSplit(Path, long) - Constructor for class cascading.tap.hadoop.ZipSplit
Constructor ZipSplit creates a new ZipSplit instance.
zone - Variable in class cascading.operation.text.DateOperation
Field zone

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

Copyright © 2007-2010 Concurrent, Inc. All Rights Reserved.