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

accumulatedSourcesByJoin - Variable in class cascading.flow.planner.BaseFlowStep
 
add(Tuple) - Method in class cascading.tuple.collect.SpillableTupleList
Method add will add the given Tuple 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.
add(TupleEntry) - Method in class cascading.tuple.TupleEntrySchemeCollector
 
add(Tuple) - Method in class cascading.tuple.TupleEntrySchemeCollector
 
addAccumulatedSourceFor(HashJoin, Tap) - Method in class cascading.flow.planner.BaseFlowStep
 
addAll(Collection<? extends Tuple>) - Method in class cascading.tuple.collect.SpillableTupleList
 
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.
addApplicationFramework(Map<Object, Object>, String) - Static method in class cascading.property.AppProps
Adds a framework "name:version" string to the property set and to the System properties.
addApplicationTag(Map<Object, Object>, String) - Static method in class cascading.property.AppProps
 
addAssemblyPlanner(AssemblyPlanner) - Method in class cascading.flow.FlowDef
Method addAssemblyPlanner adds new AssemblyPlanner instances to be evaluated.
addBoolean(boolean) - Method in class cascading.tuple.Tuple
Method addBoolean adds a new element value to this instance.
addCheckpoint(String, Tap) - Method in class cascading.flow.FlowDef
Method addCheckpoint adds a new named checkpoint Tap for use in the resulting Flow.
addCheckpoint(Checkpoint, Tap) - Method in class cascading.flow.FlowDef
Method addCheckpoint adds a new checkpoint Tap named after the given Checkpoint for use in the resulting Flow.
addCheckpoints(Map<String, Tap>) - Method in class cascading.flow.FlowDef
Method addCheckpoints adds a Map of the names and Tap pairs.
addCodec(String) - Method in class cascading.tuple.collect.SpillableProps
 
addCodecs(List<String>) - Method in class cascading.tuple.collect.SpillableProps
 
addDouble(double) - Method in class cascading.tuple.Tuple
Method addDouble adds a new element value to this instance.
addFloat(float) - Method in class cascading.tuple.Tuple
Method addFloat adds a new element value to this instance.
addFlow(Flow) - Method in class cascading.cascade.CascadeDef
Method addFlow adds a new Flow instance that is intended to participate in a Cascade.
addFlows(Flow...) - Method in class cascading.cascade.CascadeDef
Method addFlows adds many new Flow instances intended to participate in a Cascade.
addFlows(Collection<Flow>) - Method in class cascading.cascade.CascadeDef
Method addFlows adds many new Flow instances intended to participate in a Cascade.
addFlowStats(FlowStats) - Method in class cascading.stats.CascadeStats
Method addFlowStats add a child Flow {2link FlowStats} instance.
addFramework(String) - Method in class cascading.property.AppProps
Adds a new framework name to the list of frameworks used.
addFramework(String, String) - Method in class cascading.property.AppProps
Adds a new framework name and its version to the list of frameworks used.
addFrameworks(String...) - Method in class cascading.property.AppProps
Adds new framework names to the list of frameworks used.
addGroup(Group) - Method in class cascading.flow.planner.BaseFlowStep
 
addHead(Duct) - Method in class cascading.flow.stream.StreamGraph
 
addHook(ShutdownUtil.Hook) - Static method in class cascading.util.ShutdownUtil
 
addIncomingScope(Scope) - Method in interface cascading.flow.stream.ElementDuct
 
addIncomingScope(Scope) - Method in class cascading.flow.stream.ElementStage
 
addIncomingScope(Scope) - Method in class cascading.flow.stream.SpliceGate
 
addInteger(int) - Method in class cascading.tuple.Tuple
Method addInteger adds a new element value to this instance.
addListener(CascadeListener) - Method in class cascading.cascade.Cascade
 
addListener(FlowListener) - Method in class cascading.flow.BaseFlow
 
addListener(FlowListener) - Method in interface cascading.flow.Flow
Method addListener registers the given flowListener with this instance.
addListener(FlowStepListener) - Method in interface cascading.flow.FlowStep
Method addListener registers the given FlowStepListener with this instance.
addListener(FlowStepListener) - Method in class cascading.flow.planner.BaseFlowStep
 
addLong(long) - Method in class cascading.tuple.Tuple
Method addLong adds a new element value to this instance.
addOutgoingScope(Scope) - Method in interface cascading.flow.stream.ElementDuct
 
addOutgoingScope(Scope) - Method in class cascading.flow.stream.ElementStage
 
addOutgoingScope(Scope) - Method in class cascading.flow.stream.SpliceGate
 
addPath(Duct, Duct) - Method in class cascading.flow.stream.StreamGraph
 
addPath(Duct, int, Duct) - Method in class cascading.flow.stream.StreamGraph
 
addPropertiesTo(Properties) - Method in class cascading.cascade.CascadeProps
 
addPropertiesTo(Properties) - Method in class cascading.flow.FlowConnectorProps
 
addPropertiesTo(Properties) - Method in class cascading.flow.FlowProps
 
addPropertiesTo(Properties) - Method in class cascading.property.AppProps
 
addPropertiesTo(Properties) - Method in class cascading.property.Props
 
addPropertiesTo(Properties) - Method in class cascading.tap.partition.PartitionTapProps
 
addPropertiesTo(Properties) - Method in class cascading.tuple.collect.SpillableProps
 
addShort(short) - Method in class cascading.tuple.Tuple
Method addShort adds a new element value to this instance.
addSink(String, Tap) - Method in class cascading.flow.FlowDef
Method addSink adds a new named sink Tap for use in the resulting Flow.
addSink(Pipe, Tap) - Method in class cascading.flow.FlowDef
Method addSink adds a new sink Tap named after the given Pipe for use in the resulting Flow.
addSink(String, Tap) - Method in class cascading.flow.planner.BaseFlowStep
 
addSinks(Map<String, Tap>) - Method in class cascading.flow.FlowDef
Method addSinks adds a Map of the named and Tap pairs.
addSource(String, Tap) - Method in class cascading.flow.FlowDef
Method addSource adds a new named source Tap for use in the resulting Flow.
addSource(Pipe, Tap) - Method in class cascading.flow.FlowDef
Method addSource adds a new source Tap named after the given Pipe for use in the resulting Flow.
addSource(String, Tap) - Method in class cascading.flow.planner.BaseFlowStep
 
addSources(Map<String, Tap>) - Method in class cascading.flow.FlowDef
Method addSources adds a map of name and Tap pairs.
addStepListener(FlowStepListener) - Method in class cascading.flow.BaseFlow
 
addStepListener(FlowStepListener) - Method in interface cascading.flow.Flow
Method addStepListener registers the given flowStepListener with this instance.
addStepStats(FlowStepStats) - Method in class cascading.stats.FlowStats
 
addStreamedSourceFor(HashJoin, Tap) - Method in class cascading.flow.planner.BaseFlowStep
 
addString(String) - Method in class cascading.tuple.Tuple
Method addString adds a new element value to this instance.
addTag(String) - Method in class cascading.property.AppProps
 
addTag(String) - Method in class cascading.property.UnitOfWorkDef
 
addTags(String...) - Method in class cascading.property.AppProps
 
addTags(String...) - Method in class cascading.property.UnitOfWorkDef
 
addTail(Pipe) - Method in class cascading.flow.FlowDef
Method addTail adds a new Pipe to this FlowDef that represents a tail in a pipe assembly.
addTail(Duct) - Method in class cascading.flow.stream.StreamGraph
 
addTails(Collection<Pipe>) - Method in class cascading.flow.FlowDef
Method addTails adds a Collection of tails.
addTails(Pipe...) - Method in class cascading.flow.FlowDef
Method addTails adds an array of tails.
addTailSink(Pipe, Tap) - Method in class cascading.flow.FlowDef
Method addTailSink adds the tail Pipe and sink Tap to this FlowDef.
addToClassPath(String) - Method in class cascading.flow.FlowDef
Adds each given artifact to the classpath the assembly will execute under allowing Operators to dynamically load classes and resources from a ClassLoader.
addTrap(String, Tap) - Method in class cascading.flow.FlowDef
Method addTrap adds a new named trap Tap for use in the resulting Flow.
addTrap(Pipe, Tap) - Method in class cascading.flow.FlowDef
Method addTrap adds a new trap Tap named after the given Pipe for use in the resulting Flow.
addTraps(Map<String, Tap>) - Method in class cascading.flow.FlowDef
Method addTraps adds a Map of the names and Tap pairs.
aggregate(FlowProcess, AggregatorCall<Context>) - 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<Pair<Long[], Tuple>>) - 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
Deprecated.  
aggregate(FlowProcess, AggregatorCall<ExtremaValueBase.Context>) - Method in class cascading.operation.aggregator.ExtremaValueBase
 
aggregate(FlowProcess, AggregatorCall<Pair<Double[], Tuple>>) - 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.FirstBy.FirstPartials
 
aggregate(FlowProcess, TupleEntry, Tuple) - Method in class cascading.pipe.assembly.MaxBy.MaxPartials
 
aggregate(FlowProcess, TupleEntry, Tuple) - Method in class cascading.pipe.assembly.MinBy.MinPartials
 
aggregate(FlowProcess, TupleEntry, Tuple) - Method in class cascading.pipe.assembly.SumBy.SumPartials
 
AGGREGATE_BY_THRESHOLD - Static variable in class cascading.pipe.assembly.AggregateBy
 
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, 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.CompositeFunction.Context - Class in cascading.pipe.assembly
 
AggregateBy.CompositeFunction.Context() - Constructor for class cascading.pipe.assembly.AggregateBy.CompositeFunction.Context
 
AggregateBy.Flush - Enum in cascading.pipe.assembly
 
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<Context> - 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.
AggregatorEveryStage - Class in cascading.flow.stream
 
AggregatorEveryStage(FlowProcess, Every) - Constructor for class cascading.flow.stream.AggregatorEveryStage
 
ALL - Static variable in class cascading.tuple.Fields
Field ALL represents a wildcard for all fields
allNext - Variable in class cascading.flow.stream.Fork
 
allPrevious - Variable in class cascading.flow.stream.Gate
 
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
APP_FRAMEWORKS - Static variable in class cascading.property.AppProps
 
APP_ID - Static variable in class cascading.property.AppProps
 
APP_JAR_CLASS - Static variable in class cascading.property.AppProps
 
APP_JAR_PATH - Static variable in class cascading.property.AppProps
 
APP_NAME - Static variable in class cascading.property.AppProps
 
APP_TAGS - Static variable in class cascading.property.AppProps
 
APP_VERSION - Static variable in class cascading.property.AppProps
 
append(Fields[]) - Method in class cascading.tuple.Fields
Deprecated. 
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 suitable for use as a field declaration.
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.
appendSelector(Fields) - Method in class cascading.tuple.Fields
Method is used for appending the given Fields instance to this instance, into a new Fields instance suitable for use as a field selector.
apply(Flow<Config>, List<FlowStep<Config>>, FlowStep<Config>) - Method in interface cascading.flow.FlowStepStrategy
 
apply(String, ConfigDef.Getter) - Method in class cascading.property.ConfigDef
 
apply(ConfigDef.Mode, ConfigDef.Setter) - Method in class cascading.property.ConfigDef
 
applyType(Comparable, Type) - Method in class cascading.tuple.Fields
Method applyType should be used to associate a Type with a given field name or position.
applyTypes(Fields) - Method in class cascading.tuple.Fields
Method applyType should be used to associate Type with a given field name or position as declared in the given Fields parameter.
applyTypes(Type...) - Method in class cascading.tuple.Fields
Method applyTypes returns a new Fields instance with the given types, replacing any existing type information within the new instance.
AppProps - Class in cascading.property
Class AppProps is a fluent helper for setting various application level properties that every Flow may or may not be required to have set.
AppProps() - Constructor for class cascading.property.AppProps
 
AppProps(String, String) - Constructor for class cascading.property.AppProps
Sets the name and version of this application.
appProps() - Static method in class cascading.property.AppProps
 
areSinksStale() - Method in class cascading.flow.BaseFlow
 
areSinksStale() - Method in interface 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.BaseFlow
 
areSourcesNewer(long) - Method in interface 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
argumentsBuilder - Variable in class cascading.flow.stream.OperatorStage
 
argumentSelector - Variable in class cascading.pipe.Operator
Field argumentSelector
argumentSelectors - Variable in class cascading.operation.filter.Logic
Field fields
argumentsEntry - Variable in class cascading.flow.stream.OperatorStage
 
argumentsSelector - Variable in class cascading.flow.stream.OperatorStage
 
asArray(Tuple, T[]) - 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
Deprecated. 
asArray(Tuple, Class[], Object[]) - Static method in class cascading.tuple.Tuples
Deprecated. 
asArray(Tuple, CoercibleType[], Class[], Object[]) - Static method in class cascading.tuple.Tuples
 
asClass(Type) - Static method in class cascading.tuple.coerce.Coercions
Method asClass is a convenience method for casting the given type to a Class if an instance of Class or to Object if not.
asCollection(Flow, Tap, C) - Static method in class cascading.CascadingTestCase
 
asCollection(Flow, Tap, Fields, C) - Static method in class cascading.CascadingTestCase
 
asCollection(TupleEntryIterator, C) - Static method in class cascading.CascadingTestCase
 
asCollection(TupleEntryIterator, Fields, C) - Static method in class cascading.CascadingTestCase
 
asCollection(Tuple) - Static method in class cascading.tuple.Tuples
 
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.
asFieldName(Comparable) - Static method in class cascading.tuple.Fields
 
asFlatMap(Map<Object, Object>) - Static method in class cascading.property.PropertyUtil
 
asIterableOf(Class<T>) - Method in class cascading.tuple.TupleEntry
Method asIterableOf returns an Iterable instance that will coerce all Tuple elements into the given type parameter.
asList(Flow, Tap) - Static method in class cascading.CascadingTestCase
 
asList(Flow, Tap, Fields) - Static method in class cascading.CascadingTestCase
 
asModifiable(Tuple) - Static method in class cascading.tuple.Tuples
Method asModifiable marks the given Tuple instance as modifiable.
asNonPrimitive(Class) - Static method in class cascading.tuple.coerce.Coercions
Returns the primitive wrapper fo the given type, if the given type represents a primitive, otherwise the type is returned.
asNonPrimitive(Class[]) - Static method in class cascading.tuple.coerce.Coercions
 
asPathList(List<GraphPath<FlowElement, Scope>>) - Static method in class cascading.flow.planner.ElementGraphs
 
asPathList(List<GraphPath<Duct, DuctGraph.Ordinal>>) - Static method in class cascading.flow.stream.StreamGraph
 
AssemblyPlanner - Interface in cascading.flow
Interface AssemblyPlanner is used to allow for lazy evaluation of a pipe assembly during planning of a Flow.
AssemblyPlanner.Context - Interface in cascading.flow
 
assemblyPlanners - Variable in class cascading.flow.FlowDef
 
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.
ASSERTION_LEVEL - Static variable in class cascading.flow.FlowConnectorProps
 
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.FlowDef
 
assertionLevel - Variable in class cascading.flow.planner.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.
asSet(Flow, Tap) - Static method in class cascading.CascadingTestCase
 
asSet(Flow, Tap, Fields) - Static method in class cascading.CascadingTestCase
 
asType(String) - Static method in class cascading.tuple.coerce.Coercions
Method asType is a convenience method for looking up a type name (like "int" or "java.lang.String" to its corresponding Class or instance of CoercibleType.
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(CoercibleType) - 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(Fields, Fields, AverageBy.Include) - 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(Pipe, Fields, Fields, Fields, AverageBy.Include) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(Pipe, Fields, Fields, Fields, AverageBy.Include, int) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(String, Pipe, Fields, Fields, Fields, AverageBy.Include) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(String, Pipe, Fields, Fields, Fields, AverageBy.Include, int) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(Pipe[], Fields, Fields, Fields, AverageBy.Include) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(Pipe[], Fields, Fields, Fields, AverageBy.Include, int) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(String, Pipe[], Fields, Fields, Fields, AverageBy.Include) - Constructor for class cascading.pipe.assembly.AverageBy
Constructor AverageBy creates a new AverageBy instance.
AverageBy(String, Pipe[], Fields, Fields, Fields, AverageBy.Include, 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(Fields) - 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(Fields) - Constructor for class cascading.pipe.assembly.AverageBy.AveragePartials
Constructor AveragePartials creates a new AveragePartials instance.
AverageBy.AveragePartials(Fields, AverageBy.Include) - Constructor for class cascading.pipe.assembly.AverageBy.AveragePartials
 
AverageBy.Include - Enum in cascading.pipe.assembly
 

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
 
BaseFlow<Config> - Class in cascading.flow
 
BaseFlow() - Constructor for class cascading.flow.BaseFlow
Used for testing.
BaseFlow(PlatformInfo, Map<Object, Object>, Config, String) - Constructor for class cascading.flow.BaseFlow
 
BaseFlow(PlatformInfo, Map<Object, Object>, Config, FlowDef) - Constructor for class cascading.flow.BaseFlow
 
BaseFlow.FlowHolder - Class in cascading.flow
Class FlowHolder is a helper class for wrapping Flow instances.
BaseFlow.FlowHolder() - Constructor for class cascading.flow.BaseFlow.FlowHolder
 
BaseFlow.FlowHolder(Flow) - Constructor for class cascading.flow.BaseFlow.FlowHolder
 
BaseFlowStep<Config> - Class in cascading.flow.planner
Class FlowStep is an internal representation of a given Job to be executed on a remote cluster.
BaseFlowStep(String, int) - Constructor for class cascading.flow.planner.BaseFlowStep
 
BaseJoiner - Class in cascading.pipe.joiner
 
BaseJoiner() - Constructor for class cascading.pipe.joiner.BaseJoiner
 
BaseJoiner(Fields) - Constructor for class cascading.pipe.joiner.BaseJoiner
 
BaseOperation<Context> - 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 returns 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.
BasePartitionTap<Config,Input,Output> - Class in cascading.tap.partition
 
BasePartitionTap(Tap, Partition, int) - Constructor for class cascading.tap.partition.BasePartitionTap
 
BasePartitionTap(Tap, Partition, SinkMode) - Constructor for class cascading.tap.partition.BasePartitionTap
 
BasePartitionTap(Tap, Partition, SinkMode, boolean, int) - Constructor for class cascading.tap.partition.BasePartitionTap
 
BasePartitionTap.Counters - Enum in cascading.tap.partition
 
BasePartitionTap.PartitionCollector - Class in cascading.tap.partition
 
BasePartitionTap.PartitionCollector(FlowProcess<Config>) - Constructor for class cascading.tap.partition.BasePartitionTap.PartitionCollector
 
BasePartitionTap.PartitionScheme<Config,Input,Output> - Class in cascading.tap.partition
 
BasePartitionTap.PartitionScheme(Scheme) - Constructor for class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
BasePartitionTap.PartitionScheme(Scheme, Fields) - Constructor for class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
BaseState - Class in cascading.management.state
 
BaseState() - Constructor for class cascading.management.state.BaseState
 
BaseTemplateTap<Config,Output> - Class in cascading.tap
 
BaseTemplateTap(Tap, String, int) - Constructor for class cascading.tap.BaseTemplateTap
 
BaseTemplateTap(Tap, String, SinkMode) - Constructor for class cascading.tap.BaseTemplateTap
 
BaseTemplateTap(Tap, String, SinkMode, boolean, int) - Constructor for class cascading.tap.BaseTemplateTap
 
BaseTemplateTap(Tap, String, Fields, int) - Constructor for class cascading.tap.BaseTemplateTap
 
BaseTemplateTap(Tap, String, Fields, SinkMode) - Constructor for class cascading.tap.BaseTemplateTap
 
BaseTemplateTap(Tap, String, Fields, SinkMode, boolean, int) - Constructor for class cascading.tap.BaseTemplateTap
 
BaseTemplateTap(Scheme<Config, ?, Output, ?, ?>, SinkMode) - Constructor for class cascading.tap.BaseTemplateTap
 
BaseTemplateTap(Scheme<Config, ?, Output, ?, ?>) - Constructor for class cascading.tap.BaseTemplateTap
 
BaseTemplateTap.Counters - Enum in cascading.tap
 
BaseTemplateTap.TemplateScheme<Config,Output> - Class in cascading.tap
 
BaseTemplateTap.TemplateScheme(Scheme) - Constructor for class cascading.tap.BaseTemplateTap.TemplateScheme
 
BaseTemplateTap.TemplateScheme(Scheme, Fields) - Constructor for class cascading.tap.BaseTemplateTap.TemplateScheme
 
BIG_DECIMAL - Static variable in class cascading.tuple.coerce.Coercions
 
BigDecimalCoerce - Class in cascading.tuple.coerce
 
BigDecimalCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.BigDecimalCoerce
 
bind(StreamGraph) - Method in class cascading.flow.stream.Duct
 
bind(StreamGraph) - Method in class cascading.flow.stream.Gate
 
bind(StreamGraph) - Method in class cascading.flow.stream.MemoryHashJoinGate
 
bind(StreamGraph) - Method in class cascading.flow.stream.MemorySpliceGate
 
bind(StreamGraph) - Method in class cascading.flow.stream.MergeStage
 
bind(StreamGraph) - Method in class cascading.flow.stream.SinkStage
 
bind() - Method in class cascading.flow.stream.StreamGraph
 
block - Variable in class cascading.operation.expression.ScriptOperation
Field expression
blockOnJob() - Method in class cascading.flow.planner.FlowStepJob
 
blockOnPredecessors() - Method in class cascading.flow.planner.FlowStepJob
 
blockTillCompleteOrStopped() - Method in class cascading.flow.planner.FlowStepJob
 
BOOLEAN - Static variable in class cascading.tuple.coerce.Coercions
 
BOOLEAN_OBJECT - Static variable in class cascading.tuple.coerce.Coercions
 
BooleanCoerce - Class in cascading.tuple.coerce
 
BooleanCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.BooleanCoerce
 
BooleanObjectCoerce - Class in cascading.tuple.coerce
 
BooleanObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.BooleanObjectCoerce
 
branchNames - Variable in class cascading.flow.stream.ElementStage
 
Buffer<Context> - 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.
BufferEveryWindow - Class in cascading.flow.stream
 
BufferEveryWindow(FlowProcess, Every) - Constructor for class cascading.flow.stream.BufferEveryWindow
 
BufferJoin - Class in cascading.pipe.joiner
Class BufferJoiner notifies the Cascading planner that the next Buffer instance will implement a custom join strategy.
BufferJoin() - Constructor for class cascading.pipe.joiner.BufferJoin
 
buildFlow(FlowDef) - Method in class cascading.flow.planner.FlowPlanner
Method buildFlow renders the actual Flow instance.
buildProperties() - Method in class cascading.property.Props
Method buildProperties returns a new Properties instance with all property values for this type.
buildProperties(Map<Object, Object>) - Method in class cascading.property.Props
Method buildProperties returns a new Properties instance with all property values for this type using the given Map of property values as defaults.
buildProperties(Iterable<Map.Entry<String, String>>) - Method in class cascading.property.Props
Method buildProperties returns a new Properties instance with all property values for this type using the given Iterable> of property values as defaults.
buildProperties(Properties) - Method in class cascading.property.Props
Method buildProperties returns a new Properties instance with all property values for this type using the given Properties instance of property values as defaults.

C

call() - Method in class cascading.cascade.Cascade.CascadeJob
 
call() - Method in class cascading.flow.planner.FlowStepJob
 
call() - Method in class cascading.flow.stream.SourceStage
 
canonical(Object) - Method in class cascading.tuple.coerce.Coercions.Coerce
 
canonical(Object) - Method in interface cascading.tuple.type.CoercibleType
 
canonical(Object) - Method in class cascading.tuple.type.DateType
 
captureDebugTrace(Class) - Static method in class cascading.util.Util
 
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
 
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() - Constructor for class cascading.cascade.Cascade
for testing
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.
CascadeDef - Class in cascading.cascade
Class CascadeDef is a fluent interface for defining a Cascade.
CascadeDef() - Constructor for class cascading.cascade.CascadeDef
Constructor CascadeDef creates a new CascadeDef instance.
cascadeDef() - Static method in class cascading.cascade.CascadeDef
Creates a new instance of a CascadeDef.
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.
CascadeListener - Interface in cascading.cascade
Interface CascadeListener provides hooks for receiving events on various stages of a Cascade execution.
CascadeProps - Class in cascading.cascade
Class CascadeProps is a fluent helper class for setting various Cascade level properties passed through a CascadeConnector.
CascadeProps() - Constructor for class cascading.cascade.CascadeProps
 
cascadeProps() - Static method in class cascading.cascade.CascadeProps
 
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(Cascade, ClientState) - Constructor for class cascading.stats.CascadeStats
 
cascading - package cascading
 
CASCADING - Static variable in class cascading.util.Version
 
cascading.cascade - package cascading.cascade
 
cascading.cascade.planner - package cascading.cascade.planner
 
cascading.flow - package cascading.flow
 
cascading.flow.planner - package cascading.flow.planner
 
cascading.flow.stream - package cascading.flow.stream
 
cascading.management - package cascading.management
 
cascading.management.state - package cascading.management.state
 
cascading.operation - package cascading.operation
 
cascading.operation.aggregator - package cascading.operation.aggregator
 
cascading.operation.assertion - package cascading.operation.assertion
 
cascading.operation.buffer - package cascading.operation.buffer
 
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.pipe - package cascading.pipe
 
cascading.pipe.assembly - package cascading.pipe.assembly
 
cascading.pipe.joiner - package cascading.pipe.joiner
 
cascading.property - package cascading.property
 
cascading.provider - package cascading.provider
 
cascading.scheme - package cascading.scheme
 
cascading.scheme.util - package cascading.scheme.util
 
cascading.stats - package cascading.stats
 
cascading.tap - package cascading.tap
 
cascading.tap.partition - package cascading.tap.partition
 
cascading.tap.type - package cascading.tap.type
 
cascading.tuple - package cascading.tuple
 
cascading.tuple.coerce - package cascading.tuple.coerce
 
cascading.tuple.collect - package cascading.tuple.collect
 
cascading.tuple.io - package cascading.tuple.io
 
cascading.tuple.type - package cascading.tuple.type
 
cascading.tuple.util - package cascading.tuple.util
 
cascading.util - package cascading.util
 
CASCADING_BUILD_NUMBER - Static variable in class cascading.util.Version
 
CASCADING_FLOW_ID - Static variable in interface cascading.flow.Flow
 
CASCADING_FLOW_STEP_ID - Static variable in interface cascading.flow.FlowStep
 
CASCADING_RELEASE_MAJOR - Static variable in class cascading.util.Version
 
CASCADING_RELEASE_MINOR - Static variable in class cascading.util.Version
 
CASCADING_SERVICES - Static variable in class cascading.management.CascadingServices
 
CASCADING_SERVICES_JAR - Static variable in class cascading.management.CascadingServices
 
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.
CascadingFactory<Config,Instance> - Interface in cascading.provider
Interface CascadingFactory defines a pluggable "factory" class that can be loaded by the FactoryLoader utility.
CascadingService - Interface in cascading.provider
Interface CascadingService defines a pluggable "service" class that can be loaded by the ServiceLoader utility.
cascadingServices - Variable in class cascading.flow.FlowSession
 
CascadingServices - Class in cascading.management
Class CascadingServices is the root class for pluggable services Cascading can call out to for distributed monitoring and management systems.
CascadingServices(Map<Object, Object>) - Constructor for class cascading.management.CascadingServices
 
CascadingServices.NullDocumentService - Class in cascading.management
Class NullDocumentService provides a null implementation.
CascadingServices.NullDocumentService() - Constructor for class cascading.management.CascadingServices.NullDocumentService
 
CascadingServices.NullMetricsService - Class in cascading.management
Class NullMetricsService provides a null implementation.
CascadingServices.NullMetricsService() - Constructor for class cascading.management.CascadingServices.NullMetricsService
 
CascadingStats - Class in cascading.stats
Class CascadingStats is the base class for all Cascading statistics gathering.
CascadingStats(String, ClientState) - Constructor for class cascading.stats.CascadingStats
 
CascadingStats.Status - Enum in cascading.stats
 
CascadingTestCase - Class in cascading
Class CascadingTestCase is the base class for all Cascading tests.
CascadingTestCase() - Constructor for class cascading.CascadingTestCase
 
CascadingTestCase(String) - Constructor for class cascading.CascadingTestCase
 
CHARACTER - Static variable in class cascading.tuple.coerce.Coercions
 
CHARACTER_OBJECT - Static variable in class cascading.tuple.coerce.Coercions
 
CharacterCoerce - Class in cascading.tuple.coerce
 
CharacterCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.CharacterCoerce
 
CharacterObjectCoerce - Class in cascading.tuple.coerce
 
CharacterObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.CharacterObjectCoerce
 
checkForUpdate(PlatformInfo) - Static method in class cascading.util.Update
 
checkForUpdate() - Method in class cascading.util.Update
 
Checkpoint - Class in cascading.pipe
The Checkpoint pipe, if supported by the current planner, will force data to be persisted at the point in the tuple stream an instance of Checkpoint is inserted into the pipe assembly.
Checkpoint(Pipe) - Constructor for class cascading.pipe.Checkpoint
Constructor Checkpoint creates a new Checkpoint pipe which inherits the name of its previous pipe.
Checkpoint(String, Pipe) - Constructor for class cascading.pipe.Checkpoint
Constructor Checkpoint creates a new Checkpoint pipe with the given name.
checkpointRootPath - Variable in class cascading.flow.planner.FlowPlanner
 
checkpoints - Variable in class cascading.flow.FlowDef
 
classPath - Variable in class cascading.flow.FlowDef
 
clean() - Method in class cascading.flow.planner.BaseFlowStep
 
clean(Config) - Method in class cascading.flow.planner.BaseFlowStep
 
cleanField(int, String, Type) - Method in interface cascading.scheme.util.FieldTypeResolver
 
cleanFields(Object[]) - Method in class cascading.scheme.util.DelimitedParser
 
cleanParsedLine(Object[]) - Method in class cascading.scheme.util.DelimitedParser
 
cleanPattern - Variable in class cascading.scheme.util.DelimitedParser
Field cleanPattern
cleansePathName(String) - Static method in class cascading.util.Util
 
cleanSplit(Object[], Pattern, Pattern, String) - Method in class cascading.scheme.util.DelimitedParser
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.cascade.Cascade
 
cleanup() - Method in class cascading.flow.BaseFlow
 
cleanup() - Method in interface cascading.flow.Flow
 
cleanup() - Method in class cascading.flow.stream.Duct
 
cleanup() - Method in class cascading.flow.stream.ElementStage
 
cleanup() - Method in class cascading.flow.stream.OperatorStage
 
cleanup() - Method in class cascading.flow.stream.SinkStage
 
cleanup() - Method in class cascading.flow.stream.SpliceGate
 
cleanup() - Method in class cascading.flow.stream.StreamGraph
Calls cleanup starting at the head and working forwards
cleanup() - Method in interface cascading.management.UnitOfWork
 
cleanup(FlowProcess, OperationCall<Context>) - 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<Context>) - 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, Object>>) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
cleanup() - Method in class cascading.stats.CascadingStats
Method cleanup destroys any resources allocated by this instance.
clear() - Method in class cascading.tuple.collect.SpillableTupleList
 
clear() - Method in class cascading.tuple.Tuple
Method clear empties this Tuple instance.
clear() - Method in class cascading.tuple.TupleListCollector
Method clear clears all Tuple instances from this instance.
ClientState - Class in cascading.management.state
 
ClientState() - Constructor for class cascading.management.state.ClientState
 
clientState - Variable in class cascading.stats.CascadingStats
 
close() - Method in class cascading.tap.partition.BasePartitionTap.PartitionCollector
 
close() - Method in class cascading.tuple.io.TupleInputStream
 
close() - Method in interface cascading.tuple.io.TupleInputStream.ElementReader
 
close() - Method in class cascading.tuple.io.TupleOutputStream
 
close() - Method in interface cascading.tuple.io.TupleOutputStream.ElementWriter
 
close() - Method in class cascading.tuple.TupleEntryChainIterator
Method close closes all underlying resources.
close() - Method in class cascading.tuple.TupleEntryCollector
Method close closes the underlying resource being written to.
close() - Method in class cascading.tuple.TupleEntryIterableChainIterator
Method close closes all underlying resources.
close() - Method in class cascading.tuple.TupleEntrySchemeCollector
 
close() - Method in class cascading.tuple.TupleEntrySchemeIterator
 
close() - Method in class cascading.util.SingleCloseableInputIterator
 
close() - Method in class cascading.util.SingleValueCloseableIterator
 
CloseableIterator<V> - Interface in cascading.util
Interface CloseableIterator is a helper interface granting an Iterator a close method.
closeCollector(String) - Method in class cascading.tap.partition.BasePartitionTap.PartitionCollector
 
closeCurrent() - Method in class cascading.tuple.TupleEntryChainIterator
 
closeCurrent() - Method in class cascading.tuple.TupleEntryIterableChainIterator
 
CloseReducingDuct<Group,Incoming,Outgoing> - Class in cascading.flow.stream
 
CloseReducingDuct(Duct<Outgoing, ?>) - Constructor for class cascading.flow.stream.CloseReducingDuct
 
CloseWindow - Interface in cascading.flow.stream
 
closure - Variable in class cascading.flow.stream.MemorySpliceGate
 
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(Pipe, Fields) - Constructor for class cascading.pipe.assembly.Coerce
Constructor Coerce creates a new Coerce instance that will only coerce the given coerceFields Tuple values.
coerce(Object) - Method in class cascading.tuple.coerce.BigDecimalCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.BooleanCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.BooleanObjectCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.CharacterCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.CharacterObjectCoerce
 
coerce(Object, Type) - Static method in class cascading.tuple.coerce.Coercions
Method coerce will coerce the given value to the given type using any CoercibleType mapping available.
coerce(CoercibleType, Object, Type) - Static method in class cascading.tuple.coerce.Coercions
Method coerce will coerce the given value to the given type using the given CoercibleType.
coerce(Object, Type) - Method in class cascading.tuple.coerce.Coercions.Coerce
 
coerce(Object) - Method in class cascading.tuple.coerce.Coercions.Coerce
 
coerce(Object) - Method in class cascading.tuple.coerce.DoubleCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.DoubleObjectCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.FloatCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.FloatObjectCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.IntegerCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.IntegerObjectCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.LongCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.LongObjectCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.ObjectCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.ShortCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.ShortObjectCoerce
 
coerce(Object) - Method in class cascading.tuple.coerce.StringCoerce
 
coerce(Tuple, int, Class) - Static method in class cascading.tuple.Tuples
Deprecated. 
coerce(Object, Class) - Static method in class cascading.tuple.Tuples
Deprecated. 
coerce(Tuple, Class[]) - Static method in class cascading.tuple.Tuples
Deprecated. 
coerce(Tuple, Class[], Tuple) - Static method in class cascading.tuple.Tuples
Deprecated. 
coerce(Object, Type) - Method in interface cascading.tuple.type.CoercibleType
 
coerce(Object, Type) - Method in class cascading.tuple.type.DateType
 
coerceParsedLine(String, Object[]) - Method in class cascading.scheme.util.DelimitedParser
 
coercibleArray(Fields) - Static method in class cascading.tuple.coerce.Coercions
Method coercibleArray will return an array of CoercibleType instances based on the given field type information.
coercibleArray(int, Type[]) - Static method in class cascading.tuple.coerce.Coercions
Method coercibleArray will return an array of CoercibleType instances based on the given type array.
coercibles - Variable in class cascading.scheme.util.DelimitedParser
Fields coercibles
CoercibleType<Canonical> - Interface in cascading.tuple.type
Interface CoercibleType allows Fields instances to be extended with custom type information.
coercibleTypeFor(Type) - Static method in class cascading.tuple.coerce.Coercions
Method coercibleTypeFor returns the CoercibleType for the given Type instance.
Coercions - Class in cascading.tuple.coerce
Coercions class is a helper class for managing primitive value coercions.
Coercions() - Constructor for class cascading.tuple.coerce.Coercions
 
coercions - Static variable in class cascading.tuple.coerce.Coercions
 
Coercions.Coerce<T> - Class in cascading.tuple.coerce
 
Coercions.Coerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.Coercions.Coerce
 
CoGroup - Class in cascading.pipe
The CoGroup pipe allows for two or more tuple streams to join into a single stream via an optional Joiner.
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.
Collapsing - Interface in cascading.flow.stream
Collapsing marks a Duct as collapsing start/complete events from multiple incoming paths
collect(TupleEntry) - Method in class cascading.tap.partition.BasePartitionTap.PartitionCollector
 
collect(TupleEntry) - Method in class cascading.tuple.TupleEntryCollector
 
collect(TupleEntry) - Method in class cascading.tuple.TupleEntrySchemeCollector
 
collect(TupleEntry) - Method in class cascading.tuple.TupleListCollector
 
commitResource(Config) - Method in class cascading.tap.BaseTemplateTap
 
commitResource(Config) - Method in class cascading.tap.MultiSinkTap
 
commitResource(Config) - Method in class cascading.tap.partition.BasePartitionTap
 
commitResource(Config) - Method in class cascading.tap.SourceTap
 
commitResource(Config) - Method in class cascading.tap.Tap
Method commitResource allows the underlying resource to be notified when all write processing is successful so that any additional cleanup or processing may be completed.
commitSinks() - Method in class cascading.flow.planner.BaseFlowStep
 
compare(Tuple, Tuple) - Method in class cascading.flow.stream.SparseTupleComparator
 
compare(Number, Number) - Method in class cascading.operation.aggregator.ExtremaBase
Deprecated.  
compare(Comparable, Comparable) - Method in class cascading.operation.aggregator.ExtremaValueBase
Allows subclasses to provide own comparison method.
compare(Number, Number) - Method in class cascading.operation.aggregator.Max
Deprecated.  
compare(Comparable, Comparable) - Method in class cascading.operation.aggregator.MaxValue
 
compare(Number, Number) - Method in class cascading.operation.aggregator.Min
Deprecated.  
compare(Comparable, Comparable) - Method in class cascading.operation.aggregator.MinValue
 
compare(Tuple, Tuple) - Method in class cascading.tuple.Fields
 
compare(T, T) - Method in interface cascading.tuple.StreamComparator
 
compare(Comparable, Comparable) - Method in class cascading.util.NullNotEquivalentComparator
 
compareSet(String[], String, String) - Method in class cascading.management.CascadingServices.NullMetricsService
 
compareSet(String[], int, int) - Method in class cascading.management.CascadingServices.NullMetricsService
 
compareSet(String[], long, long) - Method in class cascading.management.CascadingServices.NullMetricsService
 
compareSet(String[], String, String) - Method in interface cascading.management.MetricsService
 
compareSet(String[], int, int) - Method in interface cascading.management.MetricsService
 
compareSet(String[], long, long) - Method in interface cascading.management.MetricsService
 
compareTo(Object) - Method in class cascading.flow.planner.PlatformInfo
 
compareTo(Object) - Method in class cascading.flow.stream.MemorySpliceGate.DelegatedTuple
 
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.io.IndexTuple
 
compareTo(IndexTuple) - Method in class cascading.tuple.io.IndexTuple
 
compareTo(Object) - Method in class cascading.tuple.io.TuplePair
 
compareTo(Tuple) - Method in class cascading.tuple.io.TuplePair
 
compareTo(TuplePair) - Method in class cascading.tuple.io.TuplePair
Method compareTo compares this instance to the given TuplePair.
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.
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.BaseFlow
 
complete() - Method in interface cascading.flow.Flow
Method complete starts the current Flow instance if it has not be previously started, then block until completion.
complete(Duct) - Method in class cascading.flow.stream.Duct
 
complete(Duct) - Method in class cascading.flow.stream.Fork
 
complete(Duct) - Method in class cascading.flow.stream.MemoryCoGroupGate
 
complete(Duct) - Method in class cascading.flow.stream.MemoryHashJoinGate
 
complete(Duct) - Method in class cascading.flow.stream.MergeStage
 
complete(Duct) - Method in class cascading.flow.stream.OpenDuct
 
complete(Duct) - Method in class cascading.flow.stream.OperatorStage
 
complete(Duct) - Method in class cascading.flow.stream.SinkStage
 
complete() - Method in interface cascading.management.UnitOfWork
 
complete(UnitOfWork, int, TimeUnit) - Method in class cascading.management.UnitOfWorkExecutorStrategy
 
complete(UnitOfWork, int, TimeUnit) - Method in interface cascading.management.UnitOfWorkSpawnStrategy
 
complete(FlowProcess, AggregatorCall<Average.Context>) - Method in class cascading.operation.aggregator.Average
 
complete(FlowProcess, AggregatorCall<Context>) - 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<Pair<Long[], Tuple>>) - 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
Deprecated.  
complete(FlowProcess, AggregatorCall<ExtremaValueBase.Context>) - Method in class cascading.operation.aggregator.ExtremaValueBase
 
complete(FlowProcess, AggregatorCall<Tuple[]>) - Method in class cascading.operation.aggregator.First
 
complete(FlowProcess, AggregatorCall<Pair<Double[], Tuple>>) - 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.FirstBy.FirstPartials
 
complete(FlowProcess, Tuple) - Method in class cascading.pipe.assembly.MaxBy.MaxPartials
 
complete(FlowProcess, Tuple) - Method in class cascading.pipe.assembly.MinBy.MinPartials
 
complete(FlowProcess, Tuple) - Method in class cascading.pipe.assembly.SumBy.SumPartials
 
completeCount - Variable in class cascading.flow.stream.MergeStage
 
completeGroup(Duct, TupleEntry) - Method in class cascading.flow.stream.AggregatorEveryStage
 
completeGroup(Duct, Outgoing) - Method in class cascading.flow.stream.CloseReducingDuct
 
completeGroup(Duct, TupleEntry) - Method in class cascading.flow.stream.GroupAssertionEveryStage
 
completeGroup(Duct, Result) - Method in interface cascading.flow.stream.Reducing
 
CompositeTap<Child extends Tap> - Interface in cascading.tap
Interface CompositeTap marks Tap classes as having child Tap instances.
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(Fields, 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.
ConcreteCall(ConcreteCall<C>) - Constructor for class cascading.operation.ConcreteCall
 
ConcreteCall<Context,IO> - Class in cascading.scheme
The concrete base class for SourceCall and SinkCall.
ConcreteCall() - Constructor for class cascading.scheme.ConcreteCall
 
config - Variable in class cascading.property.ConfigDef
 
configDef - Variable in class cascading.pipe.Pipe
 
ConfigDef - Class in cascading.property
The ConfigDef class allows for the creation of a configuration properties template to be applied to an existing properties configuration set.
ConfigDef() - Constructor for class cascading.property.ConfigDef
 
ConfigDef.Getter - Interface in cascading.property
 
ConfigDef.Mode - Enum in cascading.property
 
ConfigDef.Setter - Interface in cascading.property
 
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(CascadeDef) - Method in class cascading.cascade.CascadeConnector
 
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.
connect(FlowDef) - Method in class cascading.flow.FlowConnector
 
CONTAINER_ENABLED - Static variable in class cascading.management.CascadingServices
 
CONTAINER_EXCLUDE - Static variable in class cascading.management.CascadingServices
 
contains(Object) - Method in class cascading.tuple.collect.SpillableTupleList
 
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.
containsAll(Collection<?>) - Method in class cascading.tuple.collect.SpillableTupleList
 
containsNull(Object[]) - Static method in class cascading.util.Util
 
containsPipeNamed(String) - Method in interface cascading.flow.FlowStep
Returns true if this FlowStep contains a pipe/branch with the given name.
containsPipeNamed(String) - Method in class cascading.flow.planner.BaseFlowStep
 
copy(T[]) - Static method in class cascading.util.Util
 
copyComparators(Fields, Fields...) - Static method in class cascading.tuple.Fields
 
copyConfig(Config) - Method in class cascading.flow.FlowProcess
 
copyConfig(Object) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
copyConfig(Config) - Method in class cascading.flow.FlowProcessWrapper
 
copyElementGraph() - Method in class cascading.flow.planner.ElementGraph
Method copyGraph returns a partial copy of the current ElementGraph.
copyFields(Scope) - Method in class cascading.flow.planner.Scope
Method copyFields copies the given Scope instance fields to this instance.
copyWith(Config) - Method in class cascading.flow.FlowProcess
 
copyWith(Object) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
copyWith(Config) - Method in class cascading.flow.FlowProcessWrapper
 
count - Variable in class cascading.flow.stream.MemorySpliceGate
 
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 default 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
 
countAllEventingPathsTo(Duct) - Method in class cascading.flow.stream.StreamGraph
Returns all free paths to the current duct, usually a GroupGate.
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(Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Fields, Fields, CountBy.Include) - 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(Pipe, Fields, Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe, Fields, Fields, CountBy.Include, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe, Fields, Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe, Fields, Fields, CountBy.Include, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe[], Fields, Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe[], Fields, Fields, CountBy.Include, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe[], Fields, Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe[], Fields, Fields, CountBy.Include, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe, Fields, Fields, Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe, Fields, Fields, Fields, CountBy.Include, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe, Fields, Fields, Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe, Fields, Fields, Fields, CountBy.Include, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe[], Fields, Fields, Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(Pipe[], Fields, Fields, Fields, CountBy.Include, int) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe[], Fields, Fields, Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy
Constructor CountBy creates a new CountBy instance.
CountBy(String, Pipe[], Fields, Fields, Fields, CountBy.Include, 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.
CountBy.CountPartials(Fields, CountBy.Include) - Constructor for class cascading.pipe.assembly.CountBy.CountPartials
 
CountBy.Include - Enum in cascading.pipe.assembly
 
countDownLatch() - Method in class cascading.flow.stream.MemoryHashJoinGate
 
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
 
countOrderedDirectPathsBetween(SimpleDirectedGraph<FlowElement, Scope>, FlowElement, Splice) - Static method in class cascading.flow.planner.ElementGraphs
for every incoming stream to the splice, gets the count of paths.
countOrderedDirectPathsBetween(SimpleDirectedGraph<FlowElement, Scope>, FlowElement, Splice, boolean) - Static method in class cascading.flow.planner.ElementGraphs
 
countPaths(Map<Integer, Integer>) - Static method in class cascading.flow.planner.ElementGraphs
 
countTypesBetween(SimpleDirectedGraph<FlowElement, Scope>, FlowElement, Splice, Class) - Static method in class cascading.flow.planner.ElementGraphs
 
create(FlowProcess<Config>) - Method in interface cascading.provider.CascadingFactory
Method create will return a new instance of the type create by this factory.
create(List<Object>) - Static method in class cascading.tuple.Tuples
 
createArgumentsBuilder(Fields, Fields) - Method in class cascading.flow.stream.OperatorStage
 
createBlockingJoinGate(HashJoin) - Method in class cascading.flow.stream.StepStreamGraph
 
createCleanPatternFor(String) - Method in class cascading.scheme.util.DelimitedParser
Method createCleanPatternFor creates a regex Pattern for removing quote characters from a String.
createClientState(FlowProcess) - Method in class cascading.flow.planner.BaseFlowStep
 
createClientState(String) - Method in class cascading.management.CascadingServices
 
createCoGroupGate(CoGroup) - Method in class cascading.flow.stream.StepStreamGraph
 
createComposite(Tuple...) - Static method in class cascading.tuple.util.TupleViews
 
createComposite(Fields...) - Static method in class cascading.tuple.util.TupleViews
 
createComposite(Fields[], Tuple[]) - Static method in class cascading.tuple.util.TupleViews
 
createConfig(Map<Object, Object>, Config) - Method in class cascading.flow.BaseFlow
 
createDefaultNarrowBuilder(Fields, Fields) - Method in class cascading.flow.stream.MemorySpliceGate
 
createDefaultNarrowBuilder(Fields, Fields) - Method in class cascading.flow.stream.SpliceGate
 
createDocumentService() - Method in class cascading.management.CascadingServices
 
createElementGraph(FlowDef, Pipe[]) - Method in class cascading.flow.planner.FlowPlanner
 
createEscapePatternFor(String) - Method in class cascading.scheme.util.DelimitedParser
Method createEscapePatternFor creates a regex Pattern cleaning quote escapes from a String.
createFlow(FlowDef) - Method in class cascading.flow.planner.FlowPlanner
 
createFlowPlanner() - Method in class cascading.flow.FlowConnector
 
createFlowStep(String, int) - Method in class cascading.flow.planner.FlowStepGraph
 
createFlowStepJob(FlowProcess<Config>, Config) - Method in class cascading.flow.planner.BaseFlowStep
 
createFlowThread(String) - Method in class cascading.flow.BaseFlow
 
createFork(Duct[]) - Method in class cascading.flow.stream.StreamGraph
 
createGroupByGate(GroupBy) - Method in class cascading.flow.stream.StepStreamGraph
 
createHashJoinGate(HashJoin) - Method in class cascading.flow.stream.StepStreamGraph
 
createID(String) - Static method in class cascading.util.Util
 
createID(byte[]) - Static method in class cascading.util.Util
Method CreateID returns a HEX hash of the given bytes with length 32 characters long.
createKeySet() - Method in class cascading.flow.stream.MemorySpliceGate
 
createKeyValuesArray() - Method in class cascading.flow.stream.MemorySpliceGate
This lets us just replace an old map and let the gc cleanup, vs clearing each map
createMergeStage(Merge) - Method in class cascading.flow.stream.StepStreamGraph
 
createMetricsService() - Method in class cascading.management.CascadingServices
 
createNarrow(int[]) - Static method in class cascading.tuple.util.TupleViews
 
createNarrow(int[], Tuple) - Static method in class cascading.tuple.util.TupleViews
 
createNarrowBuilder(Fields, Fields) - Method in class cascading.flow.stream.SpliceGate
 
createNextFor(Duct) - Method in class cascading.flow.stream.StreamGraph
 
createNonBlockingJoinGate(HashJoin) - Method in class cascading.flow.stream.StepStreamGraph
 
createNulledBuilder(Fields, Fields) - Method in class cascading.flow.stream.SpliceGate
 
createObjectArray() - Static method in class cascading.tuple.util.TupleViews
 
createObjectArray(Object...) - Static method in class cascading.tuple.util.TupleViews
 
createOpenReducingWindow(Duct) - Method in class cascading.flow.stream.StreamGraph
 
createOpenWindow(Duct) - Method in class cascading.flow.stream.StreamGraph
 
createOutgoingBuilder(Operator, Fields, Fields, Fields, Fields, Fields) - Method in class cascading.flow.stream.OperatorStage
 
createOverride(Fields, Fields) - Static method in class cascading.tuple.util.TupleViews
 
createOverride(Fields, Tuple, Fields, Tuple) - Static method in class cascading.tuple.util.TupleViews
 
createOverride(int[], Tuple, int[], Tuple) - Static method in class cascading.tuple.util.TupleViews
 
createProperties(Iterable<Map.Entry<String, String>>) - Static method in class cascading.property.PropertyUtil
 
createProperties(Map<Object, Object>, Properties) - Static method in class cascading.property.PropertyUtil
 
createProtectedObject(Class, Object[], Class[]) - Static method in class cascading.util.Util
 
createProvider(String) - Method in class cascading.provider.ProviderLoader
 
createResource(Config) - Method in class cascading.tap.BaseTemplateTap
 
createResource(Config) - Method in class cascading.tap.MultiSinkTap
 
createResource(Config) - Method in class cascading.tap.partition.BasePartitionTap
 
createResource(Config) - Method in class cascading.tap.SourceTap
 
createResource(FlowProcess<Config>) - Method in class cascading.tap.Tap
Method createResource creates the underlying resource.
createResource(Config) - Method in class cascading.tap.Tap
Method createResource creates the underlying resource.
createSinkStage(Tap) - Method in class cascading.flow.stream.StepStreamGraph
 
createSplit(String, Pattern, int) - Method in class cascading.scheme.util.DelimitedParser
Method createSplit will split the given value with the given splitPattern.
createSplitPatternFor(String, String) - Method in class cascading.scheme.util.DelimitedParser
Method createSplitPatternFor creates a regex Pattern for splitting a line of text into its component parts using the given delimiter and quote Strings.
createStepStats(ClientState) - Method in class cascading.flow.planner.FlowStepJob
 
createTupleCollection(Tuple) - Method in class cascading.tuple.collect.SpillableTupleMap
 
createTupleEntrySchemeCollector(FlowProcess<Config>, Tap, String) - Method in class cascading.tap.BaseTemplateTap
 
createTupleEntrySchemeCollector(FlowProcess<Config>, Tap, String, long) - Method in class cascading.tap.partition.BasePartitionTap
 
createTupleEntrySchemeIterator(FlowProcess<Config>, Tap, String, Input) - Method in class cascading.tap.partition.BasePartitionTap
 
createTupleInputStream(File) - Method in class cascading.tuple.collect.SpillableTupleList
 
createTupleMap() - Method in class cascading.flow.stream.MemorySpliceGate
 
createTupleOutputStream(File) - Method in class cascading.tuple.collect.SpillableTupleList
 
createUniqueID() - Static method in class cascading.util.Util
 

D

dateFormatString - Variable in class cascading.tuple.type.DateType
Field dateFormatString
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.
DateType - Class in cascading.tuple.type
Class DateCoercibleType is an implementation of CoercibleType.
DateType(String, TimeZone, Locale) - Constructor for class cascading.tuple.type.DateType
Create a new DateType instance.
DateType(String, TimeZone) - Constructor for class cascading.tuple.type.DateType
 
DateType(String) - Constructor for class cascading.tuple.type.DateType
Create a new DateType instance.
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
 
DEBUG_LEVEL - Static variable in class cascading.flow.FlowConnectorProps
 
debugLevel - Variable in class cascading.flow.FlowDef
 
debugLevel - Variable in class cascading.flow.planner.FlowPlanner
Field debugLevel
DebugLevel - Enum in cascading.operation
Enum DebugLevel designates the level of a given Debug instance.
declaredFields - Variable in class cascading.pipe.Splice
Field declaredFields
DeclaresResults - Interface in cascading.flow.planner
 
DEFAULT_ELEMENT_COMPARATOR - Static variable in class cascading.flow.FlowProps
 
DEFAULT_PROPERTIES - Static variable in class cascading.management.CascadingServices
 
DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.AggregateBy
 
DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.AverageBy
Deprecated. 
DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.CountBy
Deprecated. 
DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.MaxBy
DEFAULT_THRESHOLD
DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.MinBy
Deprecated. 
DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.SumBy
Deprecated. 
defaultListThreshold - Static variable in class cascading.tuple.collect.SpillableProps
 
defaultMapInitialCapacity - Static variable in class cascading.tuple.collect.SpillableProps
 
defaultMapLoadFactor - Static variable in class cascading.tuple.collect.SpillableProps
 
defaultMapThreshold - Static variable in class cascading.tuple.collect.SpillableProps
 
deleteCheckpointsIfNotUpdate() - Method in class cascading.flow.BaseFlow
 
deleteCheckpointsIfReplace() - Method in class cascading.flow.BaseFlow
 
deleteResource(Config) - Method in class cascading.tap.BaseTemplateTap
 
deleteResource(Config) - Method in class cascading.tap.MultiSinkTap
 
deleteResource(Config) - Method in class cascading.tap.partition.BasePartitionTap
 
deleteResource(Config) - Method in class cascading.tap.SourceTap
 
deleteResource(FlowProcess<Config>) - Method in class cascading.tap.Tap
Method deleteResource deletes the resource represented by this instance.
deleteResource(Config) - Method in class cascading.tap.Tap
Method deleteResource deletes the resource represented by this instance.
deleteSinks() - Method in class cascading.flow.BaseFlow
Method deleteSinks deletes all sinks, whether or not they are configured for SinkMode.UPDATE.
deleteSinksIfNotUpdate() - Method in class cascading.flow.BaseFlow
Method deleteSinksIfNotUpdate deletes all sinks if they are not configured with the SinkMode.UPDATE flag.
deleteSinksIfReplace() - Method in class cascading.flow.BaseFlow
 
deleteTrapsIfNotUpdate() - Method in class cascading.flow.BaseFlow
 
deleteTrapsIfReplace() - Method in class cascading.flow.BaseFlow
 
DelimitedParser - Class in cascading.scheme.util
Class DelimitedParser is a base class for parsing text delimited files.
DelimitedParser(String, String, Class[]) - Constructor for class cascading.scheme.util.DelimitedParser
 
DelimitedParser(String, String, Class[], boolean, boolean) - Constructor for class cascading.scheme.util.DelimitedParser
 
DelimitedParser(String, String, FieldTypeResolver) - Constructor for class cascading.scheme.util.DelimitedParser
 
DelimitedParser(String, String, Class[], boolean, boolean, FieldTypeResolver) - Constructor for class cascading.scheme.util.DelimitedParser
 
DelimitedParser(String, String, Class[], boolean, boolean, Fields, Fields) - Constructor for class cascading.scheme.util.DelimitedParser
 
DelimitedParser(String, String, Class[], boolean, boolean, Fields, Fields, FieldTypeResolver) - Constructor for class cascading.scheme.util.DelimitedParser
 
DelimitedPartition - Class in cascading.tap.partition
DelimitedPartition is an implementation of the Partition interface that allows for simple text delimited paths as partitions.
DelimitedPartition(Fields, String) - Constructor for class cascading.tap.partition.DelimitedPartition
 
DelimitedPartition(Fields) - Constructor for class cascading.tap.partition.DelimitedPartition
 
delimiter - Variable in class cascading.scheme.util.DelimitedParser
Field delimiter *
deregisterShutdownHook() - Static method in class cascading.util.ShutdownUtil
 
diffConfigIntoMap(Config, Config) - Method in class cascading.flow.FlowProcess
 
diffConfigIntoMap(Object, Object) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
diffConfigIntoMap(Config, Config) - Method in class cascading.flow.FlowProcessWrapper
 
Discard - Class in cascading.pipe.assembly
Class Discard is a SubAssembly that will retain all incoming fields except those given on the constructor.
Discard(Pipe, Fields) - Constructor for class cascading.pipe.assembly.Discard
 
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertEquals
 
doAssert(FlowProcess, ValueAssertionCall) - Method in class cascading.operation.assertion.AssertEqualsAll
 
doAssert(FlowProcess, ValueAssertionCall<ScriptOperation.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.
DOCUMENT_SERVICE_CLASS_PROPERTY - Static variable in interface cascading.management.DocumentService
 
DocumentService - Interface in cascading.management
Interface DocumentService provides coarse grained hooks for managing various statistics.
DocumentServiceException - Exception in cascading.management
Exception DocumentServiceException is thrown from within a DocumentService instance.
DocumentServiceException() - Constructor for exception cascading.management.DocumentServiceException
 
DocumentServiceException(String) - Constructor for exception cascading.management.DocumentServiceException
 
DocumentServiceException(String, Throwable) - Constructor for exception cascading.management.DocumentServiceException
 
DocumentServiceException(Throwable) - Constructor for exception cascading.management.DocumentServiceException
 
doSpill(Spillable, int) - Method in interface cascading.tuple.collect.Spillable.SpillStrategy
 
DOT_FILE_PATH - Static variable in class cascading.flow.stream.StreamGraph
Property denoting the path to write all stream graph dot files.
DOUBLE - Static variable in class cascading.tuple.coerce.Coercions
 
DOUBLE_OBJECT - Static variable in class cascading.tuple.coerce.Coercions
 
DoubleCoerce - Class in cascading.tuple.coerce
 
DoubleCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.DoubleCoerce
 
DoubleObjectCoerce - Class in cascading.tuple.coerce
 
DoubleObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.DoubleObjectCoerce
 
Duct<Incoming,Outgoing> - Class in cascading.flow.stream
 
DuctException - Exception in cascading.flow.stream
 
DuctException(Throwable) - Constructor for exception cascading.flow.stream.DuctException
 
DuctException(String, Throwable) - Constructor for exception cascading.flow.stream.DuctException
 
DuctGraph - Class in cascading.flow.stream
 
DuctGraph() - Constructor for class cascading.flow.stream.DuctGraph
 
DuctGraph.Ordinal - Class in cascading.flow.stream
 
DuctGraph.Ordinal(int, int) - Constructor for class cascading.flow.stream.DuctGraph.Ordinal
 
dumpDebugInfo() - Method in class cascading.flow.planner.FlowStepJob
 

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
 
EachStage - Class in cascading.flow.stream
 
EachStage(FlowProcess, Each) - Constructor for class cascading.flow.stream.EachStage
 
ElementDuct - Interface in cascading.flow.stream
 
ElementGraph - Class in cascading.flow.planner
Class ElementGraph represents the executable FlowElement graph.
ElementGraph(ElementGraph) - Constructor for class cascading.flow.planner.ElementGraph
 
ElementGraph(PlatformInfo, Pipe[], Map<String, Tap>, Map<String, Tap>, Map<String, Tap>, Map<String, Tap>, boolean, PlannerLevel...) - Constructor for class cascading.flow.planner.ElementGraph
Constructor ElementGraph creates a new ElementGraph instance.
ElementGraph.Extent - Class in cascading.flow.planner
 
ElementGraph.Extent(String) - Constructor for class cascading.flow.planner.ElementGraph.Extent
 
ElementGraphException - Exception in cascading.flow.planner
Class ElementGraphException is thrown during rendering of a pipe assembly to the Cascading internal "graph" representation.
ElementGraphException() - Constructor for exception cascading.flow.planner.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(Pipe, String) - Constructor for exception cascading.flow.planner.ElementGraphException
 
ElementGraphException(Tap, String) - Constructor for exception cascading.flow.planner.ElementGraphException
 
ElementGraphException(FlowElement, String) - Constructor for exception cascading.flow.planner.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(FlowElement, String, Throwable) - Constructor for exception cascading.flow.planner.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(String) - Constructor for exception cascading.flow.planner.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(String, Throwable) - Constructor for exception cascading.flow.planner.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphException(Throwable) - Constructor for exception cascading.flow.planner.ElementGraphException
Constructor ElementGraphException creates a new ElementGraphException instance.
ElementGraphs - Class in cascading.flow.planner
 
ElementGraphs() - Constructor for class cascading.flow.planner.ElementGraphs
 
elementReader - Variable in class cascading.tuple.io.TupleInputStream
Field elementReader
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.
ElementStage<Incoming,Outgoing> - Class in cascading.flow.stream
 
ElementStage(FlowProcess, FlowElement) - Constructor for class cascading.flow.stream.ElementStage
 
EMPTY - Static variable in class cascading.util.SingleValueIterator
 
enforceStrict - Variable in class cascading.scheme.util.DelimitedParser
Field enforceStrict
entryIterator() - Method in class cascading.tuple.TupleListCollector
Method entryIterator return a TupleEntry iterator for this collection.
equals(Object) - Method in class cascading.flow.planner.BaseFlowStep
 
equals(Object) - Method in class cascading.flow.planner.ElementGraph.Extent
 
equals(Object) - Method in class cascading.flow.planner.PlatformInfo
 
equals(Object) - Method in class cascading.flow.stream.DuctGraph.Ordinal
 
equals(Object) - Method in class cascading.flow.stream.ElementStage
 
equals(Object) - Method in class cascading.flow.stream.MemorySpliceGate.DelegatedTuple
 
equals(Object) - Method in class cascading.flow.stream.SpliceGate
 
equals(Object) - Method in class cascading.operation.aggregator.ExtentBase
 
equals(Object) - Method in class cascading.operation.aggregator.ExtremaBase
Deprecated.  
equals(Object) - Method in class cascading.operation.aggregator.ExtremaValueBase
 
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.ScriptOperation
 
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.pipe.assembly.AggregateBy.CompositeFunction
 
equals(Object) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
equals(Object) - Method in class cascading.pipe.Operator
 
equals(Object) - Method in class cascading.pipe.Pipe
 
equals(Object) - Method in class cascading.pipe.Splice
 
equals(Object) - Method in class cascading.scheme.Scheme
 
equals(Object) - Method in class cascading.tap.BaseTemplateTap
 
equals(Object) - Method in class cascading.tap.MultiSinkTap
 
equals(Object) - Method in class cascading.tap.MultiSourceTap
 
equals(Object) - Method in class cascading.tap.partition.BasePartitionTap
 
equals(Object) - Method in class cascading.tap.Tap
 
equals(Object) - Method in class cascading.tuple.coerce.Coercions.Coerce
 
equals(Object) - Method in class cascading.tuple.Fields
 
equals(Object) - Method in class cascading.tuple.io.IndexTuple
 
equals(Object) - Method in class cascading.tuple.io.TuplePair
 
equals(Object) - Method in class cascading.tuple.Tuple
 
equals(Object) - Method in class cascading.tuple.TupleEntry
 
equalsFields(Fields) - Method in class cascading.tuple.Fields
Method equalsFields compares only the internal field names and postions only between this and the given Fields instance.
ERROR_DOT_FILE_NAME - Static variable in class cascading.flow.stream.StreamGraph
Property denoting the path and filename to write the failed stream graph dot file.
escapePattern - Variable in class cascading.scheme.util.DelimitedParser
Field escapePattern
evaluate(ScriptOperation.Context, TupleEntry) - Method in class cascading.operation.expression.ScriptOperation
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.
EveryStage<Incoming> - Class in cascading.flow.stream
 
EveryStage(FlowProcess, Every) - Constructor for class cascading.flow.stream.EveryStage
 
execute() - Method in class cascading.util.ShutdownUtil.Hook
 
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
 
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
Deprecated. 
ExtremaBase(Fields) - Constructor for class cascading.operation.aggregator.ExtremaBase
Deprecated.  
ExtremaBase(int, Fields) - Constructor for class cascading.operation.aggregator.ExtremaBase
Deprecated.  
ExtremaBase(Fields, Object...) - Constructor for class cascading.operation.aggregator.ExtremaBase
Deprecated.  
ExtremaBase.Context - Class in cascading.operation.aggregator
Deprecated.  
ExtremaBase.Context(Number) - Constructor for class cascading.operation.aggregator.ExtremaBase.Context
Deprecated.  
ExtremaValueBase - Class in cascading.operation.aggregator
Class ExtremaValueBase is the base class for MaxValue and MinValue where the values are expected to by Comparable types and the Comparable.compareTo(Object) result is use for max/min comparison.
ExtremaValueBase(Fields) - Constructor for class cascading.operation.aggregator.ExtremaValueBase
 
ExtremaValueBase(int, Fields) - Constructor for class cascading.operation.aggregator.ExtremaValueBase
 
ExtremaValueBase(Fields, Object...) - Constructor for class cascading.operation.aggregator.ExtremaValueBase
 
ExtremaValueBase.Context - Class in cascading.operation.aggregator
 
ExtremaValueBase.Context() - Constructor for class cascading.operation.aggregator.ExtremaValueBase.Context
 

F

FactoryLoader - Class in cascading.provider
Class FactoryLoader is an implementation of a ProviderLoader and is used to load CascadingFactory instances used by internal frameworks.
FactoryLoader() - Constructor for class cascading.provider.FactoryLoader
 
fail() - Method in class cascading.operation.assertion.BaseAssertion
 
fail(Object...) - Method in class cascading.operation.assertion.BaseAssertion
 
FAIL_ON_CLOSE - Static variable in class cascading.tap.partition.PartitionTapProps
 
failOnGroupEverySplit(ElementGraph) - Method in class cascading.flow.planner.FlowPlanner
 
failOnLoneGroupAssertion(ElementGraph) - Method in class cascading.flow.planner.FlowPlanner
Verifies that there are not only GroupAssertions following any given Group instance.
failOnMissingGroup(ElementGraph) - Method in class cascading.flow.planner.FlowPlanner
 
failOnMisusedBuffer(ElementGraph) - Method in class cascading.flow.planner.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
Deprecated. Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.aggregator.MaxValue
Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.aggregator.Min
Deprecated. Field FIELD_NAME
FIELD_NAME - Static variable in class cascading.operation.aggregator.MinValue
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 FieldFormatter 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(Comparable, Type) - Constructor for class cascading.tuple.Fields
 
Fields(Comparable[], Type[]) - Constructor for class cascading.tuple.Fields
 
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.
fieldTypeResolver - Variable in class cascading.scheme.util.DelimitedParser
fieldTypeResolver
FieldTypeResolver - Interface in cascading.scheme.util
 
FileType<Config> - Interface in cascading.tap.type
Interface FileType marks specific platform Tap classes as representing a file like interface.
Filter<Context> - 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.
FilterEachStage - Class in cascading.flow.stream
 
FilterEachStage(FlowProcess, Each) - Constructor for class cascading.flow.stream.FilterEachStage
 
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
find(String, String[]) - Method in class cascading.management.CascadingServices.NullDocumentService
 
find(String, String[]) - Method in interface cascading.management.DocumentService
 
findAllCoGroups() - Method in class cascading.flow.planner.ElementGraph
 
findAllEachSplits() - Method in class cascading.flow.planner.ElementGraph
Method findAllSplits ...
findAllEveries() - Method in class cascading.flow.planner.ElementGraph
Method findAllEveries ...
findAllGroups() - Method in class cascading.flow.planner.ElementGraph
Method findAllGroups ...
findAllMergeJoinGroups() - Method in class cascading.flow.planner.ElementGraph
Finds all groups that merge/join streams.
findAllMergeJoinSplices() - Method in class cascading.flow.planner.ElementGraph
Finds all splices that merge/join streams.
findAllNextFor(Duct) - Method in class cascading.flow.stream.StreamGraph
 
findAllOfType(int, int, Class<P>, List<P>) - Method in class cascading.flow.planner.ElementGraph
Method findAllOfType ...
findAllPipeSplits() - Method in class cascading.flow.planner.ElementGraph
 
findAllPreviousFor(Duct) - Method in class cascading.flow.stream.StreamGraph
 
findAllTaps() - Method in class cascading.flow.planner.ElementGraph
Method findAllTaps ...
findExisting(Duct) - Method in class cascading.flow.stream.StepStreamGraph
 
findFlows(String) - Method in class cascading.cascade.Cascade
Method findFlows returns a List of flows whose 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.
findName(String) - Static method in class cascading.util.Util
 
findVersion(String) - Static method in class cascading.util.Util
 
fireOnCompleted() - Method in class cascading.flow.BaseFlow
 
fireOnCompleted() - Method in class cascading.flow.planner.BaseFlowStep
 
fireOnRunning() - Method in class cascading.flow.planner.BaseFlowStep
 
fireOnStarting() - Method in class cascading.cascade.Cascade
 
fireOnStarting() - Method in class cascading.flow.BaseFlow
 
fireOnStarting() - Method in class cascading.flow.planner.BaseFlowStep
 
fireOnStopping() - Method in class cascading.cascade.Cascade
 
fireOnStopping() - Method in class cascading.flow.BaseFlow
 
fireOnStopping() - Method in class cascading.flow.planner.BaseFlowStep
 
fireOnThrowable() - Method in class cascading.flow.BaseFlow
 
fireOnThrowable(Throwable) - Method in class cascading.flow.planner.BaseFlowStep
 
First - Class in cascading.operation.aggregator
Class First is an Aggregator that returns the first Tuple encountered in a grouping.
First() - Constructor for class cascading.operation.aggregator.First
Selects and returns the first argument Tuple encountered.
First(int) - Constructor for class cascading.operation.aggregator.First
Selects and returns the first N argument Tuples encountered.
First(Fields) - Constructor for class cascading.operation.aggregator.First
Selects and returns the first argument Tuple encountered.
First(Fields, int) - Constructor for class cascading.operation.aggregator.First
Selects and returns the first N argument Tuples 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
FirstBy - Class in cascading.pipe.assembly
Class FirstBy is used to return the first encountered Tuple in a tuple stream grouping.
FirstBy(Fields) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(Fields, Fields) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(Pipe, Fields, Fields) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(Pipe, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(String, Pipe, Fields, Fields) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(String, Pipe, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(Pipe[], Fields, Fields) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(Pipe[], Fields, Fields, int) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(String, Pipe[], Fields, Fields) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy(String, Pipe[], Fields, Fields, int) - Constructor for class cascading.pipe.assembly.FirstBy
Constructor FirstBy creates a new FirstBy instance.
FirstBy.FirstPartials - Class in cascading.pipe.assembly
Class CountPartials is a AggregateBy.Functor that is used to count observed duplicates from the tuple stream.
FirstBy.FirstPartials(Fields) - Constructor for class cascading.pipe.assembly.FirstBy.FirstPartials
Constructor FirstPartials creates a new FirstPartials instance.
FirstNBuffer - Class in cascading.operation.buffer
Class FirstNBuffer will return the first N tuples seen in a given grouping.
FirstNBuffer() - Constructor for class cascading.operation.buffer.FirstNBuffer
Selects and returns the first argument Tuple encountered.
FirstNBuffer(int) - Constructor for class cascading.operation.buffer.FirstNBuffer
Selects and returns the first N argument Tuples encountered.
FirstNBuffer(Fields) - Constructor for class cascading.operation.buffer.FirstNBuffer
Selects and returns the first argument Tuple encountered.
FirstNBuffer(Fields, int) - Constructor for class cascading.operation.buffer.FirstNBuffer
Selects and returns the first N argument Tuples encountered.
FLOAT - Static variable in class cascading.tuple.coerce.Coercions
 
FLOAT_OBJECT - Static variable in class cascading.tuple.coerce.Coercions
 
FloatCoerce - Class in cascading.tuple.coerce
 
FloatCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.FloatCoerce
 
FloatObjectCoerce - Class in cascading.tuple.coerce
 
FloatObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.FloatObjectCoerce
 
flow - Variable in class cascading.flow.BaseFlow.FlowHolder
Field flow
Flow<Config> - Interface in cascading.flow
A Flow is a logical unit of work declared by an assembly of Pipe instances connected to source and sink Tap instances.
flowConfInit(Flow<Config>) - Method in class cascading.tap.Tap
Method flowInit allows this Tap instance to initialize itself in context of the given Flow instance.
FlowConnector - Class in cascading.flow
Class FlowConnector is the base class for all platform planners.
FlowConnector() - Constructor for class cascading.flow.FlowConnector
 
FlowConnector(Map<Object, Object>) - Constructor for class cascading.flow.FlowConnector
 
FlowConnectorProps - Class in cascading.flow
The class FlowConnectorProps is a fluent helper class for setting FlowConnector specific properties through the FlowConnector constructor.
FlowConnectorProps() - Constructor for class cascading.flow.FlowConnectorProps
 
FlowDef - Class in cascading.flow
Class FlowDef is a fluent interface for defining a Flow.
FlowDef() - Constructor for class cascading.flow.FlowDef
Constructor FlowDef creates a new FlowDef instance.
flowDef() - Static method in class cascading.flow.FlowDef
Creates a new instance of a FlowDef.
FlowElement - Interface in cascading.flow
Interface FlowElement is a utility interface used internally to simplify DAG management.
flowElement - Variable in class cascading.flow.stream.ElementStage
 
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.
FlowGraph - Class in cascading.cascade.planner
 
FlowGraph(IdentifierGraph) - Constructor for class cascading.cascade.planner.FlowGraph
 
FlowListener - Interface in cascading.flow
Interface FlowListener provides hooks for receiving events on various stages of a Flow execution.
FlowPlanner<F extends Flow,Config> - Class in cascading.flow.planner
Class FlowPlanner is the base class for all planner implementations.
FlowPlanner() - Constructor for class cascading.flow.planner.FlowPlanner
 
FlowProcess<Config> - 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
 
flowProcess - Variable in class cascading.flow.stream.ElementStage
 
flowProcess - Variable in class cascading.flow.stream.SpliceGate
 
flowProcess - Variable in class cascading.flow.stream.StepStreamGraph
 
flowProcess - Variable in class cascading.pipe.joiner.JoinerClosure
 
FlowProcess.NullFlowProcess - Class in cascading.flow
 
FlowProcess.NullFlowProcess() - Constructor for class cascading.flow.FlowProcess.NullFlowProcess
 
FlowProcessWrapper<Config> - Class in cascading.flow
 
FlowProcessWrapper(FlowProcess) - Constructor for class cascading.flow.FlowProcessWrapper
 
FlowProps - Class in cascading.flow
Class FlowProps is a fluent helper class for setting Flow specific properties through a FlowConnector.
FlowProps() - Constructor for class cascading.flow.FlowProps
 
Flows - Class in cascading.flow
Flows is a utility helper class.
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
 
FlowSession(CascadingServices) - Constructor for class cascading.flow.FlowSession
 
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
 
FlowSkipIfSinkNotStale - Class in cascading.flow
Class FlowSkipIfSinkNotStale is a FlowSkipStrategy implementation that returns true if the Flow sink exists and is not stale in relation to the Flow sources.
FlowSkipIfSinkNotStale() - Constructor for class cascading.flow.FlowSkipIfSinkNotStale
 
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 - Variable in class cascading.flow.BaseFlow
Field flowStats
FlowStats - Class in cascading.stats
Class FlowStats collects Flow specific statistics.
FlowStats(Flow, ClientState) - Constructor for class cascading.stats.FlowStats
 
FlowStep<Config> - Interface in cascading.flow
Class FlowStep is an internal representation of a given "job" possibly to be executed on a remote cluster.
flowStep - Variable in class cascading.flow.planner.FlowStepJob
Field flowStep
FlowStepGraph<Config> - Class in cascading.flow.planner
Class StepGraph is an internal representation of FlowStep instances.
FlowStepGraph() - Constructor for class cascading.flow.planner.FlowStepGraph
Constructor StepGraph creates a new StepGraph instance.
FlowStepGraph(String, ElementGraph) - Constructor for class cascading.flow.planner.FlowStepGraph
Constructor StepGraph creates a new StepGraph instance.
FlowStepJob<Config> - Class in cascading.flow.planner
 
FlowStepJob(ClientState, BaseFlowStep, long, long) - Constructor for class cascading.flow.planner.FlowStepJob
 
FlowStepListener - Interface in cascading.flow
Interface FlowStepListener provides hooks for receiving events on various stages of a FlowStep execution.
flowStepStats - Variable in class cascading.flow.planner.FlowStepJob
Field stepStats
FlowStepStats - Class in cascading.stats
Class StepStats collects FlowStep specific statistics.
FlowStepStats(FlowStep, ClientState) - Constructor for class cascading.stats.FlowStepStats
Constructor CascadingStats creates a new CascadingStats instance.
FlowStepStrategy<Config> - Interface in cascading.flow
The FlowStepStrategy interface allows for on the fly customization of FlowStep configuration values before they are submitted to the underlying platform.
flush(FlowProcess, OperationCall<Context>) - Method in class cascading.operation.BaseOperation
 
flush(FlowProcess, OperationCall<Context>) - Method in interface cascading.operation.Operation
The flush method is called when an Operation that is caching values must empty the cache.
flush(FlowProcess, OperationCall<AggregateBy.CompositeFunction.Context>) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
ForeverValueIterator<Value> - Class in cascading.util
The ForeverValueIterator class will iterate over a single value forever.
ForeverValueIterator(Value) - Constructor for class cascading.util.ForeverValueIterator
 
Fork<Incoming,Outgoing> - Class in cascading.flow.stream
 
Fork(Duct[]) - Constructor for class cascading.flow.stream.Fork
 
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(Tap, String) - Static method in class cascading.util.Util
 
formatTrace(Operation, String) - Static method in class cascading.util.Util
 
frameworks - Variable in class cascading.property.AppProps
 
frequency(Tuple, Object) - Static method in class cascading.tuple.Tuples
Method frequency behaves the same as Collections.frequency(java.util.Collection, Object).
frequency(TupleEntry, Object) - Static method in class cascading.tuple.Tuples
Method frequency behaves the same as Collections.frequency(java.util.Collection, Object).
Function<Context> - Interface in cascading.operation
Interface Function marks a given Operation 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.
FunctionEachStage - Class in cascading.flow.stream
 
FunctionEachStage(FlowProcess, Each) - Constructor for class cascading.flow.stream.FunctionEachStage
 

G

Gate<Incoming,Outgoing> - Class in cascading.flow.stream
 
Gate() - Constructor for class cascading.flow.stream.Gate
 
get(String, String) - Method in class cascading.management.CascadingServices.NullDocumentService
 
get(String, String) - Method in interface cascading.management.DocumentService
 
get(String) - Method in interface cascading.property.ConfigDef.Getter
 
get(String) - Method in interface cascading.property.ConfigDef.Setter
 
get(Object) - Method in class cascading.tuple.collect.SpillableTupleMap
 
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
Deprecated. 
get(int[]) - Method in class cascading.tuple.Tuple
Method get will return a new Tuple instance 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
Deprecated. 
get(Comparable) - Method in class cascading.tuple.TupleEntry
Deprecated. 
getAggregator() - Method in class cascading.pipe.Every
 
getAggregators() - Method in class cascading.pipe.assembly.AggregateBy
 
getAllAccumulatedSources() - Method in interface cascading.flow.FlowStep
 
getAllAccumulatedSources() - Method in class cascading.flow.planner.BaseFlowStep
 
getAllChildrenNotExactlyType(FlowElement, Class<? extends FlowElement>) - Method in class cascading.flow.planner.ElementGraph
 
getAllChildrenOfType(FlowElement, Class<A>) - Method in class cascading.flow.planner.ElementGraph
 
getAllDirectPathsBetween(SimpleDirectedGraph<FlowElement, Scope>, FlowElement, FlowElement) - Static method in class cascading.flow.planner.ElementGraphs
All paths that lead from to to without crossing a Tap/Group boundary
getAllDucts() - Method in class cascading.flow.stream.StreamGraph
 
getAllKeys() - Method in class cascading.property.ConfigDef
 
getAllOperations() - Method in class cascading.flow.planner.BaseFlowStep
 
getAllPreviousFor(StreamGraph) - Method in class cascading.flow.stream.Gate
the actual previous in this context, not necessarily the declared previous
getAllShortestPathsBetween(SimpleDirectedGraph<FlowElement, Scope>, FlowElement, FlowElement) - Static method in class cascading.flow.planner.ElementGraphs
Method getAllShortestPathsBetween ...
getAllShortestPathsBetweenExtents() - Method in class cascading.flow.planner.ElementGraph
Method getAllShortestPathsBetweenExtents returns the allShortestPathsBetweenExtents of this ElementGraph object.
getAllShortestPathsFrom(FlowElement) - Method in class cascading.flow.planner.ElementGraph
Method getAllShortestPathsFrom ...
getAllShortestPathsTo(FlowElement) - Method in class cascading.flow.planner.ElementGraph
Method getAllShortestPathsTo ...
getAllSuccessors(FlowElement) - Method in class cascading.flow.planner.ElementGraph
 
getAllTaps() - Method in class cascading.cascade.Cascade
Method getAllTaps returns all source, sink, and checkpoint Tap instances associated with the managed Flow instances in this Cascade instance.
getAppID() - Method in class cascading.stats.FlowStats
 
getApplicationFrameworks(Map<Object, Object>) - Static method in class cascading.property.AppProps
 
getApplicationID(Map<Object, Object>) - Static method in class cascading.property.AppProps
 
getApplicationJarClass(Map<Object, Object>) - Static method in class cascading.property.AppProps
Method getApplicationJarClass returns the Class set by the setApplicationJarClass method.
getApplicationJarPath(Map<Object, Object>) - Static method in class cascading.property.AppProps
Method getApplicationJarPath return the path set by the setApplicationJarPath method.
getApplicationName(Map<Object, Object>) - Static method in class cascading.property.AppProps
 
getApplicationTags(Map<Object, Object>) - Static method in class cascading.property.AppProps
 
getApplicationVersion(Map<Object, Object>) - Static method in class cascading.property.AppProps
 
getAppName() - Method in class cascading.stats.FlowStats
 
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 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.
getArgumentsDeclarator() - Method in class cascading.flow.planner.Scope
Method getArguments returns the arguments of this Scope object.
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.
getArgumentSelectors() - Method in class cascading.operation.filter.Logic
 
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
 
getArgumentsSelector() - Method in class cascading.flow.planner.Scope
Method getArgumentSelector returns the argumentSelector of this Scope object.
getAssemblyPlanners() - Method in class cascading.flow.FlowDef
Method getAssemblyPlanners returns the current registered AssemblyPlanners.
getAssertionLevel() - Method in class cascading.flow.FlowConnectorProps
 
getAssertionLevel() - Method in class cascading.flow.FlowDef
 
getAssertionLevel() - Method in class cascading.pipe.Operator
Deprecated. 
getBlock() - Method in class cascading.operation.expression.ScriptOperation
 
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.
getBranchNames() - Method in interface cascading.flow.stream.ElementDuct
 
getBranchNames() - Method in class cascading.flow.stream.ElementStage
 
getBranchNames() - Method in class cascading.flow.stream.SpliceGate
 
getBuffer() - Method in class cascading.pipe.Every
 
getCalendar() - Method in class cascading.operation.text.DateOperation
 
getCalendar() - Method in class cascading.tuple.type.DateType
 
getCanonicalType() - Method in class cascading.tuple.coerce.BigDecimalCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.BooleanCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.BooleanObjectCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.CharacterCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.CharacterObjectCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.DoubleCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.DoubleObjectCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.FloatCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.FloatObjectCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.IntegerCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.IntegerObjectCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.LongCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.LongObjectCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.ObjectCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.ShortCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.ShortObjectCoerce
 
getCanonicalType() - Method in class cascading.tuple.coerce.StringCoerce
 
getCanonicalType() - Method in interface cascading.tuple.type.CoercibleType
 
getCanonicalType() - Method in class cascading.tuple.type.DateType
 
getCanonicalTypes(Type[]) - Static method in class cascading.tuple.coerce.Coercions
 
getCascadeID() - Method in class cascading.flow.BaseFlow
 
getCascadeID() - Method in interface cascading.flow.Flow
 
getCascadeStats() - Method in class cascading.cascade.Cascade
Method getCascadeStats returns the cascadeStats of this Cascade object.
getCascadingServices() - Method in class cascading.flow.BaseFlow
 
getCascadingServices() - Method in class cascading.flow.FlowSession
 
getChar(int) - Method in class cascading.tuple.Tuple
Method getChar returns the element at the given position as a char.
getCheckpointNames() - Method in class cascading.flow.BaseFlow
 
getCheckpointNames() - Method in interface cascading.flow.Flow
 
getCheckpoints() - Method in class cascading.flow.BaseFlow
 
getCheckpoints() - Method in interface cascading.flow.Flow
Method getCheckpoints returns the checkpoint taps of this Flow object.
getCheckpoints() - Method in class cascading.flow.FlowDef
Method getCheckpoints returns the checkpoint taps of this FlowDef object.
getCheckpointsCollection() - Method in class cascading.flow.BaseFlow
 
getCheckpointsCollection() - Method in interface cascading.flow.Flow
Method getCheckpointsCollection returns a Collection of checkpoint Taps for this Flow object.
getCheckpointsCopy() - Method in class cascading.flow.FlowDef
Method getCheckpointsCopy returns a copy of the checkpoint tap Map.
getCheckpointsMap() - Method in class cascading.flow.planner.ElementGraph
 
getCheckpointsTaps() - Method in class cascading.cascade.Cascade
Method getCheckpointTaps returns all checkpoint Tap instances from all the Flow instances in this Cascade instance.
getChildIdentifiers(Config) - Method in interface cascading.tap.type.FileType
Method getChildIdentifiers returns an array of child identifiers if this resource is a directory.
getChildIdentifiers(Config, int, boolean) - Method in interface cascading.tap.type.FileType
 
getChildPartitionIdentifiers(FlowProcess<Config>, boolean) - Method in class cascading.tap.partition.BasePartitionTap
Method getChildPartitionIdentifiers returns an array of all identifiers for all available partitions.
getChildren() - Method in class cascading.stats.CascadeStats
 
getChildren() - Method in class cascading.stats.CascadingStats
Method getChildren returns any relevant child statistics instances.
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
 
getClassPath() - Method in class cascading.flow.BaseFlow
 
getClassPath() - Method in class cascading.flow.FlowDef
 
getCloseableInput() - Method in class cascading.util.SingleValueCloseableIterator
 
getCodecClass(FlowProcess, String, Class) - Static method in class cascading.tuple.collect.SpillableTupleList
 
getCodecs() - Method in class cascading.tuple.collect.SpillableProps
 
getCoercedTuple(Type[]) - Method in class cascading.tuple.TupleEntry
Method getCoercedTuple is a helper method for copying the current tuple elements into a new Tuple, of the same size, as the requested coerced types.
getCoercedTuple(Type[], Tuple) - Method in class cascading.tuple.TupleEntry
Method getCoercedTuple is a helper method for copying the current tuple elements into the new Tuple, of the same size, as the requested coerced types.
getComparator(Class<T>) - Method in interface cascading.tuple.Comparison
 
getComparator(Comparable) - Method in class cascading.tuple.Fields
 
getComparatorFor(int, DataInputStream) - Method in interface cascading.tuple.io.TupleInputStream.ElementReader
 
getComparatorFor(int) - Method in class cascading.tuple.io.TupleInputStream
 
getComparators() - Method in class cascading.flow.stream.SparseTupleComparator
 
getComparators() - Method in class cascading.tuple.Fields
Method getComparators returns the comparators of this Fields object.
getConfig() - Method in interface cascading.flow.Flow
Method getConfig returns the internal configuration object.
getConfig() - Method in interface cascading.flow.FlowStep
Method getConfig returns the current initialized configuration.
getConfig() - Method in class cascading.flow.planner.BaseFlowStep
 
getConfig() - Method in class cascading.flow.planner.FlowPlanner
 
getConfig() - Method in class cascading.flow.planner.FlowStepJob
 
getConfigAsProperties() - Method in interface cascading.flow.Flow
Method getConfiAsProperties converts the internal configuration object into a Map of key value pairs.
getConfigCopy() - Method in interface cascading.flow.Flow
Method getConfigCopy returns a copy of the internal configuration object.
getConfigCopy() - Method in class cascading.flow.FlowProcess
 
getConfigCopy() - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
getConfigCopy() - Method in class cascading.flow.FlowProcessWrapper
 
getConfigDef() - Method in interface cascading.flow.FlowElement
 
getConfigDef() - Method in class cascading.pipe.Pipe
Returns a ConfigDef instance that allows for local properties to be set and made available via a resulting FlowProcess instance when the pipe is invoked.
getConfigDef() - Method in class cascading.tap.Tap
Returns a ConfigDef instance that allows for local properties to be set and made available via a resulting FlowProcess instance when the tap is invoked.
getContext() - Method in class cascading.operation.ConcreteCall
 
getContext() - Method in interface cascading.operation.OperationCall
Returns the user set context object, C.
getContext() - Method in class cascading.scheme.ConcreteCall
 
getContext() - Method in interface cascading.scheme.SinkCall
Method getContext returns the context of this SinkCall object.
getContext() - Method in interface cascading.scheme.SourceCall
Method getContext returns the context of this SourceCall object.
getCounterEnum() - Method in class cascading.operation.state.Counter
 
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.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.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 Enum.
getCountersFor(String) - Method in class cascading.stats.FlowStats
 
getCounterString() - Method in class cascading.operation.state.Counter
 
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
 
getCreateFlowStep(Map<Tap, FlowStep<Config>>, Tap, int) - Method in class cascading.flow.planner.FlowStepGraph
Method getCreateFlowStep ...
getCurrentDuration() - Method in class cascading.stats.CascadingStats
Method getCurrentDuration returns the current duration of the current work whether or not the work is finished.
getCurrentIdentifier(FlowProcess<Config>) - Method in class cascading.tap.partition.BasePartitionTap
 
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.
getCurrentSession() - Method in class cascading.flow.FlowProcessWrapper
 
getCurrentSliceNum() - Method in class cascading.flow.FlowProcess
Method getCurrentSliceNum returns an integer representing which slice instance currently running.
getCurrentSliceNum() - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
getCurrentSliceNum() - Method in class cascading.flow.FlowProcessWrapper
 
getDateFormat() - Method in class cascading.operation.text.DateOperation
Method getDateFormat returns the dateFormat of this DateParser object.
getDateFormat() - Method in class cascading.tuple.type.DateType
 
getDateFormatString() - Method in class cascading.operation.text.DateOperation
 
getDebugLevel() - Method in class cascading.flow.FlowConnectorProps
 
getDebugLevel() - Method in class cascading.flow.FlowDef
 
getDeclaredFields() - Method in interface cascading.operation.AggregatorCall
Return the resolved Fields declared by the current Operation.
getDeclaredFields() - Method in interface cascading.operation.BufferCall
Return the resolved Fields declared by the current Operation.
getDeclaredFields() - Method in class cascading.operation.ConcreteCall
 
getDeclaredFields() - Method in interface cascading.operation.FunctionCall
Return the resolved Fields declared by the current Operation.
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.FirstBy.FirstPartials
 
getDeclaredFields() - Method in class cascading.pipe.assembly.MaxBy.MaxPartials
 
getDeclaredFields() - Method in class cascading.pipe.assembly.MinBy.MinPartials
 
getDeclaredFields() - Method in class cascading.pipe.assembly.SumBy.SumPartials
 
getDeclaredFields() - Method in exception cascading.pipe.OperatorException
Method getDeclaredFields returns the declaredFields of this OperatorException object.
getDeclaredFields() - Method in class cascading.pipe.Splice
Method getDeclaredFields returns the declaredFields of this Splice object.
getDefaultIntermediateSchemeClass() - Method in class cascading.flow.FlowConnector
 
getDefaultTupleElementComparator() - Method in class cascading.flow.FlowProps
 
getDelegate() - Method in class cascading.flow.FlowProcessWrapper
 
getDelegatedTuple(Tuple) - Method in class cascading.flow.stream.MemorySpliceGate
This allows the tuple to honor the hasher and comparators, if any
getDelimiter() - Method in class cascading.operation.text.FieldJoiner
Method getFormat returns the delimiter of this FieldJoiner object.
getDelimiter() - Method in class cascading.scheme.util.DelimitedParser
 
getDepthFirstIterator() - Method in class cascading.flow.planner.ElementGraph
Method getDepthFirstIterator returns the depthFirstIterator of this ElementGraph object.
getDocumentService() - Method in class cascading.management.CascadingServices
 
getDouble(int) - Method in class cascading.tuple.Tuple
Method getDouble returns the element at the given position 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.
getEvaluator(Class, String[], Class[]) - Method in class cascading.operation.expression.ExpressionOperation
 
getEvaluator(Class, String[], Class[]) - Method in class cascading.operation.expression.ScriptOperation
 
getExpression() - Method in class cascading.operation.expression.ExpressionOperation
 
getFieldDeclaration() - Method in interface cascading.flow.planner.DeclaresResults
 
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.joiner.BaseJoiner
 
getFieldDeclaration() - Method in class cascading.pipe.Operator
Method getFieldDeclaration returns the fieldDeclaration of this Operator object.
getFieldDeclarations() - Method in class cascading.pipe.assembly.AggregateBy
Method getFieldDeclarations returns an array of Fields where each Field element in the array corresponds to the field declaration of the given Aggregator operations.
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.
getFieldsFor(ElementGraph, Tap) - Method in class cascading.flow.BaseFlow
 
getFieldsSize() - Method in class cascading.operation.filter.Logic
 
getFilter() - Method in class cascading.operation.filter.Not
 
getFilter() - Method in class cascading.pipe.Each
 
getFilters() - Method in class cascading.operation.filter.Logic
 
getFinishedTime() - Method in class cascading.stats.CascadingStats
Method getFinishedTime returns the finishedTime of this CascadingStats object.
getFirstN() - Method in class cascading.operation.aggregator.First
 
getFirstN() - Method in class cascading.operation.buffer.FirstNBuffer
 
getFirstValue() - Method in class cascading.operation.function.SetValue
 
getFloat(int) - Method in class cascading.tuple.Tuple
Method getFloat returns the element at the given position 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.
getFlow() - Method in interface cascading.flow.AssemblyPlanner.Context
 
getFlow() - Method in interface cascading.flow.FlowStep
 
getFlow() - Method in class cascading.flow.planner.BaseFlowStep
 
getFlowCount() - Method in class cascading.stats.CascadeStats
Method getFlowCount returns the number of Flows executed by the Cascade.
getFlowDef() - Method in interface cascading.flow.AssemblyPlanner.Context
 
getFlowElement() - Method in exception cascading.flow.planner.ElementGraphException
Method getFlowElement returns the flowElement of this ElementGraphException object.
getFlowElement() - Method in interface cascading.flow.stream.ElementDuct
 
getFlowElement() - Method in class cascading.flow.stream.ElementStage
 
getFlowElement() - Method in class cascading.flow.stream.SpliceGate
 
getFlowGraph() - Method in class cascading.cascade.Cascade
 
getFlowGraphFrom(Cascade) - Static method in class cascading.cascade.Cascades
 
getFlowID() - Method in interface cascading.flow.FlowStep
 
getFlowID() - Method in class cascading.flow.planner.BaseFlowStep
 
getFlowName() - Method in exception cascading.flow.FlowException
Method getFlowName returns the name of the parent Flow instance.
getFlowName() - Method in interface cascading.flow.FlowStep
Method getParentFlowName returns the parentFlowName of this FlowStep object.
getFlowName() - Method in class cascading.flow.planner.BaseFlowStep
 
getFlowProcess() - Method in interface cascading.flow.Flow
 
getFlowProcess() - Method in class cascading.pipe.joiner.JoinerClosure
 
getFlowProcess() - Method in class cascading.tuple.TupleEntrySchemeCollector
 
getFlowProcess() - Method in class cascading.tuple.TupleEntrySchemeIterator
 
getFlowProperties() - Method in class cascading.stats.FlowStats
 
getFlows() - Method in class cascading.cascade.Cascade
Method getFlows returns the flows managed by this Cascade object.
getFlows() - Method in class cascading.cascade.CascadeDef
Method getFlows returns the flows of this CascadeDef object.
getFlowsArray() - Method in class cascading.cascade.CascadeDef
Method getFlowsArray returns the flows as an array of this CascadeDef object.
getFlowSession() - Method in class cascading.flow.BaseFlow
 
getFlowSkipStrategy() - Method in class cascading.cascade.Cascade
Method getFlowSkipStrategy returns the current FlowSkipStrategy used by this Flow.
getFlowSkipStrategy() - Method in class cascading.flow.BaseFlow
 
getFlowSkipStrategy() - Method in interface cascading.flow.Flow
Method getFlowSkipStrategy returns the current FlowSkipStrategy used by this Flow.
getFlowStats() - Method in class cascading.flow.BaseFlow
 
getFlowStats() - Method in interface cascading.flow.Flow
Method getFlowStats returns the flowStats of this Flow object.
getFlowStep() - Method in class cascading.stats.FlowStepStats
 
getFlowStepJob(FlowProcess<Config>, Config) - Method in class cascading.flow.planner.BaseFlowStep
 
getFlowSteps() - Method in class cascading.flow.BaseFlow
 
getFlowSteps() - Method in interface cascading.flow.Flow
Method getFlowSteps returns the flowSteps of this Flow object.
getFlowStepStats() - Method in interface cascading.flow.FlowStep
 
getFlowStepStats() - Method in class cascading.flow.planner.BaseFlowStep
 
getFlowStepStats() - Method in class cascading.stats.FlowStats
Method getStepStats returns the stepStats owned by this FlowStats.
getFlowStepStrategy() - Method in class cascading.flow.BaseFlow
 
getFlowStepStrategy() - Method in interface cascading.flow.Flow
Returns the current FlowStepStrategy instance.
getFormat() - Method in class cascading.operation.text.FieldFormatter
Method getFormat returns the format of this FieldFormatter object.
getFraction() - Method in class cascading.operation.filter.Sample
 
getFrameworks() - Method in class cascading.property.AppProps
Returns a list of frameworks used to build this App.
getFullIdentifier(FlowProcess<Config>) - Method in class cascading.tap.Tap
Method getFullIdentifier returns a fully qualified resource identifier.
getFullIdentifier(Config) - Method in class cascading.tap.Tap
Method getFullIdentifier returns a fully qualified resource identifier.
getFunction() - Method in class cascading.pipe.Each
 
getFunctors() - Method in class cascading.pipe.assembly.AggregateBy
 
getGraph() - Method in class cascading.flow.planner.BaseFlowStep
 
getGroup() - Method in interface cascading.flow.FlowStep
 
getGroup() - Method in class cascading.flow.planner.BaseFlowStep
 
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.
getGroupAssertion() - Method in class cascading.pipe.Every
 
getGroupBy() - Method in class cascading.pipe.assembly.AggregateBy
Method getGroupBy returns the internal GroupBy instance so that any custom properties can be set on it via Pipe.getStepConfigDef().
getGroupFieldSelector() - Method in class cascading.operation.function.UnGroup
 
getGrouping() - Method in interface cascading.tuple.collect.Spillable
 
getGrouping() - Method in class cascading.tuple.collect.SpillableTupleList
 
getGrouping() - Method in class cascading.tuple.collect.SpillableTupleMap
 
getGroupingFields() - Method in class cascading.pipe.assembly.AggregateBy
Method getGroupingFields returns the Fields this instances will be grouping against.
getGroupingSelector() - Method in exception cascading.pipe.OperatorException
Method getGroupingSelector returns the groupingSelector of this OperatorException object.
getGroups() - Method in interface cascading.flow.FlowStep
 
getGroups() - Method in class cascading.flow.planner.BaseFlowStep
 
getGroups() - Method in class cascading.operation.regex.RegexParser
 
getGroupString() - Method in class cascading.operation.state.Counter
 
getGroupTuple(Tuple) - Method in class cascading.flow.stream.MemoryCoGroupClosure
 
getGroupTuple(Tuple) - Method in class cascading.pipe.joiner.JoinerClosure
 
getHeadFlows() - Method in class cascading.cascade.Cascade
Method getHeadFlows returns all Flow instances that are at the "head" of the flow graph.
getHeads() - Method in class cascading.flow.stream.StreamGraph
 
getHeads() - Method in class cascading.pipe.Pipe
Method getHeads returns the first Pipe instances in this pipe assembly.
getHolder() - Method in class cascading.flow.BaseFlow
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.BaseFlow
 
getID() - Method in interface cascading.flow.Flow
Method getID returns the ID of this Flow object.
getID() - Method in class cascading.flow.FlowProcess
Method getID() returns the current
getID() - Method in class cascading.flow.FlowProcessWrapper
 
getID() - Method in class cascading.flow.FlowSession
Method getID returns the parent Flow ID value.
getID() - Method in interface cascading.flow.FlowStep
Method getId returns the id of this FlowStep object.
getID() - Method in class cascading.flow.planner.BaseFlowStep
 
getID() - Method in class cascading.management.state.BaseState
 
getID() - Method in interface cascading.management.UnitOfWork
 
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
 
getID() - Method in class cascading.stats.FlowStepStats
 
getIdentifier() - Method in class cascading.tap.BaseTemplateTap
 
getIdentifier() - Method in class cascading.tap.MultiSinkTap
 
getIdentifier() - Method in class cascading.tap.MultiSourceTap
 
getIdentifier() - Method in class cascading.tap.partition.BasePartitionTap
 
getIdentifier() - Method in class cascading.tap.Tap
Method getIdentifier returns a String representing the resource this Tap instance represents.
getIdentifierGraph() - Method in class cascading.cascade.Cascade
 
getIgnoreTuples() - Method in class cascading.operation.aggregator.ExtentBase
 
getIgnoreValues() - Method in class cascading.operation.aggregator.ExtremaBase
Deprecated.  
getIgnoreValues() - Method in class cascading.operation.aggregator.ExtremaValueBase
 
getIncomingAggregatorArgumentFields() - Method in class cascading.flow.planner.Scope
 
getIncomingAggregatorPassThroughFields() - Method in class cascading.flow.planner.Scope
 
getIncomingArgumentsFields() - Method in class cascading.flow.stream.AggregatorEveryStage
 
getIncomingArgumentsFields() - Method in class cascading.flow.stream.BufferEveryWindow
 
getIncomingArgumentsFields() - Method in class cascading.flow.stream.FilterEachStage
 
getIncomingArgumentsFields() - Method in class cascading.flow.stream.FunctionEachStage
 
getIncomingArgumentsFields() - Method in class cascading.flow.stream.GroupAssertionEveryStage
 
getIncomingArgumentsFields() - Method in class cascading.flow.stream.OperatorStage
 
getIncomingArgumentsFields() - Method in class cascading.flow.stream.ValueAssertionEachStage
 
getIncomingBufferArgumentFields() - Method in class cascading.flow.planner.Scope
 
getIncomingBufferPassThroughFields() - Method in class cascading.flow.planner.Scope
 
getIncomingEntry() - Method in class cascading.scheme.ConcreteCall
 
getIncomingEntry() - Method in interface cascading.scheme.SourceCall
Method getIncomingEntry returns a pre-prepared TupleEntry to be populated with the input values from SourceCall.getInput().
getIncomingFields() - Method in exception cascading.pipe.OperatorException
Method getIncomingFields returns the incomingFields of this OperatorException object.
getIncomingFunctionArgumentFields() - Method in class cascading.flow.planner.Scope
 
getIncomingFunctionPassThroughFields() - Method in class cascading.flow.planner.Scope
 
getIncomingPassThroughFields() - Method in class cascading.flow.stream.AggregatorEveryStage
 
getIncomingPassThroughFields() - Method in class cascading.flow.stream.BufferEveryWindow
 
getIncomingPassThroughFields() - Method in class cascading.flow.stream.FilterEachStage
 
getIncomingPassThroughFields() - Method in class cascading.flow.stream.FunctionEachStage
 
getIncomingPassThroughFields() - Method in class cascading.flow.stream.GroupAssertionEveryStage
 
getIncomingPassThroughFields() - Method in class cascading.flow.stream.OperatorStage
 
getIncomingPassThroughFields() - Method in class cascading.flow.stream.ValueAssertionEachStage
 
getIncomingScopes() - Method in interface cascading.flow.stream.ElementDuct
 
getIncomingScopes() - Method in class cascading.flow.stream.ElementStage
 
getIncomingScopes() - Method in class cascading.flow.stream.SpliceGate
 
getIncomingSpliceFields() - Method in class cascading.flow.planner.Scope
 
getIncomingTapFields() - Method in class cascading.flow.planner.Scope
 
getIncrement() - Method in class cascading.operation.state.Counter
 
getIndex() - Method in class cascading.tuple.io.IndexTuple
 
getInitializedConfig(FlowProcess<Config>, Config) - Method in class cascading.flow.planner.BaseFlowStep
 
getInitialValue() - Method in class cascading.operation.aggregator.ExtremaBase
Deprecated.  
getInitialValue() - Method in class cascading.operation.aggregator.Max
Deprecated.  
getInitialValue() - Method in class cascading.operation.aggregator.Min
Deprecated.  
getInitListThreshold() - Method in class cascading.tuple.collect.SpillableTupleMap
 
getInput() - Method in class cascading.scheme.ConcreteCall
 
getInput() - Method in interface cascading.scheme.SourceCall
Method getInput returns the input mechanism for the underlying platform used to retrieve new values (records, lines, etc).
getInputStream() - Method in class cascading.tuple.io.TupleInputStream
 
getInstance() - Static method in class cascading.provider.FactoryLoader
 
getInstance(URL, String[]) - Static method in class cascading.provider.ServiceLoader
 
getInt(String[]) - Method in class cascading.management.CascadingServices.NullMetricsService
 
getInt(String[]) - Method in interface cascading.management.MetricsService
 
getInteger(int) - Method in class cascading.tuple.Tuple
Method getInteger returns the element at the given position 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.
getIntegerProperty(String) - Method in class cascading.flow.FlowProcess
Method getIntegerProperty should be used to return configuration parameters from the underlying system.
getIntermediateFlows() - Method in class cascading.cascade.Cascade
Method getIntermediateFlows returns all Flow instances that are neither at the "tail" or "tail" of the flow graph.
getIntermediateSchemeClass(Map<Object, Object>) - Method in class cascading.flow.FlowConnector
Method getIntermediateSchemeClass is used for debugging.
getIntermediateSchemeClassName() - Method in class cascading.flow.FlowConnectorProps
 
getIntermediateTaps() - Method in class cascading.cascade.Cascade
Method getIntermediateTaps returns all Tap instances that are neither at the source or sink of the flow graph.
getIterator(int) - Method in class cascading.flow.stream.MemoryCoGroupClosure
 
getIterator(JoinerClosure) - Method in class cascading.pipe.joiner.BufferJoin
 
getIterator(JoinerClosure) - Method in class cascading.pipe.joiner.InnerJoin
 
getIterator(int) - Method in class cascading.pipe.joiner.InnerJoin.JoinIterator
 
getIterator(JoinerClosure) - Method in interface cascading.pipe.joiner.Joiner
Returns an iterator that joins the given CoGroupClosure co-groups.
getIterator(int) - Method in class cascading.pipe.joiner.JoinerClosure
Returns a Tuple Iterator for the given pipe position.
getIterator(JoinerClosure) - Method in class cascading.pipe.joiner.LeftJoin
 
getIterator(JoinerClosure) - Method in class cascading.pipe.joiner.MixedJoin
 
getIterator(JoinerClosure) - Method in class cascading.pipe.joiner.OuterJoin
 
getIterator(int) - Method in class cascading.pipe.joiner.OuterJoin.JoinIterator
 
getIterator(JoinerClosure) - Method in class cascading.pipe.joiner.RightJoin
 
getJobPollingInterval() - Method in class cascading.flow.FlowProps
 
getJobsMap(Flow) - Static method in class cascading.flow.Flows
 
getJoinDeclaredFields() - Method in class cascading.pipe.Splice
 
getJoiner() - Method in class cascading.pipe.Splice
 
getJoinerClosure() - Method in interface cascading.operation.BufferCall
Returns the current instance of a JoinerClosure, if any.
getJoinerClosure() - Method in class cascading.operation.ConcreteCall
 
getJoinFields() - Method in class cascading.pipe.joiner.JoinerClosure
Returns an array of Fields denoting the join fields or keys uses for each incoming pipe.
getJoinTributariesBetween(FlowElement, FlowElement) - Method in class cascading.flow.planner.BaseFlowStep
 
getKeyComparator() - Method in class cascading.flow.stream.MemorySpliceGate
 
getKeySelectors() - Method in class cascading.flow.planner.Scope
Method getGroupingSelectors returns the groupingSelectors of this Scope object.
getKeySelectors() - Method in interface cascading.pipe.Group
 
getKeySelectors() - Method in class cascading.pipe.Splice
Method getGroupingSelectors returns the groupingSelectors of this Splice object.
getLhs() - Method in class cascading.tuple.io.TuplePair
Method getLhs returns the lhs of this TuplePair object.
getLhs() - Method in class cascading.util.Pair
 
getLimit() - Method in class cascading.operation.filter.Limit
 
getListSpillThreshold() - Method in class cascading.tuple.collect.SpillableProps
 
getLong(String[]) - Method in class cascading.management.CascadingServices.NullMetricsService
 
getLong(String[]) - Method in interface cascading.management.MetricsService
 
getLong(int) - Method in class cascading.tuple.Tuple
Method getLong returns the element at the given position 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.
getMapCapacity(FlowProcess, int) - Static method in class cascading.tuple.collect.SpillableTupleMap
 
getMapInitialCapacity() - Method in class cascading.tuple.collect.SpillableProps
 
getMapLoadFactor() - Method in class cascading.tuple.collect.SpillableProps
 
getMapLoadFactor(FlowProcess, float) - Static method in class cascading.tuple.collect.SpillableTupleMap
 
getMapSpillThreshold() - Method in class cascading.tuple.collect.SpillableProps
 
getMapThreshold(FlowProcess, int) - Static method in class cascading.tuple.collect.SpillableTupleMap
 
getMapThreshold() - Method in class cascading.tuple.collect.SpillableTupleMap
 
getMaxConcurrentFlows() - Method in class cascading.cascade.CascadeDef
 
getMaxConcurrentFlows() - Method in class cascading.cascade.CascadeProps
 
getMaxConcurrentSteps() - Method in class cascading.flow.FlowProps
 
getMaxNumParallelSteps() - Method in class cascading.flow.BaseFlow
 
getMaxNumPathsBetweenElementAndGroupingMergeJoin(FlowElement) - Method in class cascading.flow.planner.ElementGraph
 
getMessage() - Method in class cascading.operation.assertion.BaseAssertion
 
getMetricsService() - Method in class cascading.management.CascadingServices
 
getMode(ConfigDef.Mode) - Method in class cascading.property.ConfigDef
 
getModeSafe(ConfigDef.Mode) - Method in class cascading.property.ConfigDef
 
getModifiedTime(Config) - Method in class cascading.tap.BaseTemplateTap
 
getModifiedTime(Config) - Method in class cascading.tap.MultiSinkTap
 
getModifiedTime(Config) - Method in class cascading.tap.MultiSourceTap
Returns the most current modified time.
getModifiedTime(Config) - Method in class cascading.tap.partition.BasePartitionTap
 
getModifiedTime(FlowProcess<Config>) - Method in class cascading.tap.Tap
Method getModifiedTime returns the date this resource was last modified.
getModifiedTime(Config) - Method in class cascading.tap.Tap
Method getModifiedTime returns the date this resource was last modified.
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.BaseFlow
 
getName() - Method in interface cascading.flow.Flow
Method getName returns the name of this Flow object.
getName() - Method in interface cascading.flow.FlowStep
Method getName returns the name of this FlowStep object.
getName() - Method in class cascading.flow.planner.BaseFlowStep
 
getName() - Method in class cascading.flow.planner.Scope
Method getName returns the name of this Scope object.
getName() - Method in interface cascading.management.UnitOfWork
 
getName() - Method in interface cascading.pipe.Group
 
getName() - Method in class cascading.pipe.Pipe
Get the name of this pipe.
getName() - Method in class cascading.pipe.Splice
 
getName() - Method in class cascading.pipe.SubAssembly
 
getName() - Method in class cascading.property.UnitOfWorkDef
 
getName() - Method in class cascading.stats.CascadingStats
Method getName returns the name of this CascadingStats object.
getNext() - Method in class cascading.flow.stream.Duct
 
getNext() - Method in class cascading.flow.stream.Fork
 
getNextElement() - Method in class cascading.tuple.io.TupleInputStream
 
getNextFlowElement(Scope) - Method in class cascading.flow.planner.BaseFlowStep
 
getNextFor(StreamGraph) - Method in class cascading.flow.stream.Duct
 
getNextScope(FlowElement) - Method in class cascading.flow.planner.BaseFlowStep
Method getNextScope returns the next Scope instance in the graph.
getNextScopes(FlowElement) - Method in class cascading.flow.planner.BaseFlowStep
 
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.
getNumChildTaps() - Method in interface cascading.tap.CompositeTap
 
getNumChildTaps() - Method in class cascading.tap.MultiSinkTap
 
getNumChildTaps() - Method in class cascading.tap.MultiSourceTap
 
getNumElements() - Method in class cascading.tuple.io.TupleInputStream
 
getNumProcessSlices() - Method in class cascading.flow.FlowProcess
Method getNumProcessSlices returns the number of parallel slices or tasks allocated for this process execution.
getNumProcessSlices() - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
getNumProcessSlices() - Method in class cascading.flow.FlowProcessWrapper
 
getNumSelfJoins() - Method in class cascading.pipe.Splice
 
getNumSinkParts() - Method in class cascading.scheme.Scheme
Method getNumSinkParts returns the numSinkParts of this Scheme object.
getNumSinkParts() - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
getNumSinkParts() - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
getObject(int) - Method in class cascading.tuple.Tuple
Method get returns the element at the given position.
getObject(int) - Method in class cascading.tuple.TupleEntry
Method getObject returns the value in the given position pos.
getObject(int, Type) - Method in class cascading.tuple.TupleEntry
Method getObject returns the value in the given field or position as the requested type.
getObject(Comparable) - Method in class cascading.tuple.TupleEntry
Method getObject returns the value in the given field or position.
getObject(Comparable, Type) - Method in class cascading.tuple.TupleEntry
Method getObject returns the value in the given field or position as the requested type.
getOpenTapsThreshold() - Method in class cascading.tap.BaseTemplateTap
Method getOpenTapsThreshold returns the openTapsThreshold of this TemplateTap object.
getOpenWritesThreshold() - Method in class cascading.tap.partition.BasePartitionTap
Method getOpenWritesThreshold returns the openTapsThreshold of this PartitionTap object.
getOperation() - Method in class cascading.pipe.Operator
Method getOperation returns the operation managed by this Operator object.
getOperationDeclaredFields() - Method in class cascading.flow.planner.Scope
Method getDeclaredFields returns the declaredFields of this Scope object.
getOperationDeclaredFields() - Method in class cascading.flow.stream.OperatorStage
 
getOperator() - Method in class cascading.flow.stream.EachStage
 
getOperator() - Method in class cascading.flow.stream.EveryStage
 
getOperator() - Method in class cascading.flow.stream.OperatorStage
 
getOutgoingEntry() - Method in class cascading.scheme.ConcreteCall
 
getOutgoingEntry() - Method in interface cascading.scheme.SinkCall
Method getOutgoingEntry returns the final TupleEntry to be passed to the SinkCall.getOutput() output handler.
getOutgoingFields() - Method in class cascading.flow.stream.ElementStage
 
getOutgoingScopes() - Method in interface cascading.flow.stream.ElementDuct
 
getOutgoingScopes() - Method in class cascading.flow.stream.ElementStage
 
getOutgoingScopes() - Method in class cascading.flow.stream.SpliceGate
 
getOutgoingSelector() - Method in class cascading.flow.stream.AggregatorEveryStage
 
getOutgoingSelector() - Method in class cascading.flow.stream.BufferEveryWindow
 
getOutgoingSelector() - Method in class cascading.flow.stream.EachStage
 
getOutgoingSelector() - Method in class cascading.flow.stream.GroupAssertionEveryStage
 
getOutgoingSelector() - Method in class cascading.flow.stream.OperatorStage
 
getOutGroupingFields() - Method in class cascading.flow.planner.Scope
Method getOutGroupingFields returns the outGroupingFields of this Scope object.
getOutGroupingSelector() - Method in class cascading.flow.planner.Scope
Method getOutGroupingSelector returns the outGroupingSelector of this Scope object.
getOutGroupingValueFields() - Method in class cascading.flow.planner.Scope
 
getOutput() - Method in class cascading.flow.stream.SinkStage
 
getOutput() - Method in class cascading.operation.Debug
 
getOutput() - Method in class cascading.scheme.ConcreteCall
 
getOutput() - Method in interface cascading.scheme.SinkCall
 
getOutput() - Method in class cascading.tuple.TupleEntrySchemeCollector
 
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.planner.Scope
Method getOutValuesFields returns the outValuesFields of this Scope object.
getOutValuesSelector() - Method in class cascading.flow.planner.Scope
Method getOutValuesSelector returns the outValuesSelector of this Scope object.
getParameterNames() - Method in class cascading.operation.expression.ScriptOperation
 
getParameterTypes() - Method in class cascading.operation.expression.ScriptOperation
 
getParent() - Method in class cascading.pipe.Pipe
Returns the enclosing parent Pipe instance, if any.
getParent() - Method in class cascading.tap.BaseTemplateTap
Method getParent returns the parent Tap of this TemplateTap object.
getParent() - Method in class cascading.tap.partition.BasePartitionTap
Method getParent returns the parent Tap of this PartitionTap object.
getPartition() - Method in class cascading.tap.partition.BasePartitionTap
Method getPartition returns the Partition instance used by this PartitionTap
getPartitionFields() - Method in class cascading.tap.partition.DelimitedPartition
 
getPartitionFields() - Method in interface cascading.tap.partition.Partition
The Fields used to populate the partition.
getPathDepth() - Method in class cascading.tap.partition.DelimitedPartition
 
getPathDepth() - Method in interface cascading.tap.partition.Partition
Returns the directory search depth of the partition.
getPathTemplate() - Method in class cascading.tap.BaseTemplateTap
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.
getPattern() - Method in class cascading.tap.partition.DelimitedPartition
 
getPatternString() - Method in class cascading.operation.assertion.AssertGroupBase
 
getPatternString() - Method in class cascading.operation.regex.RegexOperation
Method getPatternString returns the patternString of this RegexOperation object.
getPayload() - Method in exception cascading.tap.TapException
 
getPendingTime() - Method in class cascading.stats.CascadingStats
Method getPendingTime returns the pendingTime of this CascadingStats object.
getPipeGraphFrom(Flow) - Static method in class cascading.flow.Flows
 
getPipePos() - Method in class cascading.pipe.Splice
 
getPlannerLevel() - Method in class cascading.pipe.Operator
Method getPlannerLevel returns the plannerLevel of this Operator object.
getPlatformInfo() - Method in class cascading.flow.BaseFlow
 
getPlatformInfo() - Method in interface cascading.flow.Flow
 
getPlatformInfo() - Method in class cascading.flow.FlowConnector
Method getPlatformInfo returns an instance of PlatformInfo for the underlying platform.
getPlatformInfo() - Method in class cascading.flow.planner.FlowPlanner
 
getPos() - Method in class cascading.tuple.Fields
Method getPos returns the pos array of this Fields object.
getPos(Fields) - Method in class cascading.tuple.Fields
 
getPos(Comparable) - Method in class cascading.tuple.Fields
Method getPos returns the index of the give field value in this Fields instance.
getPos(Fields, Fields) - Method in class cascading.tuple.Tuple
 
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.
getPrefix() - Method in class cascading.operation.Debug
 
getPrevious() - Method in class cascading.pipe.Pipe
Get all the upstream pipes this pipe is connected to.
getPrevious() - Method in class cascading.pipe.Splice
 
getPrevious() - Method in class cascading.pipe.SubAssembly
 
getPreviousScopes(FlowElement) - Method in class cascading.flow.planner.BaseFlowStep
Method getPreviousScopes returns the previous Scope instances.
getPrintFieldsEvery() - Method in class cascading.operation.Debug
Method getPrintFieldsEvery returns the printFieldsEvery interval value of this Debug object.
getPrintTupleEvery() - Method in class cascading.operation.Debug
Method getPrintTupleEvery returns the printTupleEvery interval value of this Debug object.
getProperties() - Method in class cascading.flow.FlowConnector
Method getProperties returns the properties of this FlowConnector object.
getProperties() - Method in class cascading.flow.planner.FlowPlanner
 
getProperty(String) - Method in interface cascading.flow.Flow
 
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.FlowProcess.NullFlowProcess
 
getProperty(String) - Method in class cascading.flow.FlowProcessWrapper
 
getProperty(String) - Method in class cascading.flow.stream.StepStreamGraph
 
getProperty(String) - Method in class cascading.flow.stream.StreamGraph
 
getProperty(Map<Object, Object>, String) - Static method in class cascading.property.PropertyUtil
 
getProperty(Map<Object, Object>, String, A) - Static method in class cascading.property.PropertyUtil
 
getPropertyKeys() - Method in class cascading.flow.FlowProcess
Method getPropertyKeys returns an immutable collection of all available property key values.
getPropertyKeys() - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
getPropertyKeys() - Method in class cascading.flow.FlowProcessWrapper
 
getQuote() - Method in class cascading.scheme.util.DelimitedParser
 
getRelease() - Static method in class cascading.util.Version
 
getReleaseBuild() - Static method in class cascading.util.Version
 
getReleaseFull() - Static method in class cascading.util.Version
 
getReleaseMajor() - Static method in class cascading.util.Version
 
getReleaseMinor() - Static method in class cascading.util.Version
 
getRemainderPassThroughFields() - Method in class cascading.flow.planner.Scope
Method getRemainderFields returns the remainderFields of this Scope object.
getReplacement() - Method in class cascading.operation.regex.RegexReplace
 
getResult(AggregatorCall<Pair<Long[], Tuple>>) - 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
Deprecated.  
getResult(AggregatorCall<ExtremaValueBase.Context>) - Method in class cascading.operation.aggregator.ExtremaValueBase
 
getResult(AggregatorCall<Pair<Double[], Tuple>>) - Method in class cascading.operation.aggregator.Sum
 
getResultFieldSelectors() - Method in class cascading.operation.function.UnGroup
 
getReturnType() - Method in class cascading.operation.expression.ScriptOperation
 
getReversedGraph() - Method in class cascading.flow.stream.StreamGraph
 
getReversedTopologicalOrderIterator() - Method in class cascading.flow.stream.StreamGraph
 
getRhs() - Method in class cascading.tuple.io.TuplePair
Method getRhs returns the rhs of this TuplePair object.
getRhs() - Method in class cascading.util.Pair
 
getRunID() - Method in class cascading.flow.BaseFlow
 
getRunID() - Method in interface cascading.flow.Flow
 
getRunID() - Method in class cascading.flow.FlowDef
 
getRunTime() - Method in class cascading.stats.CascadingStats
Method getRunTime returns the runTime of this CascadingStats object.
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.
getScopeFor(FlowElement, FlowElement) - Method in class cascading.flow.planner.BaseFlowStep
 
getScript() - Method in class cascading.operation.expression.ScriptFilter
 
getScript() - Method in class cascading.operation.expression.ScriptFunction
 
getScript() - Method in class cascading.operation.expression.ScriptTupleFunction
 
getSecondValue() - Method in class cascading.operation.function.SetValue
 
getSeed() - Method in class cascading.operation.filter.Sample
 
getSelectorFields() - Method in exception cascading.tuple.FieldsResolverException
Method getSelectorFields returns the selectorFields of this FieldsResolverException object.
getShort(int) - Method in class cascading.tuple.Tuple
Method getShort returns the element at the given position 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.
getSimpleTypeName(Type) - Static method in class cascading.util.Util
 
getSink(String) - Method in class cascading.flow.BaseFlow
 
getSink() - Method in class cascading.flow.BaseFlow
 
getSink(String) - Method in interface cascading.flow.Flow
 
getSink() - Method in interface cascading.flow.Flow
Method getSink returns the first sink of this Flow object.
getSink() - Method in interface cascading.flow.FlowStep
 
getSink() - Method in class cascading.flow.planner.BaseFlowStep
 
getSinkAsList(Flow) - Static method in class cascading.CascadingTestCase
 
getSinkFields() - Method in class cascading.scheme.Scheme
Method getSinkFields returns the sinkFields of this Scheme object.
getSinkFields() - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
getSinkFields() - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
getSinkFields() - Method in class cascading.tap.SourceTap
 
getSinkFields() - Method in class cascading.tap.Tap
Method getSinkFields returns the sinkFields of this Tap object.
getSinkMap() - Method in class cascading.flow.planner.ElementGraph
 
getSinkMode() - Method in class cascading.tap.Tap
Method getSinkMode returns the SinkMode }of this Tap object.
getSinkModified() - Method in class cascading.flow.BaseFlow
 
getSinkModified() - Method in interface cascading.flow.Flow
Method getSinkModified returns the youngest modified date of any sink Tap managed by this Flow instance.
getSinkModified(Object, Collection<Tap>) - Static method in class cascading.util.Util
 
getSinkName(Tap) - Method in interface cascading.flow.FlowStep
 
getSinkName(Tap) - Method in class cascading.flow.planner.BaseFlowStep
 
getSinkNames() - Method in class cascading.flow.BaseFlow
 
getSinkNames() - Method in interface cascading.flow.Flow
 
getSinks() - Method in class cascading.flow.BaseFlow
 
getSinks() - Method in interface cascading.flow.Flow
Method getSinks returns the sinks of this Flow object.
getSinks() - Method in class cascading.flow.FlowDef
Method getSinks returns the sinks of this FlowDef object.
getSinks() - Method in interface cascading.flow.FlowStep
 
getSinks() - Method in class cascading.flow.planner.BaseFlowStep
 
getSinks() - Method in class cascading.flow.planner.ElementGraph
 
getSinksCollection() - Method in class cascading.flow.BaseFlow
 
getSinksCollection() - Method in interface cascading.flow.Flow
Method getSinksCollection returns a Collection of sink Taps for this Flow object.
getSinksCopy() - Method in class cascading.flow.FlowDef
Method getSinksCopy returns a copy of the sink Map.
getSinkTaps() - Method in class cascading.cascade.Cascade
Method getSinkTaps returns all sink Tap instances in this Cascade instance.
getSinkWith(String) - Method in interface cascading.flow.FlowStep
 
getSinkWith(String) - Method in class cascading.flow.planner.BaseFlowStep
 
getSize() - Method in class cascading.operation.assertion.AssertGroupBase
 
getSize() - Method in class cascading.operation.assertion.AssertSizeEquals
 
getSize() - Method in class cascading.operation.assertion.AssertSizeLessThan
 
getSize() - Method in class cascading.operation.assertion.AssertSizeMoreThan
 
getSize() - Method in class cascading.operation.function.UnGroup
 
getSize(Config) - Method in interface cascading.tap.type.FileType
Method getSize returns the size of the file referenced by this tap.
getSortingSelector() - Method in exception cascading.pipe.OperatorException
Method getSortingSelector returns the sortingSelector of this OperatorException object.
getSortingSelectors() - Method in class cascading.flow.planner.Scope
Method getSortingSelectors returns the sortingSelectors of this Scope object.
getSortingSelectors() - Method in interface cascading.pipe.Group
 
getSortingSelectors() - Method in class cascading.pipe.Splice
Method getSortingSelectors returns the sortingSelectors of this Splice object.
getSource(String) - Method in class cascading.flow.BaseFlow
 
getSource(String) - Method in interface cascading.flow.Flow
 
getSourceAsList(Flow) - Static method in class cascading.CascadingTestCase
 
getSourceFields() - Method in class cascading.scheme.Scheme
Method getSourceFields returns the sourceFields of this Scheme object.
getSourceFields() - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
getSourceFields() - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
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 exception cascading.tuple.FieldsResolverException
Method getSourceFields returns the sourceFields of this FieldsResolverException object.
getSourceMap() - Method in class cascading.flow.planner.ElementGraph
 
getSourceModified(Object, Iterator<Tap>, long) - Static method in class cascading.util.Util
 
getSourceName(Tap) - Method in interface cascading.flow.FlowStep
 
getSourceName(Tap) - Method in class cascading.flow.planner.BaseFlowStep
 
getSourceNames() - Method in class cascading.flow.BaseFlow
 
getSourceNames() - Method in interface cascading.flow.Flow
 
getSources() - Method in class cascading.flow.BaseFlow
 
getSources() - Method in interface cascading.flow.Flow
Method getSources returns the sources of this Flow object.
getSources() - Method in class cascading.flow.FlowDef
Method getSources returns the sources of this FlowDef object.
getSources() - Method in interface cascading.flow.FlowStep
 
getSources() - Method in class cascading.flow.planner.BaseFlowStep
 
getSources() - Method in class cascading.flow.planner.ElementGraph
 
getSourcesCollection() - Method in class cascading.flow.BaseFlow
 
getSourcesCollection() - Method in interface cascading.flow.Flow
Method getSourcesCollection returns a Collection of source Taps for this Flow object.
getSourcesCopy() - Method in class cascading.flow.FlowDef
Method getSourcesCopy returns a copy of the sources Map.
getSourceTaps() - Method in class cascading.cascade.Cascade
Method getSourceTaps returns all source Tap instances in this Cascade instance.
getSourceWith(String) - Method in interface cascading.flow.FlowStep
 
getSourceWith(String) - Method in class cascading.flow.planner.BaseFlowStep
 
getSpawnStrategy() - Method in class cascading.cascade.Cascade
 
getSpawnStrategy() - Method in class cascading.flow.BaseFlow
 
getSpawnStrategy() - Method in interface cascading.management.UnitOfWork
 
getSpillListener() - Method in class cascading.tuple.collect.SpillableTupleMap
 
getSpillReason(Spillable) - Method in interface cascading.tuple.collect.Spillable.SpillStrategy
 
getStartTime() - Method in class cascading.stats.CascadingStats
Method getStartTime returns the startTime of this CascadingStats object.
getStats() - Method in class cascading.cascade.Cascade
 
getStats() - Method in class cascading.flow.BaseFlow
 
getStats() - Method in interface cascading.management.UnitOfWork
 
getStatsString() - Method in class cascading.stats.CascadingStats
 
getStatsString() - Method in class cascading.stats.FlowStats
 
getStatus() - Method in class cascading.operation.state.Status
 
getStatus() - Method in class cascading.stats.CascadingStats
Method getStatus returns the CascadingStats.Status of this CascadingStats object.
getStepConfigDef() - Method in interface cascading.flow.FlowElement
 
getStepConfigDef() - Method in class cascading.pipe.Pipe
Returns a ConfigDef instance that allows for process level properties to be set and made available via a resulting FlowProcess instance when the pipe is invoked.
getStepConfigDef() - Method in class cascading.tap.Tap
Returns a ConfigDef instance that allows for process level properties to be set and made available via a resulting FlowProcess instance when the tap is invoked.
getStepDisplayName() - Method in interface cascading.flow.FlowStep
Method getStepDisplayName returns the stepDisplayName of this FlowStep object.
getStepDisplayName() - Method in class cascading.flow.planner.BaseFlowStep
 
getStepDisplayName(int) - Method in class cascading.flow.planner.BaseFlowStep
 
getStepGraphFrom(Flow) - Static method in class cascading.flow.Flows
 
getStepNum() - Method in interface cascading.flow.FlowStep
 
getStepNum() - Method in class cascading.flow.planner.BaseFlowStep
 
getStepsCount() - Method in class cascading.stats.FlowStats
Method getStepsCount returns the number of steps this Flow executed.
getStepStats() - Method in class cascading.flow.planner.FlowStepJob
Method getStepStats returns the stepStats of this FlowStepJob object.
getStreamedSourceByJoin() - Method in interface cascading.flow.FlowStep
 
getStreamedSourceByJoin() - Method in class cascading.flow.planner.BaseFlowStep
 
getString(String[]) - Method in class cascading.management.CascadingServices.NullMetricsService
 
getString(String[]) - Method in interface cascading.management.MetricsService
 
getString(int) - Method in class cascading.tuple.Tuple
Method getString returns the element at the given position 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.
getStringProperty(String) - Method in class cascading.flow.FlowProcess
Method getStringProperty should be used to return configuration parameters from the underlying system.
getStringProperty(Properties, Map<Object, Object>, String) - Static method in class cascading.property.PropertyUtil
 
getSubmitPriority() - Method in class cascading.flow.BaseFlow
 
getSubmitPriority() - Method in interface cascading.flow.Flow
Method getSubmitPriority returns the submitPriority of this Flow object.
getSubmitPriority() - Method in interface cascading.flow.FlowStep
Method getSubmitPriority returns the submitPriority of this FlowStep object.
getSubmitPriority() - Method in class cascading.flow.planner.BaseFlowStep
 
getSubmitTime() - Method in class cascading.stats.CascadingStats
Method getSubmitTime returns the submitTime of this CascadingStats 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.
getSuccessors(FlowElement) - Method in class cascading.flow.planner.BaseFlowStep
 
getTags() - Method in class cascading.cascade.Cascade
Method getTags returns the tags associated with this Cascade object.
getTags() - Method in class cascading.flow.BaseFlow
 
getTags() - Method in interface cascading.flow.Flow
 
getTags() - Method in interface cascading.management.UnitOfWork
 
getTags() - Method in class cascading.property.AppProps
 
getTags() - Method in class cascading.property.UnitOfWorkDef
 
getTailFlows() - Method in class cascading.cascade.Cascade
Method getTailFlows returns all Flow instances that are at the "tail" of the flow graph.
getTailNames() - Method in class cascading.pipe.SubAssembly
Method getTailNames returns the tailNames of this SubAssembly object.
getTails() - Method in interface cascading.flow.AssemblyPlanner.Context
 
getTails() - Method in class cascading.flow.FlowDef
Method getTails returns all the current pipe assembly tails the FlowDef holds.
getTails() - Method in class cascading.flow.stream.StreamGraph
 
getTails() - Method in class cascading.pipe.SubAssembly
Method getTails returns all the tails of this SubAssembly object.
getTailsArray() - Method in class cascading.flow.FlowDef
Method getTailsArray returns all the current pipe assembly tails the FlowDef holds.
getTapGraph() - Method in class cascading.cascade.Cascade
 
getTapGraphFrom(Cascade) - Static method in class cascading.cascade.Cascades
 
getTaps() - Method in class cascading.tap.MultiSinkTap
 
getTaps() - Method in class cascading.tap.MultiSourceTap
Method getTaps returns the taps of this MultiTap object.
getThreshold(FlowProcess, int) - Static method in class cascading.tuple.collect.SpillableTupleList
 
getThrowable() - Method in class cascading.flow.planner.FlowStepJob
 
getThrowable() - Method in class cascading.stats.CascadingStats
Method getThrowable returns the throwable of this CascadingStats object.
getTopologicalIterator() - Method in class cascading.cascade.planner.FlowGraph
 
getTopologicalIterator() - Method in class cascading.flow.planner.ElementGraph
Method getTopologicalIterator returns the topologicalIterator of this ElementGraph object.
getTopologicalIterator() - Method in class cascading.flow.planner.FlowStepGraph
 
getTopologicalOrderIterator() - Method in class cascading.flow.planner.BaseFlowStep
 
getTopologicalOrderIterator() - Method in class cascading.flow.stream.StreamGraph
 
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.
getTrace() - Method in class cascading.tap.Tap
Method getTrace return the trace of this object.
getTrap(String) - Method in interface cascading.flow.FlowStep
 
getTrapMap() - Method in class cascading.flow.planner.ElementGraph
 
getTrapNames() - Method in class cascading.flow.BaseFlow
 
getTrapNames() - Method in interface cascading.flow.Flow
 
getTraps() - Method in class cascading.flow.BaseFlow
 
getTraps() - Method in interface cascading.flow.Flow
Method getTraps returns the traps of this Flow object.
getTraps() - Method in class cascading.flow.FlowDef
Method getTraps returns the traps of this FlowDef object.
getTraps() - Method in interface cascading.flow.FlowStep
 
getTraps() - Method in class cascading.flow.planner.ElementGraph
 
getTrapsCollection() - Method in class cascading.flow.BaseFlow
 
getTrapsCollection() - Method in interface cascading.flow.Flow
Method getTrapsCollection returns a Collection of trap Taps for this Flow object.
getTrapsCopy() - Method in class cascading.flow.FlowDef
Method getTrapsCopy returns a copy of the trap Map.
getTuple() - Method in class cascading.tuple.io.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.
getType() - Method in class cascading.operation.aggregator.Sum
 
getType(Comparable) - Method in class cascading.tuple.Fields
Returns the Type at the given position or having the fieldName.
getType(int) - Method in class cascading.tuple.Fields
 
getTypeClass(Comparable) - Method in class cascading.tuple.Fields
Returns the Class for the given position value.
getTypeClass(int) - Method in class cascading.tuple.Fields
 
getTypeName(Type) - Static method in class cascading.util.Util
 
getTypeNames(Type[]) - Static method in class cascading.tuple.coerce.Coercions
 
getTypes() - Method in class cascading.operation.Identity
 
getTypes(String[]) - Static method in class cascading.tuple.coerce.Coercions
 
getTypes() - Method in class cascading.tuple.Fields
Returns a copy of the current types Type[] if any, else null.
getTypes() - Method in class cascading.tuple.Tuple
Method getTypes returns an array of the element classes.
getTypesClasses() - Method in class cascading.tuple.Fields
Returns a copy of the current types Class[] if any, else null.
getValue() - Method in class cascading.operation.assertion.AssertEqualsAll
 
getValueAssertion() - Method in class cascading.pipe.Each
 
getValueFields() - Method in class cascading.pipe.joiner.JoinerClosure
Returns an array of all the incoming fields for each incoming pipe.
getValues() - Method in class cascading.operation.assertion.AssertEquals
 
getValues() - Method in class cascading.operation.assertion.AssertNotEquals
 
getValues() - Method in class cascading.operation.Insert
 
getVersionString() - Static method in class cascading.util.Version
 
getVertex(Flow, Tap) - Method in class cascading.cascade.planner.IdentifierGraph
 
getVertex(Flow, Tap) - Method in class cascading.cascade.planner.TapGraph
 
getVertex(Flow, Tap) - Method in class cascading.cascade.planner.TopologyGraph
 
Group - Interface in cascading.pipe
 
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.
GroupAssertionEveryStage - Class in cascading.flow.stream
 
GroupAssertionEveryStage(FlowProcess, Every) - Constructor for class cascading.flow.stream.GroupAssertionEveryStage
 
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.
groupComparators - Variable in class cascading.flow.stream.MemorySpliceGate
 
groupHasher - Variable in class cascading.flow.stream.MemorySpliceGate
 
Grouping<Group,ItemIterator extends Iterator> - Class in cascading.flow.stream
 
Grouping() - Constructor for class cascading.flow.stream.Grouping
 
grouping - Variable in class cascading.flow.stream.SpliceGate
 
guessParameterNames() - Method in class cascading.operation.expression.ExpressionOperation
 
guessParameterNames() - Method in class cascading.operation.expression.ScriptOperation
 

H

handleDuct(FlowElement, Duct) - Method in class cascading.flow.stream.StepStreamGraph
 
handleException(Throwable, TupleEntry) - Method in class cascading.flow.stream.ElementStage
 
handleException(Throwable, TupleEntry) - Method in class cascading.flow.stream.SpliceGate
 
handleException(Throwable, TupleEntry) - Method in class cascading.flow.stream.TrapHandler
 
handleException(String, Tap, Throwable, TupleEntry) - Method in class cascading.flow.stream.TrapHandler
 
handleExceptionDuringPlanning(Exception, ElementGraph) - Method in class cascading.flow.planner.FlowPlanner
 
handleExecutorShutdown() - Method in class cascading.flow.BaseFlow
 
handleJobPartitioning(ElementGraph) - Method in class cascading.flow.planner.FlowPlanner
Inserts a temporary Tap between logical MR jobs.
handleJoins(ElementGraph) - Method in class cascading.flow.planner.FlowPlanner
Prevent leftmost sources from sourcing a downstream join on the rightmost side intra-task by inserting a temp tap between the left-sourced join and right-sourced join.
handleNonSafeOperations(ElementGraph) - Method in class cascading.flow.planner.FlowPlanner
 
handleReThrowableException(String, Throwable) - Method in class cascading.flow.stream.ElementStage
 
handleReThrowableException(String, Throwable) - Method in class cascading.flow.stream.SpliceGate
 
handleReThrowableException(String, Throwable) - Method in class cascading.flow.stream.TrapHandler
 
hasAllVersionInfo() - Static method in class cascading.util.Version
 
hasClass(String) - Static method in class cascading.util.Util
 
hasComparators() - Method in class cascading.tuple.Fields
Method hasComparators test if this Fields instance has Comparators.
hasConfigDef() - Method in interface cascading.flow.FlowElement
 
hasConfigDef() - Method in class cascading.pipe.Pipe
Returns true if there are properties in the configDef instance.
hasConfigDef() - Method in class cascading.tap.Tap
Returns true if there are properties in the configDef instance.
hashCode() - Method in class cascading.flow.planner.BaseFlowStep
 
hashCode() - Method in class cascading.flow.planner.PlatformInfo
 
hashCode() - Method in class cascading.flow.stream.DuctGraph.Ordinal
 
hashCode() - Method in class cascading.flow.stream.ElementStage
 
hashCode() - Method in class cascading.flow.stream.MemorySpliceGate.DelegatedTuple
 
hashCode() - Method in class cascading.flow.stream.SpliceGate
 
hashCode() - Method in class cascading.operation.aggregator.ExtentBase
 
hashCode() - Method in class cascading.operation.aggregator.ExtremaBase
Deprecated.  
hashCode() - Method in class cascading.operation.aggregator.ExtremaValueBase
 
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.ScriptOperation
 
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.pipe.assembly.AggregateBy.CompositeFunction
 
hashCode() - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
hashCode() - Method in class cascading.pipe.Operator
 
hashCode() - Method in class cascading.pipe.Pipe
 
hashCode() - Method in class cascading.pipe.Splice
 
hashCode() - Method in class cascading.scheme.Scheme
 
hashCode() - Method in class cascading.tap.BaseTemplateTap
 
hashCode() - Method in class cascading.tap.MultiSinkTap
 
hashCode() - Method in class cascading.tap.MultiSourceTap
 
hashCode() - Method in class cascading.tap.partition.BasePartitionTap
 
hashCode() - Method in class cascading.tap.Tap
 
hashCode() - Method in class cascading.tuple.coerce.Coercions.Coerce
 
hashCode() - Method in class cascading.tuple.Fields
 
hashCode(V) - Method in interface cascading.tuple.Hasher
Return the hashCode of the given value.
hashCode() - Method in class cascading.tuple.io.IndexTuple
 
hashCode() - Method in class cascading.tuple.io.TuplePair
 
hashCode() - Method in class cascading.tuple.Tuple
 
hashCode() - Method in class cascading.tuple.TupleEntry
 
hashCode(Tuple) - Method in class cascading.tuple.util.TupleHasher
 
Hasher<V> - Interface in cascading.tuple
The Hasher allows a Comparator implementation to also be delegated to during hashCode generation during grouping partitioning.
HashJoin - Class in cascading.pipe
The HashJoin pipe allows for two or more tuple streams to join into a single stream via a Joiner when all but one tuple stream is considered small enough to fit into memory.
HashJoin(String, Pipe, Fields, Pipe, Fields) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(String, Pipe, Fields, Pipe, Fields, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(String, Pipe, Fields, Pipe, Fields, Fields) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(String, Pipe, Fields, Pipe, Fields, Fields, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(String, Pipe, Fields, int, Fields, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(String, Pipe, Fields, int, Fields) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(String, Pipe, Fields, int, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(String, Pipe[], Fields[], Fields, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(Pipe, Fields, Pipe, Fields) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(Pipe, Fields, Pipe, Fields, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(Pipe, Fields, Pipe, Fields, Fields) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(Pipe, Fields, Pipe, Fields, Fields, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(Pipe, Fields, int, Fields, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(Pipe, Fields, int, Fields) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(Pipe, Fields, int, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new HashJoin instance.
HashJoin(Pipe[], Fields[], Fields, Joiner) - Constructor for class cascading.pipe.HashJoin
Constructor HashJoin creates a new Join instance.
hasListeners() - Method in class cascading.cascade.Cascade
 
hasListeners() - Method in class cascading.flow.BaseFlow
 
hasListeners() - Method in interface cascading.flow.Flow
Method hasListeners returns true if FlowListener instances have been registered.
hasListeners() - Method in interface cascading.flow.FlowStep
Method hasListeners returns true if FlowStepListener instances have been registered.
hasListeners() - Method in class cascading.flow.planner.BaseFlowStep
 
hasMajorMinorVersionInfo() - Static method in class cascading.util.Version
 
hasNext() - Method in class cascading.pipe.joiner.InnerJoin.JoinIterator
 
hasNext() - Method in class cascading.tap.partition.PartitionTupleEntryIterator
 
hasNext() - Method in class cascading.tuple.TupleEntryChainIterator
Method hasNext returns true if there is a next TupleEntry
hasNext() - Method in class cascading.tuple.TupleEntryIterableChainIterator
Method hasNext returns true if there is a next TupleEntry
hasNext() - Method in class cascading.tuple.TupleEntrySchemeIterator
 
hasNext() - Method in class cascading.util.SingleValueIterator
 
hasPlannerLevel() - Method in class cascading.pipe.Operator
Method hasPlannerLevel returns true if this Operator object holds a PlannedOperation object with an associated PlannerLevel level.
hasStepConfigDef() - Method in interface cascading.flow.FlowElement
 
hasStepConfigDef() - Method in class cascading.pipe.Pipe
Returns true if there are properties in the processConfigDef instance.
hasStepConfigDef() - Method in class cascading.tap.Tap
Returns true if there are properties in the processConfigDef instance.
hasStepListeners() - Method in class cascading.flow.BaseFlow
 
hasStepListeners() - Method in interface cascading.flow.Flow
Method hasStepListeners returns true if FlowStepListener instances have been registered with any of the FlowSteps belonging to this instance
hasTrapHandler() - Method in interface cascading.flow.stream.ElementDuct
 
hasTrapHandler() - Method in class cascading.flow.stream.ElementStage
 
hasTrapHandler() - Method in class cascading.flow.stream.SpliceGate
 
hasTypes() - Method in class cascading.tuple.Fields
Returns true if there are types associated with this instance.
hasTypes() - Method in class cascading.tuple.TupleEntry
Returns true if there are types associated with this instance.
head - Static variable in class cascading.flow.planner.ElementGraph
Field head

I

id(Pipe) - Static method in class cascading.pipe.Pipe
 
id(Tap) - Static method in class cascading.tap.Tap
Creates and returns a unique ID for the given Tap, this value is cached and may be used to uniquely identify the Tap instance in properties files etc.
ID_LENGTH - Static variable in class cascading.util.Util
 
IdentifierGraph - Class in cascading.cascade.planner
 
IdentifierGraph(Flow...) - Constructor for class cascading.cascade.planner.IdentifierGraph
 
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
Deprecated. Field ignoreValues
ignoreValues - Variable in class cascading.operation.aggregator.ExtremaValueBase
Field ignoreValues
incomingEntry - Variable in class cascading.flow.stream.OperatorStage
 
incomingScopes - Variable in class cascading.flow.stream.ElementStage
 
incomingScopes - Variable in class cascading.flow.stream.SpliceGate
 
increment(Enum, long) - Method in class cascading.flow.FlowProcess
Method increment is used to increment a custom counter.
increment(String, String, long) - Method in class cascading.flow.FlowProcess
Method increment is used to increment a custom counter.
increment(Enum, long) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
increment(String, String, long) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
increment(Enum, long) - Method in class cascading.flow.FlowProcessWrapper
 
increment(String, String, long) - Method in class cascading.flow.FlowProcessWrapper
 
increment(String[], int) - Method in class cascading.management.CascadingServices.NullMetricsService
 
increment(String[], int) - Method in interface cascading.management.MetricsService
 
increment() - Method in class cascading.operation.filter.Limit.Context
 
IndexTuple - Class in cascading.tuple.io
Class IndexTuple allows for managing an int index value with a Tuple instance.
IndexTuple() - Constructor for class cascading.tuple.io.IndexTuple
Constructor IndexTuple creates a new IndexTuple instance.
IndexTuple(int, Tuple) - Constructor for class cascading.tuple.io.IndexTuple
Constructor IndexTuple creates a new IndexTuple instance.
inferTypeFrom(int, String) - Method in interface cascading.scheme.util.FieldTypeResolver
 
inferTypes(Object[]) - Method in class cascading.scheme.util.DelimitedParser
 
init(List<Cascade.CascadeJob>) - Method in class cascading.cascade.Cascade.CascadeJob
 
init() - Method in class cascading.pipe.joiner.InnerJoin.JoinIterator
 
init() - Method in class cascading.pipe.joiner.OuterJoin.JoinIterator
 
initConfFromProcessConfigDef(ConfigDef.Setter) - Method in class cascading.flow.planner.BaseFlowStep
 
initConfig(Map<Object, Object>, Config) - Method in class cascading.flow.BaseFlow
This method creates a new internal Config with the parentConfig as defaults using the properties to override the defaults.
initFromProperties(Map<Object, Object>) - Method in class cascading.flow.BaseFlow
 
initialize(ElementGraph, FlowStepGraph<Config>) - Method in class cascading.flow.BaseFlow
 
initialize(FlowConnector, Map<Object, Object>) - Method in class cascading.flow.planner.FlowPlanner
 
initialize() - Method in class cascading.flow.stream.AggregatorEveryStage
 
initialize() - Method in class cascading.flow.stream.BufferEveryWindow
 
initialize() - Method in class cascading.flow.stream.Duct
Called immediately after bind
initialize() - Method in class cascading.flow.stream.FilterEachStage
 
initialize() - Method in class cascading.flow.stream.FunctionEachStage
 
initialize() - Method in class cascading.flow.stream.GroupAssertionEveryStage
 
initialize() - Method in class cascading.flow.stream.MemorySpliceGate
 
initialize() - Method in class cascading.flow.stream.MergeStage
 
initialize() - Method in class cascading.flow.stream.OperatorStage
 
initialize() - Method in class cascading.flow.stream.SourceStage
 
initialize() - Method in class cascading.flow.stream.SpliceGate
 
initialize() - Method in class cascading.flow.stream.ValueAssertionEachStage
 
initialize(CascadingServices, String) - Method in class cascading.management.state.BaseState
 
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(FlowProcess<Config>) - Method in interface cascading.provider.CascadingFactory
Method initialize will configure an initialize this factory instance.
initialize(Comparator, Comparator[]) - Method in class cascading.tuple.util.TupleHasher
 
initializeNewJobsMap() - Method in class cascading.flow.BaseFlow
 
initSteps() - Method in class cascading.flow.BaseFlow
 
INNER - Static variable in class cascading.pipe.joiner.MixedJoin
Field INNER
InnerJoin - Class in cascading.pipe.joiner
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.joiner.InnerJoin
 
InnerJoin(Fields) - Constructor for class cascading.pipe.joiner.InnerJoin
 
InnerJoin.JoinIterator - Class in cascading.pipe.joiner
 
InnerJoin.JoinIterator(JoinerClosure) - Constructor for class cascading.pipe.joiner.InnerJoin.JoinIterator
 
inputStream - Variable in class cascading.tuple.io.TupleInputStream
Field inputStream
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.planner.ElementGraph
 
insertTempTapAfter(ElementGraph, Pipe) - Method in class cascading.flow.planner.FlowPlanner
Method insertTapAfter ...
INTEGER - Static variable in class cascading.tuple.coerce.Coercions
 
INTEGER_OBJECT - Static variable in class cascading.tuple.coerce.Coercions
 
IntegerCoerce - Class in cascading.tuple.coerce
 
IntegerCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.IntegerCoerce
 
IntegerObjectCoerce - Class in cascading.tuple.coerce
 
IntegerObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.IntegerObjectCoerce
 
INTERMEDIATE_SCHEME_CLASS - Static variable in class cascading.flow.FlowConnectorProps
 
internalBlockOnStop() - Method in class cascading.flow.planner.FlowStepJob
 
internalClean(boolean) - Method in class cascading.flow.BaseFlow
 
internalIsStarted() - Method in class cascading.flow.planner.FlowStepJob
 
internalJobId() - Method in class cascading.flow.planner.FlowStepJob
 
internalNonBlockingIsComplete() - Method in class cascading.flow.planner.FlowStepJob
 
internalNonBlockingIsSuccessful() - Method in class cascading.flow.planner.FlowStepJob
 
internalNonBlockingStart() - Method in class cascading.flow.planner.FlowStepJob
 
internalSet(int, Object) - Method in class cascading.tuple.Tuple
 
internalShutdown() - Method in class cascading.flow.BaseFlow
 
internalStart() - Method in class cascading.flow.BaseFlow
 
internalStopAllJobs() - Method in class cascading.flow.BaseFlow
 
invokeAggregator(Aggregator, Tuple[], Fields) - Static method in class cascading.CascadingTestCase
 
invokeAggregator(Aggregator, TupleEntry[], Fields) - Static method in class cascading.CascadingTestCase
 
invokeAggregator(Aggregator, TupleEntry, TupleEntry[], Fields) - Static method in class cascading.CascadingTestCase
 
invokeBuffer(Buffer, Tuple[], Fields) - Static method in class cascading.CascadingTestCase
 
invokeBuffer(Buffer, TupleEntry[], Fields) - Static method in class cascading.CascadingTestCase
 
invokeBuffer(Buffer, TupleEntry, TupleEntry[], Fields) - Static method in class cascading.CascadingTestCase
 
invokeFilter(Filter, Tuple) - Static method in class cascading.CascadingTestCase
 
invokeFilter(Filter, TupleEntry) - Static method in class cascading.CascadingTestCase
 
invokeFilter(Filter, Tuple[]) - Static method in class cascading.CascadingTestCase
 
invokeFilter(Filter, TupleEntry[]) - Static method in class cascading.CascadingTestCase
 
invokeFunction(Function, Tuple, Fields) - Static method in class cascading.CascadingTestCase
 
invokeFunction(Function, TupleEntry, Fields) - Static method in class cascading.CascadingTestCase
 
invokeFunction(Function, Tuple[], Fields) - Static method in class cascading.CascadingTestCase
 
invokeFunction(Function, TupleEntry[], Fields) - Static method in class cascading.CascadingTestCase
 
invokeInstanceMethod(Object, String, Object[], Class[]) - Static method in class cascading.util.Util
 
invokeStaticMethod(String, String, Object[], Class[]) - Static method in class cascading.util.Util
 
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.
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.
isBlockingStreamed() - Method in class cascading.flow.stream.MemoryCoGroupGate
 
isBlockingStreamed() - Method in class cascading.flow.stream.MemoryHashJoinGate
 
isBlockingStreamed() - Method in class cascading.flow.stream.MemorySpliceGate
 
isBothAccumulatedAndStreamedPath(Map<Integer, Integer>) - Static method in class cascading.flow.planner.ElementGraphs
 
isBuffer() - Method in class cascading.pipe.Every
Method isBuffer returns true if this Every instance holds a Buffer operation.
isCoGroup() - Method in interface cascading.pipe.Group
 
isCoGroup() - Method in class cascading.pipe.Splice
 
isCompleted(UnitOfWork) - Method in class cascading.management.UnitOfWorkExecutorStrategy
 
isCompleted(UnitOfWork) - Method in interface cascading.management.UnitOfWorkSpawnStrategy
 
isCompressSpill() - Method in class cascading.tuple.collect.SpillableProps
 
isCounterStatusInitialized() - Method in class cascading.flow.FlowProcess
Method isCounterStatusInitialized returns true if it is safe to increment a counter or set a status.
isCounterStatusInitialized() - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
isCounterStatusInitialized() - Method in class cascading.flow.FlowProcessWrapper
 
isDebugEnabled() - Method in class cascading.flow.planner.BaseFlowStep
 
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(Config) - Method in interface cascading.tap.type.FileType
Method isDirectory returns true if the underlying resource represents a directory or folder instead of an individual file.
isEach() - Method in class cascading.flow.planner.Scope
Method isEach returns true if this Scope object represents an Each.
isEmpty(int) - Method in class cascading.flow.stream.MemoryCoGroupClosure
 
isEmpty(int) - Method in class cascading.pipe.joiner.JoinerClosure
 
isEmpty() - Method in class cascading.property.ConfigDef
Returns true if there are no properties.
isEmpty() - Method in class cascading.tuple.collect.SpillableTupleList
 
isEmpty() - Method in class cascading.tuple.Tuple
Method isEmpty returns true if this Tuple instance has no values.
isEmpty() - Method in class cascading.tuple.TupleListCollector
Method isEmpty returns true if this collection is empty.
isEmpty(String) - Static method in class cascading.util.Util
 
isEnabled() - Method in class cascading.management.CascadingServices.NullDocumentService
 
isEnabled() - Method in class cascading.management.CascadingServices.NullMetricsService
 
isEnabled() - Method in class cascading.management.state.BaseState
 
isEnabled() - Method in interface cascading.provider.CascadingService
Returns true if this service has been enabled.
isEngaged() - Method in class cascading.stats.CascadingStats
Method isEngaged returns true when there is work being executed, if CascadingStats.isStarted(), CascadingStats.isSubmitted(), or CascadingStats.isRunning() returns true;
isEquivalentTo(FlowElement) - Method in interface cascading.flow.FlowElement
 
isEquivalentTo(FlowElement) - Method in class cascading.pipe.Operator
 
isEquivalentTo(FlowElement) - Method in class cascading.pipe.Pipe
 
isEquivalentTo(FlowElement) - Method in class cascading.pipe.Splice
 
isEquivalentTo(FlowElement) - Method in class cascading.tap.Tap
 
isEvery() - Method in class cascading.flow.planner.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.
isFailOnClose() - Method in class cascading.tap.partition.PartitionTapProps
 
isFilter() - Method in class cascading.pipe.Each
 
isFinished() - Method in class cascading.stats.CascadingStats
Method isFinished returns true if the current status shows no work currently being executed, if CascadingStats.isSkipped(), CascadingStats.isSuccessful(), CascadingStats.isFailed(), or CascadingStats.isStopped() returns true.
isFunction() - Method in class cascading.pipe.Each
 
isGroup() - Method in class cascading.flow.planner.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.
isGroupAssertion() - Method in class cascading.pipe.Every
 
isGroupBy() - Method in interface cascading.pipe.Group
 
isGroupBy() - Method in class cascading.pipe.Splice
Method isGroupBy returns true if this Splice instance will perform a GroupBy operation.
isInfoEnabled() - Method in class cascading.flow.planner.BaseFlowStep
 
isJoin() - Method in class cascading.pipe.Splice
 
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.
isMatchEachElement() - Method in class cascading.operation.regex.RegexFilter
 
isMerge() - Method in class cascading.pipe.Splice
 
isNegateMatch() - Method in class cascading.operation.regex.RegexMatcher
 
isNone() - Method in class cascading.tuple.Fields
Method isNone returns returns true if this instance is the Fields.NONE field set.
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.
isNull(Comparator[]) - Static method in class cascading.tuple.util.TupleHasher
 
isOnlyAccumulatedPath(Map<Integer, Integer>) - Static method in class cascading.flow.planner.ElementGraphs
 
isOnlyStreamedPath(Map<Integer, Integer>) - Static method in class cascading.flow.planner.ElementGraphs
 
isOrdered() - Method in class cascading.tuple.Fields
Method isOrdered returns true if this instance is ordered.
isOuter(int) - Method in class cascading.pipe.joiner.LeftJoin.JoinIterator
 
isOuter(int) - Method in class cascading.pipe.joiner.MixedJoin.JoinIterator
 
isOuter(int) - Method in class cascading.pipe.joiner.OuterJoin.JoinIterator
 
isOuter(int) - Method in class cascading.pipe.joiner.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 been submitted.
isPreserveTemporaryFiles() - Method in class cascading.flow.FlowProps
 
isPrintFields() - Method in class cascading.operation.Debug
 
isRemoteExecution() - Method in class cascading.flow.planner.FlowStepJob
 
isRemove(FlowProcess, FilterCall<Long>) - Method in class cascading.operation.Debug
 
isRemove(FlowProcess, FilterCall<ScriptOperation.Context>) - Method in class cascading.operation.expression.ExpressionFilter
 
isRemove(FlowProcess, FilterCall<ScriptOperation.Context>) - Method in class cascading.operation.expression.ScriptFilter
 
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<Context>) - 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<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.
isReplaceAll() - Method in class cascading.operation.regex.RegexReplace
 
isResults() - Method in class cascading.tuple.Fields
Method isResults returns true if this instance is the Fields.RESULTS field set.
isRetainValues() - Method in interface cascading.operation.BufferCall
Returns true if non-grouping fields will not be nulled after the argumentsIterator is completed.
isRetainValues() - Method in class cascading.operation.ConcreteCall
 
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.
isSelfJoin() - Method in class cascading.pipe.joiner.JoinerClosure
 
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.BaseFlow
 
isSkipFlow() - Method in interface cascading.flow.Flow
Method isSkipFlow returns true if the parent Cascade should skip this Flow instance.
isSkipFlowStep() - Method in class cascading.flow.planner.FlowStepJob
 
isSkipped() - Method in class cascading.stats.CascadingStats
Method isSkipped returns true when the works was skipped.
isSorted() - Method in interface cascading.pipe.Group
 
isSorted() - Method in class cascading.pipe.Splice
Method isSorted returns true if this Splice instance is sorting values other than the group fields.
isSortReversed() - Method in interface cascading.pipe.Group
 
isSortReversed() - Method in class cascading.pipe.Splice
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.
isStarted() - Method in class cascading.flow.planner.FlowStepJob
Method wasStarted returns true if this job was started
isStarted() - Method in class cascading.stats.CascadingStats
Method isStarted returns true when work has started.
isStopJobsOnExit() - Method in class cascading.flow.BaseFlow
 
isStopJobsOnExit() - Method in interface cascading.flow.Flow
Method isStopJobsOnExit returns the stopJobsOnExit of this Flow object.
isStopJobsOnExit() - Method in class cascading.flow.FlowProps
 
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.
isSubmitted() - Method in class cascading.stats.CascadingStats
Method isSubmitted returns true if no work has started.
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.planner.FlowStepJob
Method isSuccessful returns true if this step completed successfully or was skipped.
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.planner.Scope
Method isTap returns true if this Scope object represents a Tap.
isTemporary() - Method in class cascading.tap.Tap
Method isTemporary returns true if this Tap is temporary (used for intermediate results).
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 resource represented by this instance should be updated if it already exists.
isValueAssertion() - Method in class cascading.pipe.Each
 
isValues() - Method in class cascading.tuple.Fields
Method isValues returns true if this instance is the Fields.VALUES field set.
iterator() - Method in class cascading.tuple.collect.SpillableTupleList
 
iterator() - Method in class cascading.tuple.Fields
Method iterator return an unmodifiable iterator of field values.
iterator() - Method in class cascading.tuple.Tuple
Method iterator returns an Iterator over this Tuple instances values.
iterator() - Method in class cascading.tuple.TupleListCollector
Method iterator returns an iterator for this collection.

J

jarClass - Variable in class cascading.property.AppProps
 
jarPath - Variable in class cascading.property.AppProps
 
JOB_POLLING_INTERVAL - Static variable in class cascading.flow.FlowProps
 
join(Fields...) - Static method in class cascading.tuple.Fields
Method join joins all given Fields instances into a new Fields instance.
join(boolean, Fields...) - Static method in class cascading.tuple.Fields
 
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(Object[], String, boolean, int) - Static method in class cascading.util.Util
 
join(Object[], String, boolean, int, int) - Static method in class cascading.util.Util
 
join(Iterable, 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.joiner
Interface Joiner allows for custom join strategies against a CoGroup.
joinerClosure - Variable in class cascading.flow.stream.Grouping
 
JoinerClosure - Class in cascading.pipe.joiner
Class JoinerClosure wraps all incoming tuple streams with iterator instances allowing for just join implementations.
JoinerClosure(FlowProcess, Fields[], Fields[]) - Constructor for class cascading.pipe.joiner.JoinerClosure
 
joinFields - Variable in class cascading.pipe.joiner.JoinerClosure
 
joinFirstLine(Iterable, Appendable) - Method in class cascading.scheme.util.DelimitedParser
 
joinIterator - Variable in class cascading.flow.stream.Grouping
 
joinLine(Iterable, Appendable) - Method in class cascading.scheme.util.DelimitedParser
 
joinNoQuote(Iterable, Appendable) - Method in class cascading.scheme.util.DelimitedParser
 
JoinStage - Class in cascading.flow.stream
 
JoinStage(FlowProcess, HashJoin) - Constructor for class cascading.flow.stream.JoinStage
 
joinWithQuote(Iterable, Appendable) - Method in class cascading.scheme.util.DelimitedParser
 

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.FlowProcess.NullFlowProcess
 
keepAlive() - Method in class cascading.flow.FlowProcessWrapper
 
keepParentOnDelete - Variable in class cascading.tap.BaseTemplateTap
Field keepParentOnDelete
keepParentOnDelete - Variable in class cascading.tap.partition.BasePartitionTap
Field keepParentOnDelete
key - Variable in class cascading.flow.stream.Grouping
 
keyBuilder - Variable in class cascading.flow.stream.SpliceGate
 
keyEntry - Variable in class cascading.flow.stream.SpliceGate
 
keyFields - Variable in class cascading.flow.stream.SpliceGate
 
keyFieldsMap - Variable in class cascading.pipe.Splice
Field groupFieldsMap
keys - Variable in class cascading.flow.stream.MemorySpliceGate
 
keyValues - Variable in class cascading.flow.stream.MemorySpliceGate
 

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
latch - Variable in class cascading.flow.stream.MemoryHashJoinGate
 
leave(int[]) - Method in class cascading.tuple.Tuple
Method is the inverse of Tuple.remove(int[]).
LeftJoin - Class in cascading.pipe.joiner
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.joiner.LeftJoin
 
LeftJoin(Fields) - Constructor for class cascading.pipe.joiner.LeftJoin
 
LeftJoin.JoinIterator - Class in cascading.pipe.joiner
 
LeftJoin.JoinIterator(JoinerClosure) - Constructor for class cascading.pipe.joiner.LeftJoin.JoinIterator
 
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
 
LIST_THRESHOLD - Static variable in class cascading.tuple.collect.SpillableProps
Number of tuples to hold in memory before spilling them to disk.
loadFactoryFrom(FlowProcess, String, Class<Factory>) - Method in class cascading.provider.FactoryLoader
 
loadServiceFrom(Properties, Map<Object, Object>, String) - Method in class cascading.provider.ServiceLoader
 
loadSingletonServiceFrom(Properties, Map<Object, Object>, String) - Method in class cascading.provider.ServiceLoader
 
loadVersionProperties() - Static method in class cascading.util.Version
 
locale - Variable in class cascading.operation.text.DateOperation
Field locale
locale - Variable in class cascading.tuple.type.DateType
Field locale
logDebug(String) - Method in class cascading.flow.planner.BaseFlowStep
 
logError(String, Throwable) - Method in class cascading.flow.planner.BaseFlowStep
 
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.BaseFlow
 
logInfo(String) - Method in class cascading.flow.planner.BaseFlowStep
 
logWarn(String) - Method in class cascading.flow.planner.BaseFlowStep
 
logWarn(String, Throwable) - Method in class cascading.flow.planner.BaseFlowStep
 
LONG - Static variable in class cascading.tuple.coerce.Coercions
 
LONG_OBJECT - Static variable in class cascading.tuple.coerce.Coercions
 
LongCoerce - Class in cascading.tuple.coerce
 
LongCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.LongCoerce
 
LongObjectCoerce - Class in cascading.tuple.coerce
 
LongObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.LongObjectCoerce
 

M

makeOrdinal(int) - Method in class cascading.flow.stream.DuctGraph
 
makePath(String, String) - Static method in class cascading.util.Util
 
makePosMap(Map<Duct, Integer>) - Method in class cascading.flow.stream.SpliceGate
 
makeResult(Tuple, Tuple) - Method in class cascading.tuple.util.TupleBuilder
 
makeSeed() - Method in class cascading.operation.filter.Sample
 
makeStepGraph(String, ElementGraph) - Method in class cascading.flow.planner.FlowStepGraph
 
makeTapGraph() - Method in class cascading.flow.planner.ElementGraph
Method makeTapGraph returns a directed graph of all taps in the current element graph.
makeTempPath(String) - Static method in class cascading.util.Util
Deprecated. 
makeTempTap(String) - Method in class cascading.flow.planner.FlowPlanner
 
makeTempTap(String, String) - Method in class cascading.flow.planner.FlowPlanner
 
MAP_CAPACITY - Static variable in class cascading.tuple.collect.SpillableProps
The initial hash map capacity.
MAP_CAPACITY - Static variable in class cascading.tuple.collect.SpillableTupleMap
Deprecated. 
MAP_LOADFACTOR - Static variable in class cascading.tuple.collect.SpillableProps
The initial hash map load factor.
MAP_LOADFACTOR - Static variable in class cascading.tuple.collect.SpillableTupleMap
Deprecated. 
MAP_THRESHOLD - Static variable in class cascading.tuple.collect.SpillableProps
The total number of tuple values (not keys) to attempt to keep in memory.
MAP_THRESHOLD - Static variable in class cascading.tuple.collect.SpillableTupleMap
Deprecated. 
Mapping - Interface in cascading.flow.stream
 
markFailed(Throwable) - Method in class cascading.stats.CascadingStats
Method markFailed sets the status to CascadingStats.Status.FAILED.
markPending() - Method in class cascading.stats.CascadingStats
Method markPending sets the status to CascadingStats.Status.PENDING.
markPendingTime() - Method in class cascading.stats.CascadingStats
 
markRunning() - Method in class cascading.stats.CascadingStats
Method markRunning sets the status to CascadingStats.Status.RUNNING.
markRunTime() - Method in class cascading.stats.CascadingStats
 
markSkipped() - Method in class cascading.stats.CascadingStats
Method markSkipped sets the status to CascadingStats.Status.SKIPPED.
markStarted() - Method in class cascading.stats.CascadingStats
Method markStarted sets the status to CascadingStats.Status.STARTED.
markStartedThenRunning() - Method in class cascading.stats.CascadingStats
Method markStartedThenRunning consecutively marks the status as CascadingStats.Status.STARTED then CascadingStats.Status.RUNNING and forces the start and running time to be equals.
markStartTime() - Method in class cascading.stats.CascadingStats
 
markStartToRunTime() - Method in class cascading.stats.CascadingStats
 
markStopped() - Method in class cascading.stats.CascadingStats
Method markStopped sets the status to CascadingStats.Status.STOPPED.
markSubmitted() - Method in class cascading.stats.CascadingStats
Method markSubmitted sets the status to CascadingStats.Status.SUBMITTED.
markSubmitTime() - Method in class cascading.stats.CascadingStats
 
markSuccessful() - Method in class cascading.stats.CascadingStats
Method markSuccessful sets the status to CascadingStats.Status.SUCCESSFUL.
mask(Fields, Fields) - Static method in class cascading.tuple.Fields
 
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
Deprecated. 
Max() - Constructor for class cascading.operation.aggregator.Max
Deprecated. Constructs a new instance that returns the maximum value encountered in the field name "max".
Max(Fields) - Constructor for class cascading.operation.aggregator.Max
Deprecated. Constructs a new instance that returns the maximum value encountered in the given fieldDeclaration field name.
Max(Fields, Object...) - Constructor for class cascading.operation.aggregator.Max
Deprecated. Constructs a new instance that returns the maximum value encountered in the given fieldDeclaration field name.
MAX_CONCURRENT_FLOWS - Static variable in class cascading.cascade.CascadeProps
 
MAX_CONCURRENT_STEPS - Static variable in class cascading.flow.FlowProps
 
MaxBy - Class in cascading.pipe.assembly
Class MaxBy is used to find the maximum value in a grouping.
MaxBy(Fields, Fields) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy(Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy(Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy(String, Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy(String, Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy(Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy(Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy(String, Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy(String, Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.MaxBy
Constructor MaxBy creates a new MaxBy instance.
MaxBy.MaxPartials - Class in cascading.pipe.assembly
 
MaxBy.MaxPartials(Fields) - Constructor for class cascading.pipe.assembly.MaxBy.MaxPartials
 
MaxValue - Class in cascading.operation.aggregator
Class MaxValue is an Aggregator that returns the maximum value encountered in the current group.
MaxValue() - Constructor for class cascading.operation.aggregator.MaxValue
Constructs a new instance that returns the maximum value encountered in the field name "max".
MaxValue(Fields) - Constructor for class cascading.operation.aggregator.MaxValue
Constructs a new instance that returns the maximum value encountered in the given fieldDeclaration field name.
MaxValue(Fields, Object...) - Constructor for class cascading.operation.aggregator.MaxValue
Constructs a new instance that returns the maximum value encountered in the given fieldDeclaration field name.
MemoryCoGroupClosure - Class in cascading.flow.stream
 
MemoryCoGroupClosure(FlowProcess, int, Fields[], Fields[]) - Constructor for class cascading.flow.stream.MemoryCoGroupClosure
 
MemoryCoGroupGate - Class in cascading.flow.stream
 
MemoryCoGroupGate(FlowProcess, Splice) - Constructor for class cascading.flow.stream.MemoryCoGroupGate
 
MemoryHashJoinGate - Class in cascading.flow.stream
 
MemoryHashJoinGate(FlowProcess, HashJoin) - Constructor for class cascading.flow.stream.MemoryHashJoinGate
 
MemorySpliceGate - Class in cascading.flow.stream
 
MemorySpliceGate(FlowProcess, Splice) - Constructor for class cascading.flow.stream.MemorySpliceGate
 
MemorySpliceGate.DelegatedTuple - Class in cascading.flow.stream
 
MemorySpliceGate.DelegatedTuple(Tuple) - Constructor for class cascading.flow.stream.MemorySpliceGate.DelegatedTuple
 
Merge - Class in cascading.pipe
The Merge Pipe allows for multiple branches, with the same fields to be spliced back into a single stream.
Merge(Pipe...) - Constructor for class cascading.pipe.Merge
Constructor Merge creates a new Merge instance.
Merge(String, Pipe...) - Constructor for class cascading.pipe.Merge
Constructor Merge creates a new Merge instance.
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.
merge(Fields[]) - Static method in class cascading.tuple.util.TupleHasher
 
mergeMapIntoConfig(Config, Map<String, String>) - Method in class cascading.flow.FlowProcess
 
mergeMapIntoConfig(Object, Map<String, String>) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
mergeMapIntoConfig(Config, Map<String, String>) - Method in class cascading.flow.FlowProcessWrapper
 
MergeStage - Class in cascading.flow.stream
 
MergeStage(FlowProcess, FlowElement) - Constructor for class cascading.flow.stream.MergeStage
 
METRICS_SERVICE_CLASS_PROPERTY - Static variable in interface cascading.management.MetricsService
 
MetricsService - Interface in cascading.management
Interface MetricsService provides fine grained hooks for managing various metrics.
Min - Class in cascading.operation.aggregator
Deprecated. 
Min() - Constructor for class cascading.operation.aggregator.Min
Deprecated. Constructs a new instance that returns the Min value encountered in the field name "min".
Min(Fields) - Constructor for class cascading.operation.aggregator.Min
Deprecated. Constructs a new instance that returns the minimum value encountered in the given fieldDeclaration field name.
Min(Fields, Object...) - Constructor for class cascading.operation.aggregator.Min
Deprecated. Constructs a new instance that returns the minimum value encountered in the given fieldDeclaration field name.
MinBy - Class in cascading.pipe.assembly
Class MinBy is used to find the minimum value in a grouping.
MinBy(Fields, Fields) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy(Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy(Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy(String, Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy(String, Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy(Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy(Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy(String, Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy(String, Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.MinBy
Constructor MinBy creates a new MinBy instance.
MinBy.MinPartials - Class in cascading.pipe.assembly
 
MinBy.MinPartials(Fields) - Constructor for class cascading.pipe.assembly.MinBy.MinPartials
Constructor MinPartials creates a new MinPartials instance.
MinValue - Class in cascading.operation.aggregator
Class Min is an Aggregator that returns the minimum value encountered in the current group.
MinValue() - Constructor for class cascading.operation.aggregator.MinValue
Constructs a new instance that returns the Min value encountered in the field name "min".
MinValue(Fields) - Constructor for class cascading.operation.aggregator.MinValue
Constructs a new instance that returns the minimum value encountered in the given fieldDeclaration field name.
MinValue(Fields, Object...) - Constructor for class cascading.operation.aggregator.MinValue
Constructs a new instance that returns the minimum value encountered in the given fieldDeclaration field name.
MixedJoin - Class in cascading.pipe.joiner
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.joiner.MixedJoin
Constructor MixedJoin creates a new MixedJoin instance.
MixedJoin(Fields, boolean[]) - Constructor for class cascading.pipe.joiner.MixedJoin
 
MixedJoin.JoinIterator - Class in cascading.pipe.joiner
 
MixedJoin.JoinIterator(JoinerClosure) - Constructor for class cascading.pipe.joiner.MixedJoin.JoinIterator
 
MultiSinkTap<Child extends Tap,Config,Output> - Class in cascading.tap
Class MultiSinkTap is both a CompositeTap and SinkTap that can write to multiple child Tap instances simultaneously.
MultiSinkTap(Child...) - Constructor for class cascading.tap.MultiSinkTap
Constructor MultiSinkTap creates a new MultiSinkTap instance.
MultiSourceTap<Child extends Tap,Config,Input> - Class in cascading.tap
Class MultiSourceTap is used to tie multiple Tap instances into a single resource.
MultiSourceTap(Scheme<Config, Input, ?, ?, ?>) - Constructor for class cascading.tap.MultiSourceTap
 
MultiSourceTap(Child...) - Constructor for class cascading.tap.MultiSourceTap
Constructor MultiSourceTap creates a new MultiSourceTap instance.

N

name - Variable in class cascading.flow.planner.PlatformInfo
 
name - Variable in class cascading.pipe.Pipe
Field name
name - Variable in class cascading.property.AppProps
 
name - Variable in class cascading.property.UnitOfWorkDef
 
named(String, Pipe...) - Static method in class cascading.pipe.Pipe
 
names(Pipe...) - Static method in class cascading.pipe.Pipe
Convenience method for finding all Pipe names in an assembly.
names(Comparable...) - Static method in class cascading.tuple.Fields
 
negateMatch - Variable in class cascading.operation.regex.RegexMatcher
Field removeMatch
newConfig(Config) - Method in class cascading.flow.BaseFlow
 
newInstance(String) - Method in class cascading.flow.FlowProcess
Method newInstance creates a new object instance from the given className argument delegating to any platform specific instantiation and configuration routines.
newInstance(String) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
newInstance(String) - Method in class cascading.flow.FlowProcessWrapper
 
next - Variable in class cascading.flow.stream.Duct
 
next() - Method in class cascading.pipe.joiner.InnerJoin.JoinIterator
 
next() - Method in class cascading.tap.partition.PartitionTupleEntryIterator
 
next() - Method in class cascading.tuple.TupleEntryChainIterator
Method next returns the next TupleEntry.
next() - Method in class cascading.tuple.TupleEntryIterableChainIterator
Method next returns the next TupleEntry.
next() - Method in class cascading.tuple.TupleEntrySchemeIterator
 
next() - Method in class cascading.util.ForeverValueIterator
 
next() - Method in class cascading.util.SingleValueIterator
 
NONE - Static variable in class cascading.tuple.Fields
Field NONE represents a wildcard for no fields
NoOp - Class in cascading.operation
Class NoOp does nothing.
NoOp() - Constructor for class cascading.operation.NoOp
Constructor NoOp creates a new NoOp instance that will ignore the argument values and return no output.
normalizeUrl(String) - Static method in class cascading.util.Util
This method 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.
notifyReadSpillBegin(Spillable) - Method in interface cascading.tuple.collect.Spillable.SpillListener
 
notifyWriteSpillBegin(Spillable, int, String) - Method in interface cascading.tuple.collect.Spillable.SpillListener
 
notifyWriteSpillEnd(SpillableTupleList, long) - Method in interface cascading.tuple.collect.Spillable.SpillListener
 
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 implementation of FlowSession.
NULL - Static variable in class cascading.management.state.ClientState
 
NULL - Static variable in interface cascading.tuple.collect.Spillable.SpillListener
 
NULL - Static variable in class cascading.tuple.Tuple
A constant empty Tuple instance.
NULL - Static variable in class cascading.tuple.TupleEntry
An EMPTY TupleEntry instance for use as a stand in instead of a null.
nulledCopy(TupleEntry, Fields) - Static method in class cascading.tuple.Tuples
 
nulledCopy(Fields, Tuple, Fields) - Static method in class cascading.tuple.Tuples
 
NullNotEquivalentComparator - Class in cascading.util
Class NullNotEquivalentComparator simply returns -1 if the lhs is null, 1 if the rhs is null, or the result of lhs.compareTo(rhs).
NullNotEquivalentComparator() - Constructor for class cascading.util.NullNotEquivalentComparator
 
nullsAreNotEqual - Variable in class cascading.flow.stream.MemorySpliceGate
 
NullScheme<Config,Input,Output,SourceContext,SinkContext> - Class in cascading.scheme
Class NullScheme is a Scheme that neither reads or writes any values.
NullScheme() - Constructor for class cascading.scheme.NullScheme
 
NullScheme(Fields, Fields) - Constructor for class cascading.scheme.NullScheme
 
numArgs - Variable in class cascading.operation.BaseOperation
Field numArgs
numIncomingPaths - Variable in class cascading.flow.stream.MemorySpliceGate
 
numJoins() - Method in class cascading.pipe.joiner.BufferJoin
 
numJoins() - Method in class cascading.pipe.joiner.InnerJoin
 
numJoins() - Method in interface cascading.pipe.joiner.Joiner
Returns the number of joins this instance can handle.
numJoins() - Method in class cascading.pipe.joiner.LeftJoin
 
numJoins() - Method in class cascading.pipe.joiner.MixedJoin
 
numJoins() - Method in class cascading.pipe.joiner.OuterJoin
 
numJoins() - Method in class cascading.pipe.joiner.RightJoin
 
numValues - Variable in class cascading.scheme.util.DelimitedParser
Field numValues

O

OBJECT - Static variable in class cascading.tuple.coerce.Coercions
 
ObjectCoerce - Class in cascading.tuple.coerce
 
ObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.ObjectCoerce
 
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(Cascade) - Method in interface cascading.cascade.CascadeListener
The onCompleted event is fired when a Cascade instance has completed all work whether if was success or failed.
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.
onlyParseLine(String) - Method in class cascading.scheme.util.DelimitedParser
 
onStarting(Cascade) - Method in interface cascading.cascade.CascadeListener
The onStarting event is fired when a Cascade instance receives the start() message.
onStarting(Flow) - Method in interface cascading.flow.FlowListener
The onStarting event is fired when a Flow instance receives the start() message.
onStepCompleted(FlowStep) - Method in interface cascading.flow.FlowStepListener
The onStepCompleted event is fired when a flowStepJob completed its work
onStepRunning(FlowStep) - Method in interface cascading.flow.FlowStepListener
The onStepRunning event is fired when a given FlowStep moves into the running state
onStepStarting(FlowStep) - Method in interface cascading.flow.FlowStepListener
The onStarting event is fired when a given FlowStep job has been submitted i.e.
onStepStopping(FlowStep) - Method in interface cascading.flow.FlowStepListener
The onStepStopping event is fired when a given FlowStep job is stopped
onStepThrowable(FlowStep, Throwable) - Method in interface cascading.flow.FlowStepListener
The onStepThrowable event is fired if a given FlowStep throws a Throwable type.
onStopping(Cascade) - Method in interface cascading.cascade.CascadeListener
The onStopping event is fired when a Cascade instance receives the stop() message.
onStopping(Flow) - Method in interface cascading.flow.FlowListener
The onStopping event is fired when a Flow instance receives the stop() message.
onThrowable(Cascade, Throwable) - Method in interface cascading.cascade.CascadeListener
The onThrowable event is fired if any child Flow throws a Throwable type.
onThrowable(Flow, Throwable) - Method in interface cascading.flow.FlowListener
The onThrowable event is fired if any child FlowStep throws a Throwable type.
OPEN_TAPS_THRESHOLD_DEFAULT - Static variable in class cascading.tap.BaseTemplateTap
Field OPEN_FILES_THRESHOLD_DEFAULT
OPEN_WRITES_THRESHOLD_DEFAULT - Static variable in class cascading.tap.partition.BasePartitionTap
Field OPEN_FILES_THRESHOLD_DEFAULT
OpenDuct<Incoming,Outgoing> - Class in cascading.flow.stream
 
OpenDuct(Duct<Outgoing, ?>) - Constructor for class cascading.flow.stream.OpenDuct
 
openForRead(FlowProcess<Config>, Input) - Method in class cascading.tap.MultiSourceTap
 
openForRead(FlowProcess<Config>, Input) - Method in class cascading.tap.partition.BasePartitionTap
 
openForRead(FlowProcess<Config>, Void) - Method in class cascading.tap.SinkTap
 
openForRead(FlowProcess<Config>, Input) - Method in class cascading.tap.Tap
Method openForRead opens the resource represented by this Tap instance for reading.
openForRead(FlowProcess<Config>) - Method in class cascading.tap.Tap
Method openForRead opens the resource represented by this Tap instance for reading.
openForWrite(FlowProcess<Config>, Output) - Method in class cascading.tap.BaseTemplateTap
 
openForWrite(FlowProcess<Config>, Output) - Method in class cascading.tap.MultiSinkTap
 
openForWrite(FlowProcess<Config>, Output) - Method in class cascading.tap.partition.BasePartitionTap
 
openForWrite(FlowProcess<Config>, Void) - Method in class cascading.tap.SourceTap
 
openForWrite(FlowProcess<Config>, Output) - Method in class cascading.tap.Tap
Method openForWrite opens the resource represented by this Tap instance for writing.
openForWrite(FlowProcess<Config>) - Method in class cascading.tap.Tap
Method openForWrite opens the resource represented by this Tap instance for writing.
OpenReducingDuct<Incoming,Outgoing> - Class in cascading.flow.stream
 
OpenReducingDuct(Duct<Outgoing, ?>) - Constructor for class cascading.flow.stream.OpenReducingDuct
 
openSink() - Method in class cascading.flow.BaseFlow
 
openSink(String) - Method in class cascading.flow.BaseFlow
 
openSink() - Method in interface cascading.flow.Flow
Method openSink opens the first sink Tap.
openSink(String) - Method in interface cascading.flow.Flow
Method openSink opens the named sink Tap.
openSource() - Method in class cascading.flow.BaseFlow
 
openSource(String) - Method in class cascading.flow.BaseFlow
 
openSource() - Method in interface cascading.flow.Flow
Method openSource opens the first source Tap.
openSource(String) - Method in interface cascading.flow.Flow
Method openSource opens the named source Tap.
openSystemIntermediateForWrite() - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
openSystemIntermediateForWrite() - Method in class cascading.flow.FlowProcess
 
openSystemIntermediateForWrite() - Method in class cascading.flow.FlowProcessWrapper
 
openTapForRead(Tap) - Method in class cascading.flow.BaseFlow
 
openTapForRead(Tap) - Method in interface cascading.flow.Flow
Method openTapForRead return a TupleEntryIterator for the given Tap instance.
openTapForRead(Tap) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
openTapForRead(Tap) - Method in class cascading.flow.FlowProcess
Method openTapForRead return a TupleEntryIterator for the given Tap instance.
openTapForRead(Tap) - Method in class cascading.flow.FlowProcessWrapper
 
openTapForWrite(Tap) - Method in class cascading.flow.BaseFlow
 
openTapForWrite(Tap) - Method in interface cascading.flow.Flow
Method openTapForWrite returns a (@link TupleCollector} for the given Tap instance.
openTapForWrite(Tap) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
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.FlowProcessWrapper
 
openTapsThreshold - Variable in class cascading.tap.BaseTemplateTap
Field openTapsThreshold
openTrap() - Method in class cascading.flow.BaseFlow
 
openTrap(String) - Method in class cascading.flow.BaseFlow
 
openTrap() - Method in interface cascading.flow.Flow
Method openTrap opens the first trap Tap.
openTrap(String) - Method in interface cascading.flow.Flow
Method openTrap opens the named trap Tap.
openTrapForWrite(Tap) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
openTrapForWrite(Tap) - Method in class cascading.flow.FlowProcess
Method openTrapForWrite returns a (@link TupleCollector} for the given Tap instance.
openTrapForWrite(Tap) - Method in class cascading.flow.FlowProcessWrapper
 
OpenWindow - Interface in cascading.flow.stream
 
openWritesThreshold - Variable in class cascading.tap.partition.BasePartitionTap
Field openTapsThreshold
operate(FlowProcess, BufferCall) - Method in class cascading.operation.buffer.FirstNBuffer
 
operate(FlowProcess, BufferCall<Context>) - Method in interface cascading.operation.Buffer
Method operate is called once for each grouping.
operate(FlowProcess, FunctionCall<ScriptOperation.Context>) - Method in class cascading.operation.expression.ExpressionFunction
 
operate(FlowProcess, FunctionCall<ScriptOperation.Context>) - Method in class cascading.operation.expression.ScriptFunction
 
operate(FlowProcess, FunctionCall<ScriptOperation.Context>) - Method in class cascading.operation.expression.ScriptTupleFunction
 
operate(FlowProcess, FunctionCall<Context>) - 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<Identity.Functor>) - Method in class cascading.operation.Identity
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.Insert
 
operate(FlowProcess, FunctionCall) - Method in class cascading.operation.NoOp
 
operate(FlowProcess, FunctionCall<Pair<Matcher, Tuple>>) - Method in class cascading.operation.regex.RegexGenerator
 
operate(FlowProcess, FunctionCall<Pair<Matcher, Tuple>>) - Method in class cascading.operation.regex.RegexParser
 
operate(FlowProcess, FunctionCall<Pair<Matcher, Tuple>>) - Method in class cascading.operation.regex.RegexReplace
 
operate(FlowProcess, FunctionCall<Pair<Pattern, Tuple>>) - Method in class cascading.operation.regex.RegexSplitGenerator
 
operate(FlowProcess, FunctionCall<Pair<Pattern, Tuple>>) - Method in class cascading.operation.regex.RegexSplitter
 
operate(FlowProcess, FunctionCall<Pair<SimpleDateFormat, Tuple>>) - Method in class cascading.operation.text.DateFormatter
 
operate(FlowProcess, FunctionCall<Pair<SimpleDateFormat, Tuple>>) - Method in class cascading.operation.text.DateParser
 
operate(FlowProcess, FunctionCall<Tuple>) - Method in class cascading.operation.text.FieldFormatter
 
operate(FlowProcess, FunctionCall<Tuple>) - Method in class cascading.operation.text.FieldJoiner
 
operate(FlowProcess, FunctionCall<AggregateBy.CompositeFunction.Context>) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
operate() - Method in interface cascading.util.Util.RetryOperator
 
Operation<Context> - 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 - Variable in class cascading.flow.stream.OperatorStage
 
OperationCall<Context> - Interface in cascading.operation
 
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 Operator 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.
OperatorStage<Incoming> - Class in cascading.flow.stream
 
OperatorStage(FlowProcess, FlowElement) - Constructor for class cascading.flow.stream.OperatorStage
 
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.
orderDucts(StreamGraph) - Method in class cascading.flow.stream.SpliceGate
 
orderedPrevious - Variable in class cascading.flow.stream.SpliceGate
 
ordinalBetween(Duct, Duct) - Method in class cascading.flow.stream.StreamGraph
 
OUTER - Static variable in class cascading.pipe.joiner.MixedJoin
Field OUTER
OuterJoin - Class in cascading.pipe.joiner
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.joiner.OuterJoin
 
OuterJoin(Fields) - Constructor for class cascading.pipe.joiner.OuterJoin
 
OuterJoin.JoinIterator - Class in cascading.pipe.joiner
 
OuterJoin.JoinIterator(JoinerClosure) - Constructor for class cascading.pipe.joiner.OuterJoin.JoinIterator
 
outgoingBuilder - Variable in class cascading.flow.stream.OperatorStage
 
outgoingEntry - Variable in class cascading.flow.stream.OperatorStage
 
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.flow.planner.ElementGraph.Extent
 
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.Operator
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Pipe
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Splice
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.tap.Tap
 
outgoingScopes - Variable in class cascading.flow.stream.ElementStage
 
outgoingScopes - Variable in class cascading.flow.stream.SpliceGate
 
outgoingSelector - Variable in class cascading.flow.stream.OperatorStage
 
outputCollector - Variable in class cascading.flow.stream.OperatorStage
 
outputSelector - Variable in class cascading.pipe.Operator
Field outputSelector

P

Pair<Lhs,Rhs> - Class in cascading.util
 
Pair(Lhs, Rhs) - Constructor for class cascading.util.Pair
 
parameterNames - Variable in class cascading.operation.expression.ScriptOperation
Field parameterNames
parameterTypes - Variable in class cascading.operation.expression.ScriptOperation
Field parameterTypes
parent - Variable in class cascading.pipe.Pipe
Field parent
parent - Variable in class cascading.tap.BaseTemplateTap
Field parent
parent - Variable in class cascading.tap.partition.BasePartitionTap
Field parent
parse(String) - Static method in class cascading.tuple.Tuple
Deprecated.  
parseFirstLine(FlowProcess, Tap) - Method in class cascading.scheme.util.DelimitedParser
 
parseLine(String) - Method in class cascading.scheme.util.DelimitedParser
 
partition - Variable in class cascading.tap.partition.BasePartitionTap
Field partition
Partition - Interface in cascading.tap.partition
The Partition interface allows for custom partitioning mechanisms to be created with the BasePartitionTap sub-classes.
PartitionTapProps - Class in cascading.tap.partition
Class PartitionTapProps is a fluent helper class to set properties which control the behaviour of the BasePartitionTap.
PartitionTapProps() - Constructor for class cascading.tap.partition.PartitionTapProps
Constructs a new PartitionTapProps instance.
partitionTapProps() - Static method in class cascading.tap.partition.PartitionTapProps
 
PartitionTupleEntryIterator - Class in cascading.tap.partition
 
PartitionTupleEntryIterator(Fields, Partition, String, String, TupleEntrySchemeIterator) - Constructor for class cascading.tap.partition.PartitionTupleEntryIterator
 
PATH_DELIM - Static variable in class cascading.tap.partition.DelimitedPartition
 
pathContainsTap(GraphPath<FlowElement, Scope>) - Method in class cascading.flow.planner.FlowStepGraph
 
pathPositionInto(GraphPath<FlowElement, Scope>, Splice) - Static method in class cascading.flow.planner.ElementGraphs
 
pathTemplate - Variable in class cascading.tap.BaseTemplateTap
Field pathTemplate
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, CoGroup, Merge, HashJoin, and SubAssembly.
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<Context> - Interface in cascading.operation
Interface PlannedOperation is implemented 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.planner
Class PlannerException is thrown when a job planner fails.
PlannerException() - Constructor for exception cascading.flow.planner.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(Pipe, String) - Constructor for exception cascading.flow.planner.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(Pipe, String, Throwable) - Constructor for exception cascading.flow.planner.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(Pipe, String, Throwable, ElementGraph) - Constructor for exception cascading.flow.planner.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(String) - Constructor for exception cascading.flow.planner.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(String, Throwable) - Constructor for exception cascading.flow.planner.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(Throwable) - Constructor for exception cascading.flow.planner.PlannerException
Constructor PlannerException creates a new PlannerException instance.
PlannerException(String, Throwable, ElementGraph) - Constructor for exception cascading.flow.planner.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
PlatformInfo - Class in cascading.flow.planner
 
PlatformInfo(String, String, String) - Constructor for class cascading.flow.planner.PlatformInfo
 
pollingInterval - Variable in class cascading.flow.planner.FlowStepJob
Field pollingInterval
posMap - Variable in class cascading.flow.stream.MemorySpliceGate
 
predecessors - Variable in class cascading.flow.planner.FlowStepJob
Field predecessors
prepare() - Method in class cascading.cascade.Cascade
 
prepare() - Method in class cascading.flow.BaseFlow
 
prepare() - Method in interface 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.stream.Duct
 
prepare() - Method in class cascading.flow.stream.MemoryHashJoinGate
 
prepare() - Method in class cascading.flow.stream.MemorySpliceGate
 
prepare() - Method in class cascading.flow.stream.OperatorStage
 
prepare() - Method in class cascading.flow.stream.SinkStage
 
prepare() - Method in class cascading.flow.stream.StreamGraph
Calls prepare starting at the tail and working backwards
prepare() - Method in interface cascading.management.UnitOfWork
 
prepare(FlowProcess, OperationCall<Average.Context>) - Method in class cascading.operation.aggregator.Average
 
prepare(FlowProcess, OperationCall<Pair<Long[], Tuple>>) - Method in class cascading.operation.aggregator.Count
 
prepare(FlowProcess, OperationCall<Tuple[]>) - Method in class cascading.operation.aggregator.ExtentBase
 
prepare(FlowProcess, OperationCall<ExtremaBase.Context>) - Method in class cascading.operation.aggregator.ExtremaBase
Deprecated.  
prepare(FlowProcess, OperationCall<ExtremaValueBase.Context>) - Method in class cascading.operation.aggregator.ExtremaValueBase
 
prepare(FlowProcess, OperationCall<Pair<Double[], Tuple>>) - Method in class cascading.operation.aggregator.Sum
 
prepare(FlowProcess, OperationCall<AssertGroupBase.Context>) - Method in class cascading.operation.assertion.AssertGroupBase
 
prepare(FlowProcess, OperationCall<Context>) - 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<ScriptOperation.Context>) - Method in class cascading.operation.expression.ScriptOperation
 
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<Identity.Functor>) - Method in class cascading.operation.Identity
 
prepare(FlowProcess, OperationCall<Context>) - 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<Pair<Matcher, Tuple>>) - Method in class cascading.operation.regex.RegexGenerator
 
prepare(FlowProcess, OperationCall<Matcher>) - Method in class cascading.operation.regex.RegexMatcher
 
prepare(FlowProcess, OperationCall<Pair<Matcher, Tuple>>) - Method in class cascading.operation.regex.RegexParser
 
prepare(FlowProcess, OperationCall<Pair<Matcher, Tuple>>) - Method in class cascading.operation.regex.RegexReplace
 
prepare(FlowProcess, OperationCall<Pair<Pattern, Tuple>>) - Method in class cascading.operation.regex.RegexSplitGenerator
 
prepare(FlowProcess, OperationCall<Pair<Pattern, Tuple>>) - Method in class cascading.operation.regex.RegexSplitter
 
prepare(FlowProcess, OperationCall<Boolean>) - Method in class cascading.operation.state.Status
 
prepare(FlowProcess, OperationCall<Pair<SimpleDateFormat, Tuple>>) - Method in class cascading.operation.text.DateOperation
 
prepare(FlowProcess, OperationCall<Tuple>) - Method in class cascading.operation.text.FieldFormatter
 
prepare(FlowProcess, OperationCall<Tuple>) - Method in class cascading.operation.text.FieldJoiner
 
prepare(FlowProcess, OperationCall<AggregateBy.CompositeFunction.Context>) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
prepare(FlowProcess, OperationCall<AverageBy.AverageFinal.Context>) - Method in class cascading.pipe.assembly.AverageBy.AverageFinal
 
prepare(FlowProcess, OperationCall<LinkedHashMap<Tuple, Object>>) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
prepare() - Method in class cascading.stats.CascadingStats
Method prepare initializes this instance.
prepare() - Method in class cascading.tuple.TupleEntrySchemeCollector
Need to defer preparing the scheme till after the fields have been resolved
prepareField(int, String, Type) - Method in interface cascading.scheme.util.FieldTypeResolver
 
prepareFields(Iterable) - Method in class cascading.scheme.util.DelimitedParser
 
presentSinkFields(ElementGraph) - Method in class cascading.flow.BaseFlow
Present the current resolved fields for the Tap
presentSinkFields(FlowProcess<Config>, Tap, Fields) - Method in class cascading.scheme.Scheme
Method presentSinkFields is called after the planner is invoked and all fields are resolved.
presentSinkFields(FlowProcess<Config>, Fields) - Method in class cascading.tap.MultiSinkTap
 
presentSinkFields(FlowProcess<Config>, Fields) - Method in class cascading.tap.Tap
 
presentSinkFieldsInternal(Fields) - Method in class cascading.scheme.Scheme
 
presentSourceFields(ElementGraph) - Method in class cascading.flow.BaseFlow
Present the current resolved fields for the Tap
presentSourceFields(FlowProcess<Config>, Tap, Fields) - Method in class cascading.scheme.Scheme
Method presentSourceFields is called after the planner is invoked and all fields are resolved.
presentSourceFields(FlowProcess<Config>, Fields) - Method in class cascading.tap.Tap
 
presentSourceFieldsInternal(Fields) - Method in class cascading.scheme.Scheme
 
PRESERVE_TEMPORARY_FILES - Static variable in class cascading.flow.FlowProps
 
previous - Variable in class cascading.pipe.Pipe
Field previous
primitives - Static variable in class cascading.tuple.coerce.Coercions
 
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.io.IndexTuple
 
print() - Method in class cascading.tuple.io.TuplePair
 
print() - Method in class cascading.tuple.Tuple
Method print returns a parsable String representation of this Tuple instance.
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.util.Version
 
printElementGraph(String, SimpleDirectedGraph<String, BaseFlow.FlowHolder>) - Method in class cascading.cascade.Cascade
 
printElementGraph(String, SimpleDirectedGraph<FlowElement, Scope>) - Method in class cascading.flow.planner.ElementGraph
 
printElementGraph(String) - Method in class cascading.flow.planner.FlowStepGraph
 
printGraph(String, String, int) - Method in class cascading.flow.stream.StreamGraph
 
printGraph(String) - Method in class cascading.flow.stream.StreamGraph
 
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
 
printGraphError() - Method in class cascading.flow.stream.StreamGraph
 
printInternal(StringBuffer, Scope) - Method in class cascading.pipe.Operator
 
printInternal(StringBuffer, Scope) - Method in class cascading.pipe.Pipe
 
printInternal(StringBuffer, Scope) - Method in class cascading.pipe.Splice
 
printMatrix(PrintStream, SimpleDirectedGraph<FlowElement, Scope>) - Static method in class cascading.util.Util
 
printOperationInternal(Operation, StringBuffer, Scope) - Static method in class cascading.operation.BaseOperation
 
printTo(StringBuffer) - Method in class cascading.tuple.io.IndexTuple
 
printTo(StringBuffer) - Method in class cascading.tuple.Tuple
 
printVerbose() - Method in class cascading.tuple.Fields
Method printLong returns a String representation of this instance along with the size.
priority() - Method in class cascading.util.ShutdownUtil.Hook
 
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.FlowConnector
Field properties
properties - Variable in class cascading.flow.planner.FlowPlanner
Field properties
PropertyUtil - Class in cascading.property
Class PropertyUtil is a static helper class for handling properties.
PropertyUtil() - Constructor for class cascading.property.PropertyUtil
 
Props - Class in cascading.property
Class Props is the base class for frameworks specific properties helper classes.
Props() - Constructor for class cascading.property.Props
 
ProviderLoader<Provider> - Class in cascading.provider
Class ProviderLoader is the base class for loading various "provider" types.
ProviderLoader() - Constructor for class cascading.provider.ProviderLoader
 
ProviderLoader(String[], URL) - Constructor for class cascading.provider.ProviderLoader
 
put(String, Object) - Method in class cascading.management.CascadingServices.NullDocumentService
 
put(String, String, Object) - Method in class cascading.management.CascadingServices.NullDocumentService
 
put(String, Object) - Method in interface cascading.management.DocumentService
 
put(String, String, Object) - Method in interface cascading.management.DocumentService
 
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.

Q

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

R

read(int, DataInputStream) - Method in interface cascading.tuple.io.TupleInputStream.ElementReader
 
readIndexTuple() - Method in class cascading.tuple.io.TupleInputStream
 
readIndexTuple(IndexTuple) - Method in class cascading.tuple.io.TupleInputStream
 
readToken() - Method in class cascading.tuple.io.TupleInputStream
 
readTuple() - Method in class cascading.tuple.io.TupleInputStream
 
readTuple(Tuple) - Method in class cascading.tuple.io.TupleInputStream
 
readTuplePair() - Method in class cascading.tuple.io.TupleInputStream
 
readTuplePair(TuplePair) - Method in class cascading.tuple.io.TupleInputStream
 
readType(int) - Method in class cascading.tuple.io.TupleInputStream
 
receive(Duct, TupleEntry) - Method in class cascading.flow.stream.AggregatorEveryStage
 
receive(Duct, Grouping<TupleEntry, TupleEntryIterator>) - Method in class cascading.flow.stream.BufferEveryWindow
 
receive(Duct, Incoming) - Method in class cascading.flow.stream.CloseReducingDuct
 
receive(Duct, Incoming) - Method in class cascading.flow.stream.Duct
 
receive(Duct, TupleEntry) - Method in class cascading.flow.stream.FilterEachStage
 
receive(Duct, Incoming) - Method in class cascading.flow.stream.Fork
 
receive(Duct, TupleEntry) - Method in class cascading.flow.stream.FunctionEachStage
 
receive(Duct, TupleEntry) - Method in class cascading.flow.stream.GroupAssertionEveryStage
 
receive(Duct, TupleEntry) - Method in class cascading.flow.stream.MemoryCoGroupGate
 
receive(Duct, TupleEntry) - Method in class cascading.flow.stream.MemoryHashJoinGate
 
receive(Duct, Grouping<Incoming, Iterator<Incoming>>) - Method in class cascading.flow.stream.OpenDuct
 
receive(Duct, Grouping<Incoming, Iterator<Incoming>>) - Method in class cascading.flow.stream.OpenReducingDuct
 
receive(Duct, TupleEntry) - Method in class cascading.flow.stream.SinkStage
 
receive(Duct, Void) - Method in class cascading.flow.stream.SourceStage
 
receive(Duct, Incoming) - Method in class cascading.flow.stream.Stage
 
receive(Duct, TupleEntry) - Method in class cascading.flow.stream.ValueAssertionEachStage
 
receiveFirst(Incoming) - Method in class cascading.flow.stream.Duct
 
record(String, Object) - Method in class cascading.management.state.ClientState
 
recordCascade(Cascade) - Method in class cascading.management.state.ClientState
 
recordChildStats() - Method in class cascading.stats.FlowStepStats
 
recordFlow(Flow) - Method in class cascading.management.state.ClientState
 
recordFlowStep(FlowStep) - Method in class cascading.management.state.ClientState
 
recordInfo() - Method in class cascading.stats.CascadeStats
 
recordInfo() - Method in class cascading.stats.CascadingStats
 
recordInfo() - Method in class cascading.stats.FlowStats
 
recordInfo() - Method in class cascading.stats.FlowStepStats
 
recordStats(CascadingStats) - Method in class cascading.management.state.ClientState
 
recordStats() - Method in class cascading.stats.CascadingStats
Method recordStats forces recording of current status information.
Reducing<Group,Result> - Interface in cascading.flow.stream
 
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.
registerShutdownHook() - Method in class cascading.flow.BaseFlow
 
registerShutdownHook() - Static method in class cascading.util.ShutdownUtil
 
releaseSingletonsAndDestroy() - Static method in class cascading.provider.ServiceLoader
 
releaseSingletonServices() - Method in class cascading.provider.ServiceLoader
 
remainderFields - Variable in class cascading.flow.stream.OperatorStage
 
remove() - Method in class cascading.pipe.joiner.InnerJoin.JoinIterator
 
remove() - Method in class cascading.tap.partition.PartitionTupleEntryIterator
 
remove(Object) - Method in class cascading.tuple.collect.SpillableTupleList
 
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.TupleEntryChainIterator
Method remove removes the current TupleEntry from the underlying collection.
remove() - Method in class cascading.tuple.TupleEntryIterableChainIterator
Method remove removes the current TupleEntry from the underlying collection.
remove() - Method in class cascading.tuple.TupleEntrySchemeIterator
 
remove() - Method in class cascading.util.SingleValueIterator
 
removeAll(Collection<?>) - Method in class cascading.tuple.collect.SpillableTupleList
 
removeAllNulls(List) - Static method in class cascading.util.Util
This method removes all nulls from the given List.
removeHook(ShutdownUtil.Hook) - Static method in class cascading.util.ShutdownUtil
 
removeListener(CascadeListener) - Method in class cascading.cascade.Cascade
 
removeListener(FlowListener) - Method in class cascading.flow.BaseFlow
 
removeListener(FlowListener) - Method in interface cascading.flow.Flow
Method removeListener removes the given flowListener from this instance.
removeListener(FlowStepListener) - Method in interface cascading.flow.FlowStep
Method removeListener removes the given flowStepListener from this instance.
removeListener(FlowStepListener) - Method in class cascading.flow.planner.BaseFlowStep
 
removeNulls(String...) - Static method in class cascading.util.Util
 
removeStepListener(FlowStepListener) - Method in class cascading.flow.BaseFlow
 
removeStepListener(FlowStepListener) - Method in interface cascading.flow.Flow
Method removeStepListener removes the given flowStepListener from this instance.
removeUnnecessaryPipes() - Method in class cascading.flow.planner.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(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.planner.ElementGraph
 
reset(Collection<Tuple>[]) - Method in class cascading.flow.stream.MemoryCoGroupClosure
 
reset() - Method in class cascading.operation.aggregator.Average.Context
 
reset(Number) - Method in class cascading.operation.aggregator.ExtremaBase.Context
Deprecated.  
reset() - Method in class cascading.operation.aggregator.ExtremaValueBase.Context
 
reset() - Method in class cascading.operation.assertion.AssertGroupBase.Context
 
reset() - Method in class cascading.pipe.assembly.AverageBy.AverageFinal.Context
 
reset(Fields, Fields) - Method in class cascading.scheme.util.DelimitedParser
 
reset(String, String, Type[], boolean, boolean, Fields, Fields, FieldTypeResolver) - Method in class cascading.scheme.util.DelimitedParser
 
reset(Iterator<Tuple>...) - Method in class cascading.tuple.TupleEntryChainIterator
 
reset(Iterable<Iterator<Tuple>>) - Method in class cascading.tuple.TupleEntryIterableChainIterator
 
reset(Tuple, V...) - Static method in class cascading.tuple.util.TupleViews
 
reset(Value) - Method in class cascading.util.SingleValueIterator
 
resetAppID() - Static method in class cascading.property.AppProps
Sets the static appID value to null.
resolve(Fields, Fields...) - Static method in class cascading.tuple.Fields
Method resolve returns a new selector expanded on the given field declarations
resolveAssemblyPlanners(FlowDef, Flow, Pipe[]) - Method in class cascading.flow.planner.FlowPlanner
 
resolveFields() - Method in class cascading.flow.planner.ElementGraph
Method resolveFields performs a breadth first traversal and resolves the tuple fields between each Pipe instance.
resolveIncomingOperationArgumentFields(Scope) - Method in interface cascading.flow.FlowElement
Method resolveIncomingOperationArgumentFields returns the Fields outgoing from the previous FlowElement that are consumable by this FlowElement when preparing Operation arguments.
resolveIncomingOperationArgumentFields(Scope) - Method in class cascading.pipe.Each
 
resolveIncomingOperationArgumentFields(Scope) - Method in class cascading.pipe.Every
 
resolveIncomingOperationArgumentFields(Scope) - Method in class cascading.pipe.Pipe
 
resolveIncomingOperationArgumentFields(Scope) - Method in class cascading.tap.Tap
 
resolveIncomingOperationPassThroughFields(Scope) - Method in interface cascading.flow.FlowElement
Method resolveIncomingOperationPassThroughFields returns the Fields outgoing from the previous FlowElement that are consumable by this FlowElement when preparing the Pipe outgoing tuple.
resolveIncomingOperationPassThroughFields(Scope) - Method in class cascading.pipe.Each
 
resolveIncomingOperationPassThroughFields(Scope) - Method in class cascading.pipe.Every
 
resolveIncomingOperationPassThroughFields(Scope) - Method in class cascading.pipe.Pipe
 
resolveIncomingOperationPassThroughFields(Scope) - Method in class cascading.pipe.Splice
 
resolveIncomingOperationPassThroughFields(Scope) - Method in class cascading.tap.Tap
 
resolveRemainderFields(Set<Scope>, Fields) - Method in class cascading.pipe.Operator
 
resolveTails(AssemblyPlanner.Context) - Method in interface cascading.flow.AssemblyPlanner
Called when this AssemblyPlanner instance should return any additional tail Pipe instances for used when completing the Flow plan.
resolveTails(FlowDef, Flow<Config>) - Method in class cascading.flow.planner.FlowPlanner
 
resourceExists(Tap) - Method in class cascading.flow.BaseFlow
 
resourceExists(Tap) - Method in interface cascading.flow.Flow
Method resourceExists returns true if the resource represented by the given Tap instance exists.
resourceExists(Config) - Method in class cascading.tap.BaseTemplateTap
 
resourceExists(Config) - Method in class cascading.tap.MultiSinkTap
 
resourceExists(Config) - Method in class cascading.tap.MultiSourceTap
 
resourceExists(Config) - Method in class cascading.tap.partition.BasePartitionTap
 
resourceExists(FlowProcess<Config>) - Method in class cascading.tap.Tap
Method resourceExists returns true if the path represented by this instance exists.
resourceExists(Config) - Method in class cascading.tap.Tap
Method resourceExists returns true if the path represented by this instance exists.
result() - Method in class cascading.operation.aggregator.Average.Context
 
result - Variable in class cascading.operation.expression.ScriptOperation.Context
 
result() - Method in class cascading.pipe.assembly.AverageBy.AverageFinal.Context
 
resultGroupFields - Variable in class cascading.pipe.Splice
Field resultGroupFields
RESULTS - Static variable in class cascading.tuple.Fields
Field RESULTS represents all fields returned by the current operation
Retain - Class in cascading.pipe.assembly
Class Retain is a SubAssembly that will discard all incoming fields except those given on the constructor.
Retain(Pipe, Fields) - Constructor for class cascading.pipe.assembly.Retain
 
RETAIN_COLLECTOR - Static variable in class cascading.flow.stream.OperatorStage
In 2.2 the collector is now nulled before the Operation.cleanup(cascading.flow.FlowProcess, cascading.operation.OperationCall) is called.
retainAll(Collection<?>) - Method in class cascading.tuple.collect.SpillableTupleList
 
rethrow(Exception) - Method in interface cascading.util.Util.RetryOperator
 
retrieveSinkFields() - Method in class cascading.flow.BaseFlow
Force a Scheme to fetch any fields from a meta-data store
retrieveSinkFields(FlowProcess<Config>, Tap) - Method in class cascading.scheme.Scheme
Method retrieveSinkFields notifies a Scheme when it is appropriate to dynamically update the fields it sources.
retrieveSinkFields(FlowProcess<Config>) - Method in class cascading.tap.Tap
A hook for allowing a Scheme to lazily retrieve its sink fields.
retrieveSourceFields() - Method in class cascading.flow.BaseFlow
Force a Scheme to fetch any fields from a meta-data store
retrieveSourceFields(FlowProcess<Config>, Tap) - Method in class cascading.scheme.Scheme
Method retrieveSourceFields notifies a Scheme when it is appropriate to dynamically update the fields it sources.
retrieveSourceFields(FlowProcess<Config>) - Method in class cascading.tap.Tap
A hook for allowing a Scheme to lazily retrieve its source fields.
retry(Logger, int, int, String, Util.RetryOperator<T>) - Static method in class cascading.util.Util
 
returnType - Variable in class cascading.operation.expression.ScriptOperation
returnType
RightJoin - Class in cascading.pipe.joiner
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.joiner.RightJoin
 
RightJoin(Fields) - Constructor for class cascading.pipe.joiner.RightJoin
 
RightJoin.JoinIterator - Class in cascading.pipe.joiner
 
RightJoin.JoinIterator(JoinerClosure) - Constructor for class cascading.pipe.joiner.RightJoin.JoinIterator
 
role - Variable in class cascading.flow.stream.SpliceGate
 
rollbackResource(Config) - Method in class cascading.tap.BaseTemplateTap
 
rollbackResource(Config) - Method in class cascading.tap.MultiSinkTap
 
rollbackResource(Config) - Method in class cascading.tap.partition.BasePartitionTap
 
rollbackResource(Config) - Method in class cascading.tap.SourceTap
 
rollbackResource(Config) - Method in class cascading.tap.Tap
Method rollbackResource allows the underlying resource to be notified when any write processing has failed or was stopped so that any cleanup may be started.
rollbackSinks() - Method in class cascading.flow.planner.BaseFlowStep
 
run(Object) - Method in class cascading.flow.stream.SourceStage
 
run(long) - Method in class cascading.management.state.ClientState
 
run() - Method in class cascading.util.Update
 
runID - Variable in class cascading.flow.FlowDef
 

S

safe - Variable in class cascading.scheme.util.DelimitedParser
Field safe
safeSleep(long) - Static method in class cascading.util.Util
 
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<Config,Input,Output,SourceContext,SinkContext> - 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.planner
Class Scope is an internal representation of the linkages between operations.
Scope() - Constructor for class cascading.flow.planner.Scope
Default constructor.
Scope(Scope) - Constructor for class cascading.flow.planner.Scope
Copy constructor
Scope(Fields) - Constructor for class cascading.flow.planner.Scope
Tap constructor
Scope(String, Scope.Kind, Fields, Fields, Fields, Fields, Fields, Fields) - Constructor for class cascading.flow.planner.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.planner.Scope
Constructor Scope creates a new Scope instance.
Scope(String) - Constructor for class cascading.flow.planner.Scope
Constructor Scope creates a new Scope instance.
Scope.Kind - Enum in cascading.flow.planner
Enum Kind
ScriptFilter - Class in cascading.operation.expression
Class ScriptFilter dynamically resolves a given expression using argument Tuple values.
ScriptFilter(String) - Constructor for class cascading.operation.expression.ScriptFilter
Constructor ScriptFilter creates a new ScriptFilter instance.
ScriptFilter(String, String, Class) - Constructor for class cascading.operation.expression.ScriptFilter
Constructor ScriptFilter creates a new ScriptFilter instance.
ScriptFilter(String, Class[]) - Constructor for class cascading.operation.expression.ScriptFilter
Constructor ScriptFilter creates a new ScriptFilter instance.
ScriptFilter(String, String[], Class[]) - Constructor for class cascading.operation.expression.ScriptFilter
Constructor ScriptFilter creates a new ScriptFilter instance.
ScriptFunction - Class in cascading.operation.expression
Class ScriptFunction dynamically resolves a given expression using argument Tuple values.
ScriptFunction(Fields, String) - Constructor for class cascading.operation.expression.ScriptFunction
Constructor ScriptFunction creates a new ScriptFunction instance.
ScriptFunction(Fields, String, Class) - Constructor for class cascading.operation.expression.ScriptFunction
Constructor ScriptFunction creates a new ScriptFunction instance.
ScriptFunction(Fields, String, Class, Class[]) - Constructor for class cascading.operation.expression.ScriptFunction
Constructor ScriptFunction creates a new ScriptFunction instance.
ScriptFunction(Fields, String, Class, String[], Class[]) - Constructor for class cascading.operation.expression.ScriptFunction
Constructor ScriptFunction creates a new ScriptFunction instance.
ScriptFunction(Fields, String, String[], Class[]) - Constructor for class cascading.operation.expression.ScriptFunction
Constructor ScriptFunction creates a new ScriptFunction instance.
ScriptOperation - Class in cascading.operation.expression
 
ScriptOperation(int, Fields, String) - Constructor for class cascading.operation.expression.ScriptOperation
 
ScriptOperation(int, Fields, String, Class) - Constructor for class cascading.operation.expression.ScriptOperation
 
ScriptOperation(int, Fields, String, Class, Class[]) - Constructor for class cascading.operation.expression.ScriptOperation
 
ScriptOperation(int, Fields, String, Class, String[], Class[]) - Constructor for class cascading.operation.expression.ScriptOperation
 
ScriptOperation(int, String, Class) - Constructor for class cascading.operation.expression.ScriptOperation
 
ScriptOperation(int, String, Class, Class[]) - Constructor for class cascading.operation.expression.ScriptOperation
 
ScriptOperation(int, String, Class, String[], Class[]) - Constructor for class cascading.operation.expression.ScriptOperation
 
ScriptOperation.Context - Class in cascading.operation.expression
 
ScriptOperation.Context() - Constructor for class cascading.operation.expression.ScriptOperation.Context
 
ScriptTupleFunction - Class in cascading.operation.expression
Class ScriptTupleFunction dynamically resolves a given expression using argument Tuple values.
ScriptTupleFunction(Fields, String) - Constructor for class cascading.operation.expression.ScriptTupleFunction
Constructor ScriptFunction creates a new ScriptFunction instance.
ScriptTupleFunction(Fields, String, Class[]) - Constructor for class cascading.operation.expression.ScriptTupleFunction
Constructor ScriptFunction creates a new ScriptFunction instance.
ScriptTupleFunction(Fields, String, String[], Class[]) - Constructor for class cascading.operation.expression.ScriptTupleFunction
Constructor ScriptFunction creates a new ScriptFunction instance.
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 the selector from this instance.
selectEntryCopy(Fields) - Method in class cascading.tuple.TupleEntry
Method selectEntry selects the fields specified in selector from this instance.
selectInto(Fields, Tuple) - Method in class cascading.tuple.TupleEntry
Method selectInto selects the fields specified in the selector from this instance and copies them into the given tuple argument.
selectPos(Fields) - Method in class cascading.tuple.Fields
Method selectPos returns a Fields instance with only positional fields, no field names.
selectPos(Fields, int) - Method in class cascading.tuple.Fields
Method selectPos returns a Fields instance with only positional fields, offset by given offset value, no field names.
selectTuple(Fields) - Method in class cascading.tuple.TupleEntry
Method selectTuple selects the fields specified in the selector from this instance.
selectTupleCopy(Fields) - Method in class cascading.tuple.TupleEntry
Method selectTupleCopy selects the fields specified in selector from this instance.
ServiceLoader - Class in cascading.provider
Class ServiceLoader is an implementation of a ProviderLoader and is used to load CascadingService instances used by internal frameworks.
set(String[], String) - Method in class cascading.management.CascadingServices.NullMetricsService
 
set(String[], int) - Method in class cascading.management.CascadingServices.NullMetricsService
 
set(String[], long) - Method in class cascading.management.CascadingServices.NullMetricsService
 
set(String[], String) - Method in interface cascading.management.MetricsService
 
set(String[], int) - Method in interface cascading.management.MetricsService
 
set(String[], long) - Method in interface cascading.management.MetricsService
 
set(long, String, String) - Method in class cascading.operation.assertion.AssertGroupBase.Context
 
set(String, String) - Method in interface cascading.property.ConfigDef.Setter
 
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(Fields, Fields, Tuple, CoercibleType[]) - Method in class cascading.tuple.Tuple
 
set(Comparable, Object) - Method in class cascading.tuple.TupleEntry
Deprecated. 
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.
setAll(Tuple) - Method in class cascading.tuple.Tuple
Method setAll sets each element value of the given Tuple instance into the corresponding position of this instance.
setAll(Tuple...) - Method in class cascading.tuple.Tuple
Method setAll sets each element value of the given Tuple instances into the corresponding position of this instance.
setApplicationID(Map<Object, Object>) - Static method in class cascading.property.AppProps
 
setApplicationJarClass(Map<Object, Object>, Class) - Static method in class cascading.flow.FlowConnector
Deprecated. 
setApplicationJarClass(Map<Object, Object>, Class) - Static method in class cascading.property.AppProps
Method setApplicationJarClass is used to set the application jar file.
setApplicationJarPath(Map<Object, Object>, String) - Static method in class cascading.flow.FlowConnector
Deprecated. 
setApplicationJarPath(Map<Object, Object>, String) - Static method in class cascading.property.AppProps
Method setApplicationJarPath is used to set the application jar file.
setApplicationName(Map<Object, Object>, String) - Static method in class cascading.property.AppProps
 
setApplicationVersion(Map<Object, Object>, String) - Static method in class cascading.property.AppProps
 
setArgumentFields(Fields) - Method in class cascading.operation.ConcreteCall
 
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.FlowConnectorProps
Method setAssertionLevel sets the target planner AssertionLevel.
setAssertionLevel(AssertionLevel) - Method in class cascading.flow.FlowConnectorProps
 
setAssertionLevel(AssertionLevel) - Method in class cascading.flow.FlowDef
 
setBoolean(int, boolean) - Method in class cascading.tuple.Tuple
Method setBoolean sets the given value to the given index position in this instance.
setBoolean(Comparable, boolean) - Method in class cascading.tuple.TupleEntry
Method setBoolean sets the value in the given field or position.
setBranchNames(Set<String>) - Method in interface cascading.flow.stream.ElementDuct
 
setBranchNames(Set<String>) - Method in class cascading.flow.stream.ElementStage
 
setBranchNames(Set<String>) - Method in class cascading.flow.stream.SpliceGate
 
setCanonicalTuple(Tuple) - Method in class cascading.tuple.TupleEntry
Method setCanonicalTuple replaces each value of the current tuple with the given tuple elements after they are coerced.
setCanonicalValues(Object[]) - Method in class cascading.tuple.TupleEntry
Method setCanonicalValues replaces each value of the current tuple with th give Object[] after they are coerced.
setCascade(Cascade) - Method in class cascading.flow.BaseFlow
 
setCheckpoints(Map<String, Tap>) - Method in class cascading.flow.BaseFlow
 
setCodecs(List<String>) - Method in class cascading.tuple.collect.SpillableProps
 
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 Fields object.
setCompressSpill(boolean) - Method in class cascading.tuple.collect.SpillableProps
 
setConf(Config) - Method in class cascading.flow.planner.BaseFlowStep
 
setConfigProperty(Config, Object, Object) - Method in class cascading.flow.BaseFlow
 
setContext(C) - Method in class cascading.operation.ConcreteCall
 
setContext(Context) - Method in interface cascading.operation.OperationCall
Sets the user defined 'context' object.
setContext(Context) - Method in class cascading.scheme.ConcreteCall
 
setContext(Context) - Method in interface cascading.scheme.SinkCall
Method setContext sets the context of this SinkCall object.
setContext(Context) - Method in interface cascading.scheme.SourceCall
Method setContext sets the context of this SourceCall 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.
setCurrentSession(FlowSession) - Method in class cascading.flow.FlowProcessWrapper
 
setDebugLevel(Map<Object, Object>, DebugLevel) - Static method in class cascading.flow.FlowConnectorProps
Method setDebugLevel sets the target planner DebugLevel.
setDebugLevel(DebugLevel) - Method in class cascading.flow.FlowConnectorProps
 
setDebugLevel(DebugLevel) - Method in class cascading.flow.FlowDef
 
setDefaultTupleElementComparator(Map<Object, Object>, String) - Static method in class cascading.flow.FlowProps
Sets a default Comparator to be used if no Comparator can be found for the class via the Comparison interface.
setDefaultTupleElementComparator(String) - Method in class cascading.flow.FlowProps
 
setDouble(int, double) - Method in class cascading.tuple.Tuple
Method setDouble sets the given value to the given index position in this instance.
setDouble(Comparable, double) - Method in class cascading.tuple.TupleEntry
Method setDouble sets the value in the given field or position.
setFailOnClose(Map<Object, Object>, boolean) - Static method in class cascading.tap.partition.PartitionTapProps
Method setFailOnClose(boolean b) controls if the PartitionTap is ignoring all Excpetions, when a TupleEntryCollector is closed or if it should rethrow the Exception.
setFailOnClose(boolean) - Method in class cascading.tap.partition.PartitionTapProps
 
setFields(Fields) - Method in class cascading.tuple.TupleEntryCollector
 
setFields(Fields) - Method in class cascading.tuple.TupleEntrySchemeCollector
 
setFloat(int, float) - Method in class cascading.tuple.Tuple
Method setFloat sets the given value to the given index position in this instance.
setFloat(Comparable, float) - Method in class cascading.tuple.TupleEntry
Method setFloat sets the value in the given field or position.
setFlow(Flow<Config>) - Method in class cascading.flow.planner.BaseFlowStep
 
setFlowName(String) - Method in class cascading.flow.planner.BaseFlowStep
 
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.BaseFlow
 
setFlowSkipStrategy(FlowSkipStrategy) - Method in interface cascading.flow.Flow
Method setFlowSkipStrategy sets a new FlowSkipStrategy, the current strategy is returned.
setFlowStepGraph(FlowStepGraph) - Method in class cascading.flow.BaseFlow
 
setFlowStepStrategy(FlowStepStrategy) - Method in class cascading.flow.BaseFlow
 
setFlowStepStrategy(FlowStepStrategy) - Method in interface cascading.flow.Flow
Sets a default FlowStepStrategy instance.
setGroup(TupleEntry) - Method in class cascading.operation.ConcreteCall
 
setGrouping(Tuple) - Method in interface cascading.tuple.collect.Spillable
 
setGrouping(Tuple) - Method in class cascading.tuple.collect.SpillableTupleList
 
setGrouping(Tuple) - Method in class cascading.tuple.collect.SpillableTupleMap
 
setIncomingEntry(TupleEntry) - Method in class cascading.scheme.ConcreteCall
 
setIndex(int) - Method in class cascading.tuple.io.IndexTuple
 
setInput(IO) - Method in class cascading.scheme.ConcreteCall
 
setInteger(int, int) - Method in class cascading.tuple.Tuple
Method setInteger sets the given value to the given index position in this instance.
setInteger(Comparable, int) - Method in class cascading.tuple.TupleEntry
Method setInteger sets the value in the given field or position.
setIntermediateSchemeClass(Map<Object, Object>, Class<? extends Scheme>) - Static method in class cascading.flow.FlowConnectorProps
Method setIntermediateSchemeClass is used for debugging.
setIntermediateSchemeClass(Map<Object, Object>, String) - Static method in class cascading.flow.FlowConnectorProps
Method setIntermediateSchemeClass is used for debugging.
setIntermediateSchemeClassName(String) - Method in class cascading.flow.FlowConnectorProps
 
setIntermediateSchemeClassName(Class<Scheme>) - Method in class cascading.flow.FlowConnectorProps
 
setJarClass(Class) - Method in class cascading.property.AppProps
Method setJarClass is used to set the application jar file.
setJarPath(String) - Method in class cascading.property.AppProps
Method setJarPath is used to set the application jar file.
setJobPollingInterval(Map<Object, Object>, long) - Static method in class cascading.flow.FlowProps
Property jobPollingInterval will set the time to wait between polling the remote server for the status of a job.
setJobPollingInterval(int) - Method in class cascading.flow.FlowProps
 
setJoinerClosure(JoinerClosure) - Method in class cascading.operation.ConcreteCall
 
setLhs(Lhs) - Method in class cascading.util.Pair
 
setListSpillThreshold(int) - Method in class cascading.tuple.collect.SpillableProps
 
setLong(int, long) - Method in class cascading.tuple.Tuple
Method setLong sets the given value to the given index position in this instance.
setLong(Comparable, long) - Method in class cascading.tuple.TupleEntry
Method setLong sets the value in the given field or position.
setMapInitialCapacity(int) - Method in class cascading.tuple.collect.SpillableProps
 
setMapLoadFactor(float) - Method in class cascading.tuple.collect.SpillableProps
 
setMapSpillThreshold(int) - Method in class cascading.tuple.collect.SpillableProps
 
setMaxConcurrentFlows(int) - Method in class cascading.cascade.CascadeDef
 
setMaxConcurrentFlows(Map<Object, Object>, int) - Static method in class cascading.cascade.CascadeProps
Method setMaxConcurrentFlows sets the maximum number of Flows that a Cascade can run concurrently.
setMaxConcurrentFlows(int) - Method in class cascading.cascade.CascadeProps
 
setMaxConcurrentSteps(Map<Object, Object>, int) - Static method in class cascading.flow.FlowProps
Method setMaxConcurrentSteps sets the maximum number of steps that a Flow can run concurrently.
setMaxConcurrentSteps(int) - Method in class cascading.flow.FlowProps
 
setMetric(Enum, long) - Method in class cascading.management.state.BaseState
 
setMetric(String, String, long) - Method in class cascading.management.state.BaseState
 
setMetric(String, String, String) - Method in class cascading.management.state.BaseState
 
setName(String) - Method in class cascading.flow.BaseFlow
 
setName(String) - Method in class cascading.flow.planner.Scope
Method setName sets the name of this Scope object.
setName(String) - Method in class cascading.property.AppProps
 
setName(String) - Method in class cascading.property.UnitOfWorkDef
 
setNumSinkParts(int) - Method in class cascading.scheme.Scheme
Method setNumSinkParts sets the numSinkParts of this Scheme object.
setNumSinkParts(int) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
setNumSinkParts(int) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
setObject(Comparable, Object) - Method in class cascading.tuple.TupleEntry
Method set sets the value in the given field or position.
setOnEmpty(TupleEntry, TupleEntry) - Static method in class cascading.tuple.Tuples
 
setOutgoingEntry(TupleEntry) - Method in class cascading.scheme.ConcreteCall
 
setOutput(IO) - Method in class cascading.scheme.ConcreteCall
 
setOutput(Output) - Method in class cascading.tuple.TupleEntrySchemeCollector
 
setOutputCollector(TupleEntryCollector) - Method in class cascading.operation.ConcreteCall
 
setParent(Pipe) - Method in class cascading.pipe.Pipe
 
setPredecessors(List<FlowStepJob<Config>>) - Method in class cascading.flow.planner.FlowStepJob
 
setPreserveTemporaryFiles(Map<Object, Object>, boolean) - Static method in class cascading.flow.FlowProps
Property preserveTemporaryFiles forces the Flow instance to keep any temporary intermediate data sets.
setPreserveTemporaryFiles(boolean) - Method in class cascading.flow.FlowProps
 
setPrevious(Pipe...) - Method in class cascading.pipe.SubAssembly
Must be called by subclasses to set the start end points of the assembly the subclass represents.
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.management.CascadingServices.NullDocumentService
 
setProperties(Map<Object, Object>) - Method in class cascading.management.CascadingServices.NullMetricsService
 
setProperties(Map<Object, Object>) - Method in class cascading.management.state.BaseState
 
setProperties(ConfigDef) - Method in class cascading.property.Props
 
setProperties(ConfigDef, ConfigDef.Mode) - Method in class cascading.property.Props
 
setProperties(Map<Object, Object>) - Method in interface cascading.provider.CascadingService
 
setProperty(String, String) - Method in class cascading.property.ConfigDef
Method setProperty sets the value to the given key using the ConfigDef.Mode.REPLACE mode.
setProperty(ConfigDef.Mode, String, String) - Method in class cascading.property.ConfigDef
Method setProperty sets the value to the given key using the given ConfigDef.Mode value.
setProperty(Map<Object, Object>, String, String) - Static method in class cascading.property.PropertyUtil
 
setRaw(int, Object) - Method in class cascading.tuple.TupleEntry
Method set sets the value in the given position.
setRaw(Comparable, Object) - Method in class cascading.tuple.TupleEntry
Method set sets the value in the given field or position.
setRetainValues(boolean) - Method in interface cascading.operation.BufferCall
Set to false if at the end of all values iterated over in the argumentsIterator, the last seen argument tuple values should not be nulled out.
setRetainValues(boolean) - Method in class cascading.operation.ConcreteCall
 
setRhs(Rhs) - Method in class cascading.util.Pair
 
setRunID(String) - Method in class cascading.flow.FlowDef
Method setRunID sets the checkpoint run or execution ID to be used to find prior failed runs against this runID.
setScheme(Scheme<Config, Input, Output, ?, ?>) - Method in class cascading.tap.Tap
 
setScopes() - Method in class cascading.flow.stream.StepStreamGraph
 
setShort(int, short) - Method in class cascading.tuple.Tuple
Method setShort sets the given value to the given index position in this instance.
setShort(Comparable, short) - Method in class cascading.tuple.TupleEntry
Method setShort sets the value in the given field or position.
setSinkFields(Fields) - Method in class cascading.scheme.Scheme
Method setSinkFields sets the sinkFields of this Scheme object.
setSinkFields(Fields) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
setSinkFields(Fields) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
setSinks(Map<String, Tap>) - Method in class cascading.flow.BaseFlow
 
setSourceFields(Fields) - Method in class cascading.scheme.Scheme
Method setSourceFields sets the sourceFields of this Scheme object.
setSourceFields(Fields) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
setSourceFields(Fields) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
setSources(Map<String, Tap>) - Method in class cascading.flow.BaseFlow
 
setSpawnStrategy(UnitOfWorkSpawnStrategy) - Method in class cascading.cascade.Cascade
 
setSpawnStrategy(UnitOfWorkSpawnStrategy) - Method in class cascading.flow.BaseFlow
 
setSpawnStrategy(UnitOfWorkSpawnStrategy) - Method in interface cascading.management.UnitOfWork
 
setSpillListener(Spillable.SpillListener) - Method in interface cascading.tuple.collect.Spillable
 
setSpillListener(Spillable.SpillListener) - Method in class cascading.tuple.collect.SpillableTupleList
 
setSpillListener(Spillable.SpillListener) - Method in class cascading.tuple.collect.SpillableTupleMap
 
setSpillStrategy(Spillable.SpillStrategy) - Method in interface cascading.tuple.collect.Spillable
 
setSpillStrategy(Spillable.SpillStrategy) - Method in class cascading.tuple.collect.SpillableTupleList
 
setSpillStrategy(Spillable.SpillStrategy) - Method in class cascading.tuple.collect.SpillableTupleMap
 
setStatsStoreInterval(Map<Object, Object>, long) - Static method in class cascading.stats.CascadingStats
Method setStatsStoreInterval sets the interval time between store operations against the underlying document storage services.
setStatus(String) - Method in class cascading.flow.FlowProcess.NullFlowProcess
 
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.FlowProcessWrapper
 
setStatus(Enum, long) - Method in class cascading.management.state.ClientState
 
setStopJobsOnExit(Map<Object, Object>, boolean) - Static method in class cascading.flow.FlowProps
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.
setStopJobsOnExit(boolean) - Method in class cascading.flow.FlowProps
 
setString(int, String) - Method in class cascading.tuple.Tuple
Method setString sets the given value to the given index position in this instance.
setString(Comparable, String) - Method in class cascading.tuple.TupleEntry
Method setString sets the value in the given field or position.
setSubmitPriority(int) - Method in class cascading.flow.BaseFlow
 
setSubmitPriority(int) - Method in interface cascading.flow.Flow
Method setSubmitPriority sets the submitPriority of this Flow object.
setSubmitPriority(int) - Method in interface cascading.flow.FlowStep
Method setSubmitPriority sets the submitPriority of this FlowStep object.
setSubmitPriority(int) - Method in class cascading.flow.planner.BaseFlowStep
 
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.
setTrapHandler(TrapHandler) - Method in interface cascading.flow.stream.ElementDuct
 
setTrapHandler(TrapHandler) - Method in class cascading.flow.stream.ElementStage
 
setTrapHandler(TrapHandler) - Method in class cascading.flow.stream.SpliceGate
 
setTraps(Map<String, Tap>) - Method in class cascading.flow.BaseFlow
 
setTraps() - Method in class cascading.flow.stream.StepStreamGraph
 
setTuple(Tuple) - Method in class cascading.tuple.io.IndexTuple
 
setTuple(Tuple) - Method in class cascading.tuple.TupleEntry
Method setTuple sets the tuple of this TupleEntry object, no copy will be performed.
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, the given values will always be copied into this TupleEntry.
setType(int, Type) - Method in class cascading.tuple.Fields
 
setUnmodifiable(Tuple, boolean) - Static method in class cascading.tuple.Tuples
 
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.
setVersion(String) - Method in class cascading.property.AppProps
 
SHORT - Static variable in class cascading.tuple.coerce.Coercions
 
SHORT_OBJECT - Static variable in class cascading.tuple.coerce.Coercions
 
ShortCoerce - Class in cascading.tuple.coerce
 
ShortCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.ShortCoerce
 
ShortObjectCoerce - Class in cascading.tuple.coerce
 
ShortObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.ShortObjectCoerce
 
shutdownHook - Variable in class cascading.flow.BaseFlow
 
ShutdownUtil - Class in cascading.util
ShutdownUtil is a private helper class for registering dependent shutdown hooks to maintain internal state information reliably when a jvm is shutting down.
ShutdownUtil() - Constructor for class cascading.util.ShutdownUtil
 
ShutdownUtil.Hook - Class in cascading.util
 
ShutdownUtil.Hook() - Constructor for class cascading.util.ShutdownUtil.Hook
 
ShutdownUtil.Hook.Priority - Enum in cascading.util
 
simpleTypeNames(Type[]) - Static method in class cascading.util.Util
 
SingleCloseableInputIterator - Class in cascading.util
 
SingleCloseableInputIterator(Closeable) - Constructor for class cascading.util.SingleCloseableInputIterator
 
SingleValueCloseableIterator<Value> - Class in cascading.util
SingleValueIterator is a utility class used for quickly presenting a single value to a consumer expecting both a Closeable and an Iterator interface.
SingleValueCloseableIterator(Value) - Constructor for class cascading.util.SingleValueCloseableIterator
 
SingleValueIterator<Value> - Class in cascading.util
Class SingleValueIterator is a convenience to creating an Iterator that returns one value for use with interfaces that only accept Iterator instances.
SingleValueIterator() - Constructor for class cascading.util.SingleValueIterator
 
SingleValueIterator(Value) - Constructor for class cascading.util.SingleValueIterator
 
sink(FlowProcess<Config>, SinkCall<SinkContext, Output>) - Method in class cascading.scheme.NullScheme
 
sink(FlowProcess<Config>, SinkCall<SinkContext, Output>) - Method in class cascading.scheme.Scheme
Method sink writes out the given Tuple found on SinkCall.getOutgoingEntry() to the SinkCall.getOutput().
sink(FlowProcess<Config>, SinkCall<Void, Output>) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
sink(FlowProcess<Config>, SinkCall<Void, Output>) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
SinkCall<Context,Output> - Interface in cascading.scheme
SinkCall provides access to the current Scheme.sink(cascading.flow.FlowProcess, SinkCall) invocation arguments.
sinkCall - Variable in class cascading.tuple.TupleEntrySchemeCollector
 
sinkCleanup(FlowProcess<Config>, SinkCall<SinkContext, Output>) - Method in class cascading.scheme.Scheme
Method sinkCleanup is used to destroy resources created by Scheme.sinkPrepare(cascading.flow.FlowProcess, SinkCall).
sinkCleanup(FlowProcess<Config>, SinkCall<Void, Output>) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
sinkCleanup(FlowProcess<Config>, SinkCall<Void, Output>) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
sinkConfInit(FlowProcess<Config>, Tap<Config, Input, Output>, Config) - Method in class cascading.scheme.NullScheme
 
sinkConfInit(FlowProcess<Config>, Tap<Config, Input, Output>, Config) - Method in class cascading.scheme.Scheme
Method sinkInit initializes this instance as a sink.
sinkConfInit(FlowProcess<Config>, Tap<Config, Void, Output>, Config) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
sinkConfInit(FlowProcess<Config>, Config) - Method in class cascading.tap.MultiSinkTap
 
sinkConfInit(FlowProcess<Config>, Tap<Config, Input, Output>, Config) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
sinkConfInit(FlowProcess<Config>, Config) - Method in class cascading.tap.SourceTap
 
sinkConfInit(FlowProcess<Config>, Config) - Method in class cascading.tap.Tap
Method sinkConfInit initializes this instance as a sink.
SinkMode - Enum in cascading.tap
Enum SinkMode identifies supported modes a Tap may utilize when used as a sink.
sinkPrepare(FlowProcess<Config>, SinkCall<SinkContext, Output>) - Method in class cascading.scheme.Scheme
Method sinkPrepare is used to initialize resources needed during each call of Scheme.sink(cascading.flow.FlowProcess, SinkCall).
sinkPrepare(FlowProcess<Config>, SinkCall<Void, Output>) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
sinkPrepare(FlowProcess<Config>, SinkCall<Void, Output>) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
sinks - Variable in class cascading.flow.BaseFlow
Field sinks
sinks - Variable in class cascading.flow.FlowDef
 
sinks - Variable in class cascading.flow.planner.BaseFlowStep
Field sink
SinkStage - Class in cascading.flow.stream
 
SinkStage(FlowProcess, Tap) - Constructor for class cascading.flow.stream.SinkStage
 
SinkTap<Config,Output> - Class in cascading.tap
Class SinkTap is an optional base class for sink only Taps.
SinkTap() - Constructor for class cascading.tap.SinkTap
 
SinkTap(Scheme<Config, ?, Output, ?, ?>) - Constructor for class cascading.tap.SinkTap
 
SinkTap(Scheme<Config, ?, Output, ?, ?>, SinkMode) - Constructor for class cascading.tap.SinkTap
 
size() - Method in class cascading.flow.stream.MemoryCoGroupClosure
 
size - Variable in class cascading.operation.assertion.AssertGroupBase
Field size
size() - Method in class cascading.pipe.joiner.JoinerClosure
 
size() - Method in class cascading.tuple.collect.SpillableTupleList
 
size(int) - Static method in class cascading.tuple.Fields
Method size is a factory that makes new instances of Fields the given size.
size(int, Type) - Static method in class cascading.tuple.Fields
Method size is a factory that makes new instances of Fields the given size with every field of the given type.
size() - Method in class cascading.tuple.Fields
Method size returns the number of field positions in this instance.
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.
size() - Method in class cascading.tuple.TupleListCollector
Returns the size of this collection.
skipFlow(Flow) - Method in class cascading.flow.FlowSkipIfSinkExists
 
skipFlow(Flow) - Method in class cascading.flow.FlowSkipIfSinkNotStale
 
skipFlow(Flow) - Method in interface cascading.flow.FlowSkipStrategy
 
sleepForPollingInterval() - Method in class cascading.flow.planner.FlowStepJob
 
SliceCounters - Enum in cascading.flow
 
sortBuilder - Variable in class cascading.flow.stream.SpliceGate
 
sortFields - Variable in class cascading.flow.stream.SpliceGate
 
sortFieldsMap - Variable in class cascading.pipe.Splice
Field sortFieldsMap
source(FlowProcess<Config>, SourceCall<SourceContext, Input>) - Method in class cascading.scheme.NullScheme
 
source(FlowProcess<Config>, SourceCall<SourceContext, Input>) - Method in class cascading.scheme.Scheme
Method source will read a new "record" or value from SourceCall.getInput() and populate the available Tuple via SourceCall.getIncomingEntry() and return true on success or false if no more values available.
source(FlowProcess<Config>, SourceCall<Void, Void>) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
source(FlowProcess<Config>, SourceCall<Void, Input>) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
SourceCall<Context,Input> - Interface in cascading.scheme
SourceCall provides access to the current Scheme.source(cascading.flow.FlowProcess, SourceCall) invocation arguments.
sourceCleanup(FlowProcess<Config>, SourceCall<SourceContext, Input>) - Method in class cascading.scheme.Scheme
Method sourceCleanup is used to destroy resources created by Scheme.sourcePrepare(cascading.flow.FlowProcess, SourceCall).
sourceCleanup(FlowProcess<Config>, SourceCall<Void, Void>) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
sourceCleanup(FlowProcess<Config>, SourceCall<Void, Input>) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
sourceConfInit(FlowProcess<Config>, Tap<Config, Input, Output>, Config) - Method in class cascading.scheme.NullScheme
 
sourceConfInit(FlowProcess<Config>, Tap<Config, Input, Output>, Config) - Method in class cascading.scheme.Scheme
Method sourceInit initializes this instance as a source.
sourceConfInit(FlowProcess<Config>, Tap<Config, Void, Output>, Config) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
sourceConfInit(FlowProcess<Config>, Config) - Method in class cascading.tap.MultiSourceTap
 
sourceConfInit(FlowProcess<Config>, Tap<Config, Input, Output>, Config) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
sourceConfInit(FlowProcess<Config>, Config) - Method in class cascading.tap.SinkTap
 
sourceConfInit(FlowProcess<Config>, Config) - Method in class cascading.tap.Tap
Method sourceConfInit initializes this instance as a source.
sourceFields - Variable in class cascading.scheme.util.DelimitedParser
Field sourceFields
sourcePrepare(FlowProcess<Config>, SourceCall<SourceContext, Input>) - Method in class cascading.scheme.Scheme
Method sourcePrepare is used to initialize resources needed during each call of Scheme.source(cascading.flow.FlowProcess, SourceCall).
sourcePrepare(FlowProcess<Config>, SourceCall<Void, Void>) - Method in class cascading.tap.BaseTemplateTap.TemplateScheme
 
sourcePrepare(FlowProcess<Config>, SourceCall<Void, Input>) - Method in class cascading.tap.partition.BasePartitionTap.PartitionScheme
 
sources - Variable in class cascading.flow.BaseFlow
Field sources
sources - Variable in class cascading.flow.FlowDef
 
sources - Variable in class cascading.flow.planner.BaseFlowStep
Field sources
SourceStage - Class in cascading.flow.stream
 
SourceStage(FlowProcess, Tap) - Constructor for class cascading.flow.stream.SourceStage
 
SourceTap<Config,Input> - Class in cascading.tap
Class SourceTap is an optional base class for source only Taps.
SourceTap() - Constructor for class cascading.tap.SourceTap
 
SourceTap(Scheme<Config, Input, ?, ?, ?>) - Constructor for class cascading.tap.SourceTap
 
SparseTupleComparator - Class in cascading.flow.stream
 
SparseTupleComparator(Fields, Fields) - Constructor for class cascading.flow.stream.SparseTupleComparator
 
SparseTupleComparator(Fields, Comparator) - Constructor for class cascading.flow.stream.SparseTupleComparator
 
SparseTupleComparator(Fields, Fields, Comparator) - Constructor for class cascading.flow.stream.SparseTupleComparator
 
SPILL_CODECS - Static variable in class cascading.tuple.collect.SpillableProps
A comma delimited list of possible codecs to try.
SPILL_CODECS - Static variable in class cascading.tuple.collect.SpillableTupleList
Deprecated. 
SPILL_COMPRESS - Static variable in class cascading.tuple.collect.SpillableProps
Whether to enable compress of the spills or not, on by default.
SPILL_COMPRESS - Static variable in class cascading.tuple.collect.SpillableTupleList
Deprecated. 
SPILL_THRESHOLD - Static variable in class cascading.tuple.collect.SpillableTupleList
Deprecated. 
Spillable - Interface in cascading.tuple.collect
 
Spillable.SpillListener - Interface in cascading.tuple.collect
 
Spillable.SpillStrategy - Interface in cascading.tuple.collect
 
SpillableProps - Class in cascading.tuple.collect
Class SpillableProps is a fluent interface for building properties to be passed to a FlowConnector before creating new Flow instances.
SpillableProps() - Constructor for class cascading.tuple.collect.SpillableProps
 
spillableProps() - Static method in class cascading.tuple.collect.SpillableProps
 
SpillableTupleList - Class in cascading.tuple.collect
Class SpillableTupleList is a simple durable Collection that can spill its contents to disk when the threshold is met.
SpillableTupleList(int) - Constructor for class cascading.tuple.collect.SpillableTupleList
 
SpillableTupleList(Spillable.SpillStrategy) - Constructor for class cascading.tuple.collect.SpillableTupleList
 
SpillableTupleMap - Class in cascading.tuple.collect
SpillableTupleMap is a HashMap that will allow for multiple values per key, and if the number of values for a given key reach a specific threshold, they will be spilled to disk using a SpillableTupleList instance.
SpillableTupleMap(int, int) - Constructor for class cascading.tuple.collect.SpillableTupleMap
 
SpillableTupleMap(int, float, int, int) - Constructor for class cascading.tuple.collect.SpillableTupleMap
 
spillCount() - Method in interface cascading.tuple.collect.Spillable
The number of times this container has spilled data to disk.
spillCount() - Method in class cascading.tuple.collect.SpillableTupleList
 
spillCount() - Method in class cascading.tuple.collect.SpillableTupleMap
 
splice - Variable in class cascading.flow.stream.SpliceGate
 
Splice - Class in cascading.pipe
The base class for GroupBy, CoGroup, Merge, and HashJoin.
Splice(Pipe, Fields, Pipe, Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, Pipe, Fields, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, Pipe, Fields, Fields, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, Pipe, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, Pipe, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe...) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe[], Fields[]) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe[], Fields[]) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe[], Fields[], Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe[], Fields[], Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe[], Fields[], Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe[], Fields[], Fields, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe[], Fields[], Fields, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, Pipe, Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, Pipe, Fields, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, Pipe, Fields, Fields, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, Pipe, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, Pipe, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe...) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, int, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, int, Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, int, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, int, Fields, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, int, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, int) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, int, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, int, Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, int, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, int, Fields, Fields, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, int, Joiner) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, int) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance where grouping occurs on Fields.ALL fields.
Splice(Pipe, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe, Fields, Fields, boolean) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe, Fields, Fields, boolean) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe[], Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe[], Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe[], Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe[], Fields, Fields) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(Pipe[], Fields, Fields, boolean) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
Splice(String, Pipe[], Fields, Fields, boolean) - Constructor for class cascading.pipe.Splice
Constructor Splice creates a new Splice instance.
SpliceGate - Class in cascading.flow.stream
 
SpliceGate(FlowProcess, Splice) - Constructor for class cascading.flow.stream.SpliceGate
 
SpliceGate(FlowProcess, Splice, SpliceGate.Role) - Constructor for class cascading.flow.stream.SpliceGate
 
SpliceGate.Role - Enum in cascading.flow.stream
 
splitPattern - Variable in class cascading.scheme.util.DelimitedParser
Field splitPattern
Stage<Incoming,Outgoing> - Class in cascading.flow.stream
 
Stage() - Constructor for class cascading.flow.stream.Stage
 
start() - Method in class cascading.cascade.Cascade
Method start begins the current Cascade process.
start() - Method in class cascading.flow.BaseFlow
 
start() - Method in interface cascading.flow.Flow
Method start begins the execution of this Flow instance.
start() - Method in class cascading.flow.planner.FlowStepJob
 
start(Duct) - Method in class cascading.flow.stream.BufferEveryWindow
 
start(Duct) - Method in class cascading.flow.stream.Duct
 
start(Duct) - Method in class cascading.flow.stream.Fork
 
start(Duct) - Method in class cascading.flow.stream.MemoryCoGroupGate
 
start(Duct) - Method in class cascading.flow.stream.MergeStage
 
start(Duct) - Method in class cascading.flow.stream.OpenDuct
 
start(Duct) - Method in class cascading.flow.stream.SinkStage
 
start(long) - Method in class cascading.management.state.ClientState
 
start() - Method in interface cascading.management.UnitOfWork
 
start(UnitOfWork, int, Collection<Callable<Throwable>>) - Method in class cascading.management.UnitOfWorkExecutorStrategy
 
start(UnitOfWork, int, Collection<Callable<Throwable>>) - Method in interface cascading.management.UnitOfWorkSpawnStrategy
 
start(FlowProcess, AggregatorCall<Average.Context>) - Method in class cascading.operation.aggregator.Average
 
start(FlowProcess, AggregatorCall<Pair<Long[], Tuple>>) - 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
Deprecated.  
start(FlowProcess, AggregatorCall<ExtremaValueBase.Context>) - Method in class cascading.operation.aggregator.ExtremaValueBase
 
start(FlowProcess, AggregatorCall<Context>) - Method in interface cascading.operation.Aggregator
Method start initializes the aggregation procedure and is called for every unique grouping.
start(FlowProcess, AggregatorCall<Pair<Double[], Tuple>>) - 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
 
startGroup(Duct, TupleEntry) - Method in class cascading.flow.stream.AggregatorEveryStage
 
startGroup(Duct, Group) - Method in class cascading.flow.stream.CloseReducingDuct
 
startGroup(Duct, TupleEntry) - Method in class cascading.flow.stream.GroupAssertionEveryStage
 
startGroup(Duct, Group) - Method in interface cascading.flow.stream.Reducing
 
startService() - Method in class cascading.management.CascadingServices.NullDocumentService
 
startService() - Method in class cascading.management.CascadingServices.NullMetricsService
 
startService() - Method in class cascading.management.state.BaseState
May be called more than once.
startService() - Method in interface cascading.provider.CascadingService
May be called more than once, but only the first invocation will start the service.
STATE_SERVICE_CLASS_PROPERTY - Static variable in class cascading.management.state.ClientState
 
STATS_STORE_INTERVAL - Static variable in class cascading.stats.CascadingStats
 
statsStoreInterval - Variable in class cascading.flow.planner.FlowStepJob
Field recordStatsInterval
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.
step - Variable in class cascading.flow.stream.StepStreamGraph
 
stepConfigDef - Variable in class cascading.pipe.Pipe
 
StepCounters - Enum in cascading.flow
Enum StepCounters lists all counters
stepName - Variable in class cascading.flow.planner.FlowStepJob
Field stepName
stepsAreLocal() - Method in interface cascading.flow.Flow
Method jobsAreLocal returns true if all jobs are executed in-process as a single map and reduce task.
StepStreamGraph - Class in cascading.flow.stream
 
StepStreamGraph(FlowProcess, BaseFlowStep) - Constructor for class cascading.flow.stream.StepStreamGraph
 
stop() - Method in class cascading.cascade.Cascade.CascadeJob
 
stop() - Method in class cascading.cascade.Cascade
 
stop - Variable in class cascading.flow.BaseFlow
Field stop
stop() - Method in class cascading.flow.BaseFlow
 
stop() - Method in interface cascading.flow.Flow
Method stop stops all running jobs, killing any currently executing.
stop() - Method in class cascading.flow.planner.FlowStepJob
 
stop(long) - Method in class cascading.management.state.ClientState
 
stop() - Method in interface cascading.management.UnitOfWork
 
STOP_JOBS_ON_EXIT - Static variable in class cascading.flow.FlowProps
 
stopJobsOnExit - Variable in class cascading.flow.BaseFlow
Field stopJobsOnExit
stopOnElement(FlowElement, List<FlowElement>) - Method in class cascading.flow.stream.StepStreamGraph
 
stopService() - Method in class cascading.management.CascadingServices.NullDocumentService
 
stopService() - Method in class cascading.management.CascadingServices.NullMetricsService
 
stopService() - Method in class cascading.management.state.BaseState
 
stopService() - Method in interface cascading.provider.CascadingService
May be called more than once, but only the first invocation will stop the service.
store(String, Object) - Method in class cascading.management.state.BaseState
 
StreamComparator<T extends InputStream> - Interface in cascading.tuple
The StreamComparator interface allows for two InputStream instances to be compared, typically bit-wise.
streamedSourceByJoin - Variable in class cascading.flow.planner.BaseFlowStep
 
StreamGraph - Class in cascading.flow.stream
Class StreamGraph is the operation pipeline used during processing.
StreamGraph() - Constructor for class cascading.flow.stream.StreamGraph
 
strict - Variable in class cascading.scheme.util.DelimitedParser
Field strict
STRING - Static variable in class cascading.tuple.coerce.Coercions
 
StringCoerce - Class in cascading.tuple.coerce
 
StringCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.StringCoerce
 
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
 
SubAssembly(Pipe...) - Constructor for class cascading.pipe.SubAssembly
 
SubAssembly(String, Pipe[]) - Constructor for class cascading.pipe.SubAssembly
 
submit(long) - Method in class cascading.management.state.ClientState
 
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) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(String, Pipe, Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(String, Pipe, Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(String, Pipe[], Fields, Fields, Fields) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
SumBy(String, Pipe[], Fields, Fields, Fields, int) - Constructor for class cascading.pipe.assembly.SumBy
Constructor SumBy creates a new SumBy instance.
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) - Constructor for class cascading.pipe.assembly.SumBy.SumPartials
Constructor SumPartials creates a new SumPartials instance.
SumBy.SumPartials(Fields, Class) - Constructor for class cascading.pipe.assembly.SumBy.SumPartials
 
supportsFind() - Method in class cascading.management.CascadingServices.NullDocumentService
 
supportsFind() - Method in interface cascading.management.DocumentService
 
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

tags - Variable in class cascading.property.AppProps
 
tags - Variable in class cascading.property.UnitOfWorkDef
 
tail - Static variable in class cascading.flow.planner.ElementGraph
Field tail
tails - Variable in class cascading.flow.FlowDef
 
Tap<Config,Input,Output> - 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<Config, Input, Output, ?, ?>) - Constructor for class cascading.tap.Tap
 
Tap(Scheme<Config, Input, Output, ?, ?>, SinkMode) - Constructor for class cascading.tap.Tap
 
TapException - Exception in cascading.tap
Class TapException is thrown from Tap and Scheme 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(String, Throwable, Tuple) - Constructor for exception cascading.tap.TapException
Constructor TapException creates a new TapException instance.
TapException(String, Tuple) - 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.
TapGraph - Class in cascading.cascade.planner
 
TapGraph(Collection<Flow>) - Constructor for class cascading.cascade.planner.TapGraph
 
TapGraph(Flow...) - Constructor for class cascading.cascade.planner.TapGraph
 
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.
tempSink - Variable in class cascading.flow.planner.BaseFlowStep
Field tempSink
thread - Variable in class cascading.flow.BaseFlow
Field thread
throwable - Variable in class cascading.flow.planner.FlowStepJob
Field throwable
throwFail(String) - Static method in class cascading.operation.assertion.BaseAssertion
Static method throwFail should be used to throw an AssertionException.
throwFail(String, Object...) - Static method in class cascading.operation.assertion.BaseAssertion
Static method throwFail should be used to throw an AssertionException.
toArray() - Method in class cascading.tuple.collect.SpillableTupleList
 
toArray(T[]) - Method in class cascading.tuple.collect.SpillableTupleList
 
toBoolean(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toBooleanObject(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toDouble(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toDoubleObject(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toFloat(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toFloatObject(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toInteger(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toIntegerObject(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toLong(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toLongObject(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
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.
toPartition(TupleEntry) - Method in class cascading.tap.partition.DelimitedPartition
 
toPartition(TupleEntry) - Method in interface cascading.tap.partition.Partition
Converts the given tupleEntry into a partition string.
TopologyGraph<Vertex> - Class in cascading.cascade.planner
 
TopologyGraph(Flow...) - Constructor for class cascading.cascade.planner.TopologyGraph
 
toShort(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toShortObject(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toString() - Method in class cascading.cascade.Cascade
 
toString() - Method in class cascading.flow.BaseFlow
 
toString() - Method in class cascading.flow.planner.BaseFlowStep
 
toString() - Method in class cascading.flow.planner.ElementGraph.Extent
 
toString() - Method in class cascading.flow.planner.PlatformInfo
 
toString() - Method in class cascading.flow.planner.Scope
 
toString() - Method in class cascading.flow.stream.Duct
 
toString() - Method in class cascading.flow.stream.ElementStage
 
toString() - Method in class cascading.flow.stream.SpliceGate
 
toString() - Method in class cascading.operation.BaseOperation
 
toString() - Method in class cascading.pipe.Operator
 
toString() - Method in class cascading.pipe.Pipe
 
toString() - Method in class cascading.pipe.Splice
 
toString() - Method in class cascading.scheme.NullScheme
 
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.FlowStepStats
 
toString() - Method in class cascading.tap.BaseTemplateTap
 
toString() - Method in class cascading.tap.MultiSinkTap
 
toString() - Method in class cascading.tap.MultiSourceTap
 
toString() - Method in class cascading.tap.partition.BasePartitionTap
 
toString() - Method in class cascading.tap.Tap
 
toString() - Method in class cascading.tuple.Fields
 
toString() - Method in class cascading.tuple.io.IndexTuple
 
toString() - Method in class cascading.tuple.io.TuplePair
 
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(Object) - Static method in class cascading.tuple.Tuples
Deprecated. 
toString() - Method in class cascading.tuple.type.DateType
 
toStringInternal(Operation) - Static method in class cascading.operation.BaseOperation
 
toTuple(String, TupleEntry) - Method in class cascading.tap.partition.DelimitedPartition
 
toTuple(String, TupleEntry) - Method in interface cascading.tap.partition.Partition
Converts the given partition String to a TupleEntry using the given TupleEntry instance for re-use.
trace - Variable in class cascading.operation.BaseOperation
Field trace
trapHandler - Variable in class cascading.flow.stream.ElementStage
 
TrapHandler - Class in cascading.flow.stream
 
TrapHandler(FlowProcess) - Constructor for class cascading.flow.stream.TrapHandler
 
TrapHandler(FlowProcess, Tap, String) - Constructor for class cascading.flow.stream.TrapHandler
 
traps - Variable in class cascading.flow.FlowDef
 
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.
tuple(Object) - Static method in class cascading.tuple.Tuples
A utility function for use with Janino expressions to get around its lack of support for varargs.
tuple(Object, Object) - Static method in class cascading.tuple.Tuples
A utility function for use with Janino expressions to get around its lack of support for varargs.
tuple(Object, Object, Object) - Static method in class cascading.tuple.Tuples
A utility function for use with Janino expressions to get around its lack of support for varargs.
tuple(Object, Object, Object, Object) - Static method in class cascading.tuple.Tuples
A utility function for use with Janino expressions to get around its lack of support for varargs.
tuple(Object, Object, Object, Object, Object) - Static method in class cascading.tuple.Tuples
A utility function for use with Janino expressions to get around its lack of support for varargs.
tuple(Object, Object, Object, Object, Object, Object) - Static method in class cascading.tuple.Tuples
A utility function for use with Janino expressions to get around its lack of support for varargs.
tuple(Object, Object, Object, Object, Object, Object, Object) - Static method in class cascading.tuple.Tuples
A utility function for use with Janino expressions to get around its lack of support for varargs.
tuple(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class cascading.tuple.Tuples
A utility function for use with Janino expressions to get around its lack of support for varargs.
TUPLE_COLLECTION_FACTORY - Static variable in interface cascading.tuple.collect.TupleCollectionFactory
 
TUPLE_MAP_FACTORY - Static variable in interface cascading.tuple.collect.TupleMapFactory
 
TupleBuilder - Class in cascading.tuple.util
 
TupleBuilder() - Constructor for class cascading.tuple.util.TupleBuilder
 
TupleCollectionFactory<Config> - Interface in cascading.tuple.collect
Interface TupleCollectionFactory allows developers to plugin alternative implementations of a "tuple collection" used to back in memory "join" and "co-group" operations.
TupleEntry - Class in cascading.tuple
Class TupleEntry allows a Tuple instance and its declaring 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, 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.
tupleEntry - Variable in class cascading.tuple.TupleEntryCollector
 
TupleEntryChainIterator - Class in cascading.tuple
TupleEntryChainIterator chains the given Iterators into a single Iterator.
TupleEntryChainIterator(Fields, Iterator<Tuple>...) - Constructor for class cascading.tuple.TupleEntryChainIterator
 
TupleEntryCollector - Class in cascading.tuple
Interface TupleEntryCollector is used to allow BaseOperation instances to emit one or more 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.
TupleEntryIterableChainIterator - Class in cascading.tuple
TupleEntryChainIterator chains the given Iterators into a single Iterator.
TupleEntryIterableChainIterator(Fields) - Constructor for class cascading.tuple.TupleEntryIterableChainIterator
 
TupleEntryIterableChainIterator(Fields, Iterable<Iterator<Tuple>>) - Constructor for class cascading.tuple.TupleEntryIterableChainIterator
 
tupleEntryIterator - Variable in class cascading.flow.stream.SpliceGate
 
TupleEntryIterator - Class in cascading.tuple
Class TupleEntryIterator provides an efficient Iterator for returning TupleEntry elements in an underlying Tuple collection.
TupleEntryIterator(Fields) - Constructor for class cascading.tuple.TupleEntryIterator
Constructor TupleEntryIterator creates a new TupleEntryIterator instance.
TupleEntrySchemeCollector<Config,Output> - Class in cascading.tuple
Class TupleEntrySchemeCollector is a helper class for wrapping a Scheme instance, calling Scheme.sink(cascading.flow.FlowProcess, cascading.scheme.SinkCall) on every call to TupleEntrySchemeCollector.add(TupleEntry) or TupleEntrySchemeCollector.add(Tuple).
TupleEntrySchemeCollector(FlowProcess<Config>, Scheme) - Constructor for class cascading.tuple.TupleEntrySchemeCollector
 
TupleEntrySchemeCollector(FlowProcess<Config>, Scheme, String) - Constructor for class cascading.tuple.TupleEntrySchemeCollector
 
TupleEntrySchemeCollector(FlowProcess<Config>, Scheme, Output) - Constructor for class cascading.tuple.TupleEntrySchemeCollector
 
TupleEntrySchemeCollector(FlowProcess<Config>, Tap, Output) - Constructor for class cascading.tuple.TupleEntrySchemeCollector
 
TupleEntrySchemeCollector(FlowProcess<Config>, Scheme, Output, String) - Constructor for class cascading.tuple.TupleEntrySchemeCollector
 
TupleEntrySchemeIterator<Config,Input> - Class in cascading.tuple
Class TupleEntrySchemeIterator is a helper class for wrapping a Scheme instance, calling Scheme.source(cascading.flow.FlowProcess, cascading.scheme.SourceCall) on every call to TupleEntrySchemeIterator.next().
TupleEntrySchemeIterator(FlowProcess<Config>, Scheme, Input) - Constructor for class cascading.tuple.TupleEntrySchemeIterator
 
TupleEntrySchemeIterator(FlowProcess<Config>, Scheme, Input, String) - Constructor for class cascading.tuple.TupleEntrySchemeIterator
 
TupleEntrySchemeIterator(FlowProcess<Config>, Scheme, CloseableIterator<Input>) - Constructor for class cascading.tuple.TupleEntrySchemeIterator
 
TupleEntrySchemeIterator(FlowProcess<Config>, Scheme, CloseableIterator<Input>, String) - Constructor for class cascading.tuple.TupleEntrySchemeIterator
 
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.
TupleHasher - Class in cascading.tuple.util
 
TupleHasher() - Constructor for class cascading.tuple.util.TupleHasher
 
TupleHasher(Comparator, Comparator[]) - Constructor for class cascading.tuple.util.TupleHasher
 
TupleInputStream - Class in cascading.tuple.io
Class TupleInputStream is used internally to read Tuples from storage.
TupleInputStream(InputStream, TupleInputStream.ElementReader) - Constructor for class cascading.tuple.io.TupleInputStream
 
TupleInputStream.ElementReader - Interface in cascading.tuple.io
 
TupleListCollector - Class in cascading.tuple
TupleEntryCollector is a convenience class for managing a list of tuples.
TupleListCollector(Fields, Tuple...) - Constructor for class cascading.tuple.TupleListCollector
Constructor TupleEntryCollector creates a new TupleEntryCollector instance.
TupleListCollector(Fields, boolean) - Constructor for class cascading.tuple.TupleListCollector
Constructor TupleListCollector creates a new TupleListCollector instance.
TupleMapFactory<Config> - Interface in cascading.tuple.collect
Interface TupleMapFactory allows developers to plugin alternative implementations of a "tuple map" used to back in memory "join" and "co-group" operations.
TupleOutputStream - Class in cascading.tuple.io
Class TupleOutputStream is used internally to write Tuples to storage.
TupleOutputStream(Map<Class, TupleOutputStream.TupleElementWriter>, OutputStream, TupleOutputStream.ElementWriter) - Constructor for class cascading.tuple.io.TupleOutputStream
 
TupleOutputStream.ElementWriter - Interface in cascading.tuple.io
 
TupleOutputStream.TupleElementWriter - Interface in cascading.tuple.io
 
TuplePair - Class in cascading.tuple.io
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.io.TuplePair
Constructor Tuple creates a new Tuple instance.
TuplePair(Tuple, Tuple) - Constructor for class cascading.tuple.io.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
 
TupleViews - Class in cascading.tuple.util
This class is experimental and for internal use only.
TupleViews() - Constructor for class cascading.tuple.util.TupleViews
 
typeNames(Type[]) - Static method in class cascading.util.Util
 
types - Variable in class cascading.scheme.util.DelimitedParser
Field types
types - Static variable in class cascading.tuple.coerce.Coercions
 
types(Type...) - Static method in class cascading.tuple.Fields
 

U

undelegate(FlowProcess) - Static method in class cascading.flow.FlowProcessWrapper
 
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, Unique.Include) - 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(Pipe, Fields, Unique.Include, 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, Unique.Include) - 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(String, Pipe, Fields, Unique.Include, 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, Unique.Include) - 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(Pipe[], Fields, Unique.Include, 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, Unique.Include) - 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(String, Pipe[], Fields, Unique.Include, int) - Constructor for class cascading.pipe.assembly.Unique
Constructor Unique creates a new Unique instance.
unique(String, String) - Static method in class cascading.util.Util
 
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.
Unique.FilterPartialDuplicates(Unique.Include, int) - Constructor for class cascading.pipe.assembly.Unique.FilterPartialDuplicates
Constructor FilterPartialDuplicates creates a new FilterPartialDuplicates instance.
Unique.Include - Enum in cascading.pipe.assembly
 
UnitOfWork<Stats extends CascadingStats> - Interface in cascading.management
Interface UnitOfWork is a common interface for Flow and Cascade allowing them to be used interchangeably.
UnitOfWorkDef<T> - Class in cascading.property
Class UnitOfWorkDef is the base class for framework specific fluent definition interfaces.
UnitOfWorkDef() - Constructor for class cascading.property.UnitOfWorkDef
 
UnitOfWorkExecutorStrategy - Class in cascading.management
Class UnitOfWorkExecutorStrategy uses a simple Executors.newFixedThreadPool(int) ExecutorService to spawn threads.
UnitOfWorkExecutorStrategy() - Constructor for class cascading.management.UnitOfWorkExecutorStrategy
 
UnitOfWorkSpawnStrategy - Interface in cascading.management
The interface UnitOfWorkSpawnStrategy is a strategy for allowing pluggable thread management services into any UnitOfWork class.
UNKNOWN - Static variable in class cascading.tuple.Fields
Field UNKNOWN
unwind(Pipe...) - Static method in class cascading.pipe.SubAssembly
Is responsible for unwinding nested SubAssembly instances.
update(String, String) - Method in interface cascading.property.ConfigDef.Getter
 
update(String, String) - Method in interface cascading.property.ConfigDef.Setter
 
Update - Class in cascading.util
 
Update() - Constructor for class cascading.util.Update
 
UPDATE_CHECK_SKIP - Static variable in class cascading.util.Update
 
UPDATE_URL - Static variable in class cascading.util.Update
 
updateSchemes(ElementGraph) - Method in class cascading.flow.BaseFlow
 
USE_DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.AggregateBy
 
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

validateLength(Flow, int) - Static method in class cascading.CascadingTestCase
 
validateLength(Flow, int, String) - Static method in class cascading.CascadingTestCase
 
validateLength(Flow, int, int) - Static method in class cascading.CascadingTestCase
 
validateLength(Flow, int, int, Pattern) - Static method in class cascading.CascadingTestCase
 
validateLength(Flow, int, Pattern, String) - Static method in class cascading.CascadingTestCase
 
validateLength(Flow, int, int, Pattern, String) - Static method in class cascading.CascadingTestCase
 
validateLength(TupleEntryIterator, int) - Static method in class cascading.CascadingTestCase
 
validateLength(TupleEntryIterator, int, int) - Static method in class cascading.CascadingTestCase
 
validateLength(TupleEntryIterator, int, Pattern) - Static method in class cascading.CascadingTestCase
 
validateLength(TupleEntryIterator, int, int, Pattern) - Static method in class cascading.CascadingTestCase
 
value - Variable in class cascading.util.SingleValueIterator
 
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.
ValueAssertionEachStage - Class in cascading.flow.stream
 
ValueAssertionEachStage(FlowProcess, Each) - Constructor for class cascading.flow.stream.ValueAssertionEachStage
 
valueComparators - Variable in class cascading.flow.stream.MemorySpliceGate
 
valueFields - Variable in class cascading.pipe.joiner.JoinerClosure
 
valueOf(String) - Static method in enum cascading.flow.planner.Scope.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.flow.SliceCounters
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.flow.stream.SpliceGate.Role
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.pipe.assembly.AggregateBy.Flush
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.pipe.assembly.AverageBy.Include
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.pipe.assembly.CountBy.Include
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.pipe.assembly.Unique.Include
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.property.ConfigDef.Mode
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.BaseTemplateTap.Counters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.tap.partition.BasePartitionTap.Counters
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.ShutdownUtil.Hook.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum cascading.flow.planner.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.SliceCounters
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.flow.stream.SpliceGate.Role
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.pipe.assembly.AggregateBy.Flush
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.pipe.assembly.AverageBy.Include
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.pipe.assembly.CountBy.Include
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.pipe.assembly.Unique.Include
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.property.ConfigDef.Mode
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.BaseTemplateTap.Counters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.tap.partition.BasePartitionTap.Counters
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.ShutdownUtil.Hook.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
valuesBuilder - Variable in class cascading.flow.stream.SpliceGate
 
valuesFields - Variable in class cascading.flow.stream.SpliceGate
 
vendor - Variable in class cascading.flow.planner.PlatformInfo
 
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.
verifyAllTaps(FlowDef) - Method in class cascading.flow.planner.FlowPlanner
 
verifyAssembly(FlowDef, Pipe[]) - Method in class cascading.flow.planner.FlowPlanner
 
verifyCheckpoints(FlowDef, Pipe[]) - Method in class cascading.flow.planner.FlowPlanner
 
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(FlowDef, Pipe[]) - Method in class cascading.flow.planner.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.planner.FlowPlanner
 
verifyTaps(Map<String, Tap>, boolean, boolean) - Method in class cascading.flow.planner.FlowPlanner
Method verifyTaps ...
verifyTraps(FlowDef, Pipe[]) - Method in class cascading.flow.planner.FlowPlanner
 
version - Variable in class cascading.flow.planner.PlatformInfo
 
version - Variable in class cascading.property.AppProps
 
Version - Class in cascading.util
 
Version() - Constructor for class cascading.util.Version
 
versionProperties - Static variable in class cascading.util.Version
 

W

waitOnLatch() - Method in class cascading.flow.stream.MemoryHashJoinGate
 
wrapInput(Input) - Method in class cascading.tuple.TupleEntrySchemeIterator
 
wrapOutput(Output) - Method in class cascading.tuple.TupleEntrySchemeCollector
 
write(DataOutputStream, Object) - Method in interface cascading.tuple.io.TupleOutputStream.ElementWriter
 
write(TupleOutputStream, Object) - Method in interface cascading.tuple.io.TupleOutputStream.TupleElementWriter
 
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.BaseFlow
 
writeDOT(String) - Method in interface 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 class cascading.flow.planner.ElementGraph
Method writeDOT writes this element graph to a DOT file for easy visualization and debugging.
writeDOT(String) - Method in class cascading.flow.planner.FlowStepGraph
Method writeDOT writes this element graph to a DOT file for easy visualization and debugging.
writeDOT(String) - Method in exception cascading.flow.planner.PlannerException
Method writeDOT writes the failed Flow instance to the given filename as a DOT file for import into a graphics package.
writeDOT(Writer, SimpleDirectedGraph, IntegerNameProvider, VertexNameProvider, EdgeNameProvider) - Static method in class cascading.util.Util
 
writeElement(Object) - Method in class cascading.tuple.io.TupleOutputStream
 
writeElementArray(Object[]) - Method in class cascading.tuple.io.TupleOutputStream
 
writeIndexTuple(IndexTuple) - Method in class cascading.tuple.io.TupleOutputStream
 
writeIntInternal(int) - Method in class cascading.tuple.io.TupleOutputStream
 
writeStepsDOT(String) - Method in class cascading.flow.BaseFlow
 
writeStepsDOT(String) - Method in interface 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.io.TupleOutputStream
 
writeTuplePair(TuplePair) - Method in class cascading.tuple.io.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.

Z

zone - Variable in class cascading.operation.text.DateOperation
Field zone
zone - Variable in class cascading.tuple.type.DateType
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-2013 Concurrent, Inc. All Rights Reserved.