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

A

accept(Class<?>) - Method in class cascading.tuple.hadoop.BigDecimalSerialization
 
accept(Class<?>) - Method in class cascading.tuple.hadoop.BytesSerialization
 
accept(Class) - Method in class cascading.tuple.hadoop.TupleSerialization
Method accept implements Serialization.accept(Class).
accepts(Class<T>) - Method in class cascading.flow.hadoop.util.JavaObjectSerializer
 
accepts(Class<T>) - Method in interface cascading.flow.hadoop.util.ObjectSerializer
 
add(Tuple) - Method in class cascading.flow.hadoop.util.FalseCollection
 
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
 
addAll(Collection<? extends Tuple>) - Method in class cascading.flow.hadoop.util.FalseCollection
 
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.
addAttempt(TaskCompletionEvent) - Method in class cascading.stats.hadoop.HadoopSliceStats
 
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.
addHadoopSerialization(String) - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
addHadoopSerializations(List<String>) - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
addInputFormat(JobConf, JobConf...) - Static method in class cascading.tap.hadoop.io.MultiInputFormat
Used to set the current JobConf with all sub jobs configurations.
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.
addLong(long) - Method in class cascading.tuple.Tuple
Method addLong adds a new element value to this instance.
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.hadoop.HfsProps
 
addPropertiesTo(Properties) - Method in class cascading.tap.partition.PartitionTapProps
 
addPropertiesTo(Properties) - Method in class cascading.tuple.collect.SpillableProps
 
addPropertiesTo(Properties) - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
addSerialization(Map<Object, Object>, String) - Static method in class cascading.tuple.hadoop.TupleSerialization
Deprecated. 
addSerialization(Map<Object, Object>, String) - Static method in class cascading.tuple.hadoop.TupleSerializationProps
Adds the given className as a Hadoop IO serialization class.
addSerializationToken(Map<Object, Object>, int, String) - Static method in class cascading.tuple.hadoop.TupleSerialization
Deprecated. 
addSerializationToken(Map<Object, Object>, int, String) - Static method in class cascading.tuple.hadoop.TupleSerializationProps
Adds the given token and className pair as a serialization token property.
addSerializationToken(int, String) - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
addSerializationTokens(Map<Integer, String>) - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
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.
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.
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
 
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.
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.
addToClassPath(JobConf, List<String>) - Static method in class cascading.flow.hadoop.util.HadoopUtil
Add to class path.
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.
ALL - Static variable in class cascading.tuple.Fields
Field ALL represents a wildcard for all fields
And - Class in cascading.operation.filter
Class And is a Filter class that will logically 'and' the results of the constructor provided Filter instances.
And(Filter...) - Constructor for class cascading.operation.filter.And
Constructor And creates a new And instance where all Filter instances receive all arguments.
And(Fields, Filter, Fields, Filter) - Constructor for class cascading.operation.filter.And
Constructor And creates a new And instance.
And(Fields[], Filter[]) - Constructor for class cascading.operation.filter.And
Constructor And creates a new And instance.
ANY - Static variable in interface cascading.operation.Operation
Field ANY denotes that a given Operation will take any number of argument values
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(Path, int, Progressable) - Method in class cascading.tap.hadoop.io.StreamedFileSystem
 
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
 
applySourceConfInitIdentifiers(FlowProcess<JobConf>, JobConf, String...) - Method in class cascading.tap.hadoop.Hfs
 
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
argumentSelector - Variable in class cascading.pipe.Operator
Field argumentSelector
argumentSelectors - Variable in class cascading.operation.filter.Logic
Field fields
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(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.
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
 
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 - 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.
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
 
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
 
BigDecimalSerialization - Class in cascading.tuple.hadoop
Class BigDecimalSerialization is an implementation of Hadoop's Serialization interface for use by BigDecimal instances.
BigDecimalSerialization() - Constructor for class cascading.tuple.hadoop.BigDecimalSerialization
 
BigDecimalSerialization.BigDecimalDeserializer - Class in cascading.tuple.hadoop
 
BigDecimalSerialization.BigDecimalDeserializer() - Constructor for class cascading.tuple.hadoop.BigDecimalSerialization.BigDecimalDeserializer
 
BigDecimalSerialization.BigDecimalSerializer - Class in cascading.tuple.hadoop
 
BigDecimalSerialization.BigDecimalSerializer() - Constructor for class cascading.tuple.hadoop.BigDecimalSerialization.BigDecimalSerializer
 
block - Variable in class cascading.operation.expression.ScriptOperation
Field expression
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
 
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.
BufferedInputStream - Class in cascading.tuple.hadoop.io
 
BufferedInputStream() - Constructor for class cascading.tuple.hadoop.io.BufferedInputStream
 
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
 
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.
BytesComparator - Class in cascading.tuple.hadoop.util
Class BytesComparator is used to compare arrays of bytes.
BytesComparator() - Constructor for class cascading.tuple.hadoop.util.BytesComparator
 
BytesSerialization - Class in cascading.tuple.hadoop
Class BytesSerialization is an implementation of Hadoop's Serialization interface for use by byte arrays (byte[]).
BytesSerialization() - Constructor for class cascading.tuple.hadoop.BytesSerialization
 
BytesSerialization.RawBytesDeserializer - Class in cascading.tuple.hadoop
 
BytesSerialization.RawBytesDeserializer() - Constructor for class cascading.tuple.hadoop.BytesSerialization.RawBytesDeserializer
 
BytesSerialization.RawBytesSerializer - Class in cascading.tuple.hadoop
 
BytesSerialization.RawBytesSerializer() - Constructor for class cascading.tuple.hadoop.BytesSerialization.RawBytesSerializer
 

C

cachedCounters() - Method in class cascading.stats.hadoop.HadoopStepStats
 
cachedCounters(boolean) - Method in class cascading.stats.hadoop.HadoopStepStats
 
call() - Method in class cascading.cascade.Cascade.CascadeJob
 
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
 
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
 
captureDetail() - Method in class cascading.stats.hadoop.HadoopStepStats
Method captureDetail captures statistics task details and completion events.
captureDetail(boolean) - Method in class cascading.stats.hadoop.HadoopStepStats
 
captureDetail() - Method in class cascading.stats.local.LocalStepStats
 
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.cascade - package cascading.cascade
 
cascading.flow - package cascading.flow
 
cascading.flow.hadoop - package cascading.flow.hadoop
 
cascading.flow.hadoop.util - package cascading.flow.hadoop.util
 
cascading.flow.local - package cascading.flow.local
 
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.operation.xml - package cascading.operation.xml
 
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.hadoop - package cascading.scheme.hadoop
 
cascading.scheme.local - package cascading.scheme.local
 
cascading.scheme.util - package cascading.scheme.util
 
cascading.stats - package cascading.stats
 
cascading.stats.hadoop - package cascading.stats.hadoop
 
cascading.stats.local - package cascading.stats.local
 
cascading.tap - package cascading.tap
 
cascading.tap.hadoop - package cascading.tap.hadoop
 
cascading.tap.hadoop.io - package cascading.tap.hadoop.io
 
cascading.tap.hadoop.util - package cascading.tap.hadoop.util
 
cascading.tap.local - package cascading.tap.local
 
cascading.tap.local.io - package cascading.tap.local.io
 
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.hadoop - package cascading.tuple.hadoop
 
cascading.tuple.hadoop.collect - package cascading.tuple.hadoop.collect
 
cascading.tuple.hadoop.io - package cascading.tuple.hadoop.io
 
cascading.tuple.hadoop.util - package cascading.tuple.hadoop.util
 
cascading.tuple.io - package cascading.tuple.io
 
cascading.tuple.type - package cascading.tuple.type
 
cascading.tuple.util - package cascading.tuple.util
 
CASCADING_FLOW_ID - Static variable in interface cascading.flow.Flow
 
CASCADING_FLOW_STEP_ID - Static variable in interface cascading.flow.FlowStep
 
CASCADING_SERVICES - Static variable in class cascading.management.CascadingServices
 
CASCADING_SERVICES_JAR - Static variable in class cascading.management.CascadingServices
 
CASCADING_SOURCE_PATH - Static variable in class cascading.tap.hadoop.io.MultiInputSplit
 
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
 
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
 
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.
checkpoints - Variable in class cascading.flow.FlowDef
 
classPath - Variable in class cascading.flow.FlowDef
 
clean(JobConf) - Method in class cascading.flow.hadoop.HadoopFlowStep
Method clean removes any temporary files used by this FlowStep instance.
clean(Properties) - Method in class cascading.flow.local.LocalFlowStep
 
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
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.hadoop.ProcessFlow
 
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.
cleanupJob(JobConf) - Static method in class cascading.tap.hadoop.util.Hadoop18TapUtil
May only be called once.
cleanupTapMetaData(JobConf, Tap) - Static method in class cascading.tap.hadoop.util.Hadoop18TapUtil
Called from flow step to remove temp dirs
clear() - Method in class cascading.flow.hadoop.util.FalseCollection
 
clear() - Method in class cascading.tuple.collect.SpillableTupleList
 
clear() - Method in class cascading.tuple.hadoop.io.BufferedInputStream
 
clear() - Method in class cascading.tuple.Tuple
Method clear empties this Tuple 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.flow.hadoop.FlowReducer
 
close() - Method in class cascading.tap.hadoop.io.CombineFileRecordReaderWrapper
 
close() - Method in class cascading.tap.hadoop.io.FSDigestInputStream
 
close() - Method in class cascading.tap.hadoop.io.MultiRecordReaderIterator
 
close() - Method in class cascading.tap.hadoop.io.RecordReaderIterator
 
close() - Method in class cascading.tap.hadoop.io.TapOutputCollector
 
close() - Method in class cascading.tap.hadoop.util.MeasuredOutputCollector
 
close() - Method in class cascading.tap.hadoop.util.MeasuredRecordReader
 
close() - Method in class cascading.tap.partition.BasePartitionTap.PartitionCollector
 
close() - Method in class cascading.tuple.hadoop.BigDecimalSerialization.BigDecimalDeserializer
 
close() - Method in class cascading.tuple.hadoop.BigDecimalSerialization.BigDecimalSerializer
 
close() - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesDeserializer
 
close() - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesSerializer
 
close() - Method in class cascading.tuple.hadoop.TupleSerialization.SerializationElementReader
 
close() - Method in class cascading.tuple.hadoop.TupleSerialization.SerializationElementWriter
 
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
 
closeCollector(String) - Method in class cascading.tap.partition.BasePartitionTap.PartitionCollector
 
closeCurrent() - Method in class cascading.tuple.TupleEntryChainIterator
 
closeCurrent() - Method in class cascading.tuple.TupleEntryIterableChainIterator
 
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.
CoGroupingComparator - Class in cascading.tuple.hadoop.util
Class GroupingComparator is an implementation of RawComparator.
CoGroupingComparator() - Constructor for class cascading.tuple.hadoop.util.CoGroupingComparator
 
CoGroupingPartitioner - Class in cascading.tuple.hadoop.util
Class GroupingPartitioner is an implementation of Partitioner.
CoGroupingPartitioner() - Constructor for class cascading.tuple.hadoop.util.CoGroupingPartitioner
 
collect(Object, Object) - Method in class cascading.tap.hadoop.io.TapOutputCollector
Method collect writes the given values to the Tap this instance encapsulates.
collect(Object, Object) - Method in class cascading.tap.hadoop.util.MeasuredOutputCollector
 
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
 
COMBINE_INPUT_FILES - Static variable in class cascading.tap.hadoop.HfsProps
Field COMBINE_INPUT_FILES
COMBINE_INPUT_FILES_SAFE_MODE - Static variable in class cascading.tap.hadoop.HfsProps
Field COMBINE_INPUT_FILES_SAFEMODE
COMBINE_INPUT_FILES_SIZE_MAX - Static variable in class cascading.tap.hadoop.HfsProps
Field COMBINE_INPUT_FILES_SIZE_MAX
combinedInputMaxSize - Variable in class cascading.tap.hadoop.HfsProps
 
combinedInputSafeMode - Variable in class cascading.tap.hadoop.HfsProps
 
CombineFileRecordReaderWrapper<K,V> - Class in cascading.tap.hadoop.io
A wrapper class for a record reader that handles a single file split.
CombineFileRecordReaderWrapper(CombineFileSplit, Configuration, Reporter, Integer) - Constructor for class cascading.tap.hadoop.io.CombineFileRecordReaderWrapper
 
commitResource(Config) - Method in class cascading.tap.BaseTemplateTap
 
commitResource(Properties) - Method in class cascading.tap.local.FileTap
 
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.
commitTask(JobConf) - Static method in class cascading.tap.hadoop.util.Hadoop18TapUtil
copies all files from the taskoutputpath to the outputpath
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(byte[], byte[]) - Method in class cascading.tuple.hadoop.util.BytesComparator
 
compare(BufferedInputStream, BufferedInputStream) - Method in class cascading.tuple.hadoop.util.BytesComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.util.CoGroupingComparator
 
compare(IndexTuple, IndexTuple) - Method in class cascading.tuple.hadoop.util.CoGroupingComparator
 
compare(Object, Object) - Method in class cascading.tuple.hadoop.util.DelegatingTupleElementComparator
 
compare(TupleInputStream, TupleInputStream) - Method in class cascading.tuple.hadoop.util.DelegatingTupleElementComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.util.GroupingComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.util.GroupingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.util.GroupingSortingComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.util.GroupingSortingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.util.IndexTupleCoGroupingComparator
 
compare(IndexTuple, IndexTuple) - Method in class cascading.tuple.hadoop.util.IndexTupleCoGroupingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.util.ReverseGroupingSortingComparator
 
compare(TuplePair, TuplePair) - Method in class cascading.tuple.hadoop.util.ReverseGroupingSortingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.util.ReverseTupleComparator
 
compare(Tuple, Tuple) - Method in class cascading.tuple.hadoop.util.ReverseTupleComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class cascading.tuple.hadoop.util.TupleComparator
 
compare(Tuple, Tuple) - Method in class cascading.tuple.hadoop.util.TupleComparator
 
compare(Object, Object) - Method in class cascading.tuple.hadoop.util.TupleElementComparator
 
compare(TupleInputStream, TupleInputStream) - Method in class cascading.tuple.hadoop.util.TupleElementComparator
 
compare(Object, Object) - Method in class cascading.tuple.hadoop.util.TupleElementStreamComparator
 
compare(HadoopTupleInputStream, HadoopTupleInputStream) - Method in class cascading.tuple.hadoop.util.TupleElementStreamComparator
 
compare(T, T) - Method in interface cascading.tuple.StreamComparator
 
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(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() - Method in class cascading.flow.hadoop.ProcessFlow
 
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
 
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
 
configure(JobConf) - Method in class cascading.flow.hadoop.FlowMapper
 
configure(JobConf) - Method in class cascading.flow.hadoop.FlowReducer
 
configure(JobConf) - Method in class cascading.tap.hadoop.io.MultiInputSplit
 
configure(JobConf) - Method in class cascading.tuple.hadoop.util.HasherPartitioner
 
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.flow.hadoop.util.FalseCollection
 
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.flow.hadoop.util.FalseCollection
 
containsAll(Collection<?>) - Method in class cascading.tuple.collect.SpillableTupleList
 
containsPipeNamed(String) - Method in interface cascading.flow.FlowStep
Returns true if this FlowStep contains a pipe/branch with the given name.
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
 
copyConfig(JobConf) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
copyConfig(Properties) - Method in class cascading.flow.local.LocalFlowProcess
 
copyJobConf(JobConf) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
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
 
copyWith(JobConf) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
copyWith(Properties) - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
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
 
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
 
COUNTER_TIMEOUT_PROPERTY - Static variable in class cascading.stats.hadoop.HadoopStepStats
 
create(FlowProcess<Config>) - Method in interface cascading.provider.CascadingFactory
Method create will return a new instance of the type create by this factory.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class cascading.tap.hadoop.io.StreamedFileSystem
 
create(FlowProcess<JobConf>) - Method in class cascading.tuple.hadoop.collect.HadoopTupleCollectionFactory
 
create(FlowProcess<JobConf>) - Method in class cascading.tuple.hadoop.collect.HadoopTupleMapFactory
 
create(List<Object>) - Static method in class cascading.tuple.Tuples
 
createCleanPatternFor(String) - Method in class cascading.scheme.util.DelimitedParser
Method createCleanPatternFor creates a regex Pattern for removing quote characters from a String.
createClientState(String) - Method in class cascading.management.CascadingServices
 
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
 
createDocumentService() - Method in class cascading.management.CascadingServices
 
createEscapePatternFor(String) - Method in class cascading.scheme.util.DelimitedParser
Method createEscapePatternFor creates a regex Pattern cleaning quote escapes from a String.
createFlowPlanner() - Method in class cascading.flow.FlowConnector
 
createFlowPlanner() - Method in class cascading.flow.hadoop.HadoopFlowConnector
 
createFlowPlanner() - Method in class cascading.flow.local.LocalFlowConnector
 
createFlowStepJob(FlowProcess<JobConf>, JobConf) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
createFlowStepJob(FlowProcess<Properties>, Properties) - Method in class cascading.flow.local.LocalFlowStep
 
createFlowThread(String) - Method in class cascading.flow.BaseFlow
 
createFlowThread(String) - Method in class cascading.flow.local.LocalFlow
 
createInput(InputStream) - Method in class cascading.scheme.local.TextDelimited
 
createInput(InputStream) - Method in class cascading.scheme.local.TextLine
 
createIterator(IndexTuple, Iterator<IndexTuple>) - Method in class cascading.flow.hadoop.HadoopCoGroupClosure
 
createJobConf(Map<Object, Object>, JobConf) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
createKey() - Method in class cascading.tap.hadoop.io.CombineFileRecordReaderWrapper
 
createKey() - Method in class cascading.tap.hadoop.util.MeasuredRecordReader
 
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
 
createObjectArray() - Static method in class cascading.tuple.util.TupleViews
 
createObjectArray(Object...) - Static method in class cascading.tuple.util.TupleViews
 
createOutput(OutputStream) - Method in class cascading.scheme.local.TextDelimited
 
createOutput(OutputStream) - Method in class cascading.scheme.local.TextLine
 
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(Configuration) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
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
 
createProvider(String) - Method in class cascading.provider.ProviderLoader
 
createResource(Config) - Method in class cascading.tap.BaseTemplateTap
 
createResource(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
createResource(Properties) - Method in class cascading.tap.local.FileTap
 
createResource(Properties) - Method in class cascading.tap.local.StdErrTap
 
createResource(Properties) - Method in class cascading.tap.local.StdOutTap
 
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.
createSinks(JobConf) - Method in class cascading.flow.hadoop.MapReduceFlow
 
createSources(JobConf) - Method in class cascading.flow.hadoop.MapReduceFlow
 
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.
createTraps(JobConf) - Method in class cascading.flow.hadoop.MapReduceFlow
 
createTupleCollection(Tuple) - Method in class cascading.tuple.collect.SpillableTupleMap
 
createTupleCollection(Tuple) - Method in class cascading.tuple.hadoop.collect.HadoopSpillableTupleMap
 
createTupleEntrySchemeCollector(FlowProcess<Config>, Tap, String) - Method in class cascading.tap.BaseTemplateTap
 
createTupleEntrySchemeCollector(FlowProcess<JobConf>, Tap, String, long) - Method in class cascading.tap.hadoop.PartitionTap
 
createTupleEntrySchemeCollector(FlowProcess<JobConf>, Tap, String) - Method in class cascading.tap.hadoop.TemplateTap
Deprecated.  
createTupleEntrySchemeCollector(FlowProcess<Properties>, Tap, String, long) - Method in class cascading.tap.local.PartitionTap
 
createTupleEntrySchemeCollector(FlowProcess<Properties>, Tap, String) - Method in class cascading.tap.local.TemplateTap
Deprecated.  
createTupleEntrySchemeCollector(FlowProcess<Config>, Tap, String, long) - Method in class cascading.tap.partition.BasePartitionTap
 
createTupleEntrySchemeIterator(FlowProcess<JobConf>, Tap, String, RecordReader) - Method in class cascading.tap.hadoop.PartitionTap
 
createTupleEntrySchemeIterator(FlowProcess<Properties>, Tap, String, InputStream) - Method in class cascading.tap.local.PartitionTap
 
createTupleEntrySchemeIterator(FlowProcess<Config>, Tap, String, Input) - Method in class cascading.tap.partition.BasePartitionTap
 
createTupleInputStream(File) - Method in class cascading.tuple.collect.SpillableTupleList
 
createTupleInputStream(File) - Method in class cascading.tuple.hadoop.collect.HadoopSpillableTupleList
 
createTupleOutputStream(File) - Method in class cascading.tuple.collect.SpillableTupleList
 
createTupleOutputStream(File) - Method in class cascading.tuple.hadoop.collect.HadoopSpillableTupleList
 
createValue() - Method in class cascading.tap.hadoop.io.CombineFileRecordReaderWrapper
 
createValue() - Method in class cascading.tap.hadoop.util.MeasuredRecordReader
 

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 - Enum in cascading.operation
Enum DebugLevel designates the level of a given Debug instance.
declaredFields - Variable in class cascading.pipe.Splice
Field declaredFields
decodeBytes(String) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
DEFAULT_CHARSET - Static variable in class cascading.scheme.hadoop.TextDelimited
 
DEFAULT_CHARSET - Static variable in class cascading.scheme.hadoop.TextLine
 
DEFAULT_CHARSET - Static variable in class cascading.scheme.local.TextDelimited
 
DEFAULT_CHARSET - Static variable in class cascading.scheme.local.TextLine
 
DEFAULT_ELEMENT_COMPARATOR - Static variable in class cascading.flow.FlowProps
 
DEFAULT_PROPERTIES - Static variable in class cascading.management.CascadingServices
 
DEFAULT_SOURCE_FIELDS - Static variable in class cascading.scheme.hadoop.TextLine
Field DEFAULT_SOURCE_FIELDS
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. 
defaultCodecs - Static variable in class cascading.tuple.hadoop.collect.HadoopSpillableTupleList
 
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
 
DelegatingTupleElementComparator - Class in cascading.tuple.hadoop.util
 
DelegatingTupleElementComparator(TupleSerialization) - Constructor for class cascading.tuple.hadoop.util.DelegatingTupleElementComparator
 
delete(Path) - Method in class cascading.tap.hadoop.io.StreamedFileSystem
Deprecated. 
delete(Path, boolean) - Method in class cascading.tap.hadoop.io.StreamedFileSystem
 
deleteCheckpointsIfNotUpdate() - Method in class cascading.flow.BaseFlow
 
deleteCheckpointsIfReplace() - Method in class cascading.flow.BaseFlow
 
deleteChildResource(JobConf, String) - Method in class cascading.tap.hadoop.Hfs
 
deleteResource(Config) - Method in class cascading.tap.BaseTemplateTap
 
deleteResource(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
deleteResource(Properties) - Method in class cascading.tap.local.FileTap
 
deleteResource(Properties) - Method in class cascading.tap.local.PartitionTap
 
deleteResource(Properties) - Method in class cascading.tap.local.StdErrTap
 
deleteResource(Properties) - Method in class cascading.tap.local.StdOutTap
 
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.
deleteSinkOnInit - Variable in class cascading.flow.hadoop.MapReduceFlow
Field deleteSinkOnInit
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 - Variable in class cascading.scheme.hadoop.TextDelimited
Field delimitedParser
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 *
deserialize(byte[], Class<T>, boolean) - Method in class cascading.flow.hadoop.util.JavaObjectSerializer
 
deserialize(byte[], Class<T>, boolean) - Method in interface cascading.flow.hadoop.util.ObjectSerializer
 
deserialize(BigDecimal) - Method in class cascading.tuple.hadoop.BigDecimalSerialization.BigDecimalDeserializer
 
deserialize(byte[]) - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesDeserializer
 
deserialize(IndexTuple) - Method in class cascading.tuple.hadoop.io.IndexTupleDeserializer
 
deserialize(Tuple) - Method in class cascading.tuple.hadoop.io.TupleDeserializer
 
deserialize(TuplePair) - Method in class cascading.tuple.hadoop.io.TuplePairDeserializer
 
deserializeBase64(String, Configuration, Class<T>) - Static method in class cascading.flow.hadoop.util.HadoopUtil
This method deserializes the Base64 encoded String into an Object instance.
deserializeBase64(String, Configuration, Class<T>, boolean) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
deserializeList(byte[], boolean) - Method in class cascading.flow.hadoop.util.JavaObjectSerializer
 
deserializeMap(byte[], boolean) - Method in class cascading.flow.hadoop.util.JavaObjectSerializer
 
DeserializerComparator<T> - Class in cascading.tuple.hadoop.util
Class DeserializerComparator is the base class for all Cascading comparator classes.
DeserializerComparator() - Constructor for class cascading.tuple.hadoop.util.DeserializerComparator
 
Dfs - Class in cascading.tap.hadoop
Class Dfs is a Tap class that provides access to the Hadoop Distributed File System.
Dfs(Fields, URI) - Constructor for class cascading.tap.hadoop.Dfs
Deprecated. 
Dfs(Fields, URI, boolean) - Constructor for class cascading.tap.hadoop.Dfs
Deprecated. 
Dfs(Fields, URI, SinkMode) - Constructor for class cascading.tap.hadoop.Dfs
Deprecated. 
Dfs(Fields, String) - Constructor for class cascading.tap.hadoop.Dfs
Deprecated. 
Dfs(Fields, String, boolean) - Constructor for class cascading.tap.hadoop.Dfs
Deprecated. 
Dfs(Fields, String, SinkMode) - Constructor for class cascading.tap.hadoop.Dfs
Deprecated. 
Dfs(Scheme, URI) - Constructor for class cascading.tap.hadoop.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, URI, boolean) - Constructor for class cascading.tap.hadoop.Dfs
Deprecated. 
Dfs(Scheme, URI, SinkMode) - Constructor for class cascading.tap.hadoop.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, String) - Constructor for class cascading.tap.hadoop.Dfs
Constructor Dfs creates a new Dfs instance.
Dfs(Scheme, String, boolean) - Constructor for class cascading.tap.hadoop.Dfs
Deprecated. 
Dfs(Scheme, String, SinkMode) - Constructor for class cascading.tap.hadoop.Dfs
Constructor Dfs creates a new Dfs instance.
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
 
diffConfigIntoMap(JobConf, JobConf) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
diffConfigIntoMap(Properties, Properties) - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
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
 

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
 
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.
encodeBytes(byte[]) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
enforceStrict - Variable in class cascading.scheme.util.DelimitedParser
Field enforceStrict
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.operation.xml.TagSoupParser
 
equals(Object) - Method in class cascading.operation.xml.XPathOperation
 
equals(Object) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
equals(Object) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
equals(Object) - Method in class cascading.pipe.Operator
 
equals(Object) - Method in class cascading.pipe.Pipe
 
equals(Object) - Method in class cascading.pipe.Splice
 
equals(Object) - Method in class cascading.scheme.hadoop.WritableSequenceFile
 
equals(Object) - Method in class cascading.scheme.Scheme
 
equals(Object) - Method in class cascading.tap.BaseTemplateTap
 
equals(Object) - Method in class cascading.tap.hadoop.GlobHfs
 
equals(Object) - Method in class cascading.tap.hadoop.util.TempHfs
 
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.
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.
exists(Path) - Method in class cascading.tap.hadoop.io.HttpFileSystem
 
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
 
FalseCollection - Class in cascading.flow.hadoop.util
 
FalseCollection() - Constructor for class cascading.flow.hadoop.util.FalseCollection
 
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
 
FileTap - Class in cascading.tap.local
Class FileTap is a Tap sub-class that allows for direct local file access.
FileTap(Scheme<Properties, InputStream, OutputStream, ?, ?>, String) - Constructor for class cascading.tap.local.FileTap
Constructor FileTap creates a new FileTap instance using the given Scheme and file path.
FileTap(Scheme<Properties, InputStream, OutputStream, ?, ?>, String, SinkMode) - Constructor for class cascading.tap.local.FileTap
Constructor FileTap creates a new FileTap instance using the given Scheme, file path, and SinkMode.
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.
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
 
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.
findMainClass(Class) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
fireOnCompleted() - Method in class cascading.flow.BaseFlow
 
fireOnStarting() - Method in class cascading.cascade.Cascade
 
fireOnStarting() - Method in class cascading.flow.BaseFlow
 
fireOnStopping() - Method in class cascading.cascade.Cascade
 
fireOnStopping() - Method in class cascading.flow.BaseFlow
 
fireOnThrowable() - Method in class cascading.flow.BaseFlow
 
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.
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.
FlowListener - Interface in cascading.flow
Interface FlowListener provides hooks for receiving events on various stages of a Flow execution.
FlowMapper - Class in cascading.flow.hadoop
Class FlowMapper is the Hadoop Mapper implementation.
FlowMapper() - Constructor for class cascading.flow.hadoop.FlowMapper
Constructor FlowMapper creates a new FlowMapper instance.
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.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
 
FlowReducer - Class in cascading.flow.hadoop
Class FlowReducer is the Hadoop Reducer implementation.
FlowReducer() - Constructor for class cascading.flow.hadoop.FlowReducer
Constructor FlowReducer creates a new FlowReducer instance.
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.
FlowStepListener - Interface in cascading.flow
Interface FlowStepListener provides hooks for receiving events on various stages of a FlowStep execution.
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
 
format(String) - Method in class cascading.tuple.Tuple
Method format uses the Formatter class for formatting this tuples values into a new string.
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).
FSDigestInputStream - Class in cascading.tap.hadoop.io
Class FSDigestInputStream is an FSInputStream implementation that can verify a MessageDigest and will count the number of bytes read for use in progress status.
FSDigestInputStream(InputStream, String) - Constructor for class cascading.tap.hadoop.io.FSDigestInputStream
Constructor FSDigestInputStream creates a new FSDigestInputStream instance.
FSDigestInputStream(InputStream, MessageDigest, String) - Constructor for class cascading.tap.hadoop.io.FSDigestInputStream
Constructor FSDigestInputStream creates a new FSDigestInputStream instance.
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.

G

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
 
getAllKeys() - Method in class cascading.property.ConfigDef
 
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.
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
 
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. 
getAttempts() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getBlock() - Method in class cascading.operation.expression.ScriptOperation
 
getBlockSize(JobConf) - Method in class cascading.tap.hadoop.Hfs
Method getBlockSize returns the blocksize specified by the underlying file system for this resource.
getBoolean(int) - Method in class cascading.tuple.Tuple
Method getBoolean returns the element at the given position as a boolean.
getBoolean(Comparable) - Method in class cascading.tuple.TupleEntry
Method getBoolean returns the element for the given field name or position as a boolean.
getBuffer() - Method in class cascading.pipe.Every
 
getBuffer() - Method in class cascading.tuple.hadoop.io.BufferedInputStream
 
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.
getCheckpointsTaps() - Method in class cascading.cascade.Cascade
Method getCheckpointTaps returns all checkpoint Tap instances from all the Flow instances in this Cascade instance.
getChildIdentifiers(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
getChildIdentifiers(JobConf, int, boolean) - Method in class cascading.tap.hadoop.Hfs
 
getChildIdentifiers(Properties) - Method in class cascading.tap.local.FileTap
 
getChildIdentifiers(Properties, int, boolean) - Method in class cascading.tap.local.FileTap
 
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
 
getChildIDs() - Method in class cascading.stats.hadoop.HadoopStepStats
 
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
 
getChildren() - Method in class cascading.stats.hadoop.HadoopStepStats
Method getChildren returns the children of this HadoopStepStats object.
getChildren() - Method in class cascading.stats.local.LocalStepStats
 
getChildTaps() - Method in interface cascading.tap.CompositeTap
 
getChildTaps() - Method in class cascading.tap.MultiSinkTap
 
getChildTaps() - Method in class cascading.tap.MultiSourceTap
 
getClass(String) - Method in class cascading.tuple.hadoop.TupleSerialization
 
getClassNameFor(int, DataInputStream) - Method in class cascading.tuple.hadoop.TupleSerialization.SerializationElementReader
 
getClassPath() - Method in class cascading.flow.BaseFlow
 
getClassPath() - Method in class cascading.flow.FlowDef
 
getCodec(FlowProcess, String) - Static method in class cascading.tuple.hadoop.collect.HadoopSpillableTupleList
 
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.
getCombinedInputMaxSize() - Method in class cascading.tap.hadoop.HfsProps
 
getCombinedInputSafeMode(JobConf) - Static method in class cascading.tap.hadoop.Hfs
 
getComparator(Class<T>) - Method in interface cascading.tuple.Comparison
 
getComparator(Comparable) - Method in class cascading.tuple.Fields
 
getComparator(Class<byte[]>) - Method in class cascading.tuple.hadoop.BytesSerialization
 
getComparator(Class) - Method in class cascading.tuple.hadoop.TupleSerialization
 
getComparatorFor(int, DataInputStream) - Method in class cascading.tuple.hadoop.TupleSerialization.SerializationElementReader
 
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.tuple.Fields
Method getComparators returns the comparators of this Fields object.
getConf() - Method in class cascading.tuple.hadoop.TupleSerialization
 
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.hadoop.HadoopFlow
 
getConfig(JobConf, JobConf) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
getConfig() - Method in class cascading.flow.local.LocalFlow
 
getConfigAsProperties() - Method in interface cascading.flow.Flow
Method getConfiAsProperties converts the internal configuration object into a Map of key value pairs.
getConfigAsProperties() - Method in class cascading.flow.hadoop.HadoopFlow
 
getConfigAsProperties() - Method in class cascading.flow.local.LocalFlow
 
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
 
getConfigCopy() - Method in class cascading.flow.hadoop.HadoopFlow
 
getConfigCopy() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getConfigCopy() - Method in class cascading.flow.local.LocalFlow
 
getConfigCopy() - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
getCounterGroups() - Method in class cascading.stats.hadoop.HadoopStepStats
Method getCounterGroups returns all of the Hadoop counter groups.
getCounterGroups() - Method in class cascading.stats.local.LocalStepStats
 
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
 
getCounterGroupsMatching(String) - Method in class cascading.stats.hadoop.HadoopStepStats
Method getCounterGroupsMatching returns all the Hadoop counter groups that match the give regex pattern.
getCounterGroupsMatching(String) - Method in class cascading.stats.local.LocalStepStats
 
getCounters() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
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
 
getCountersFor(String) - Method in class cascading.stats.hadoop.HadoopStepStats
Method getCountersFor returns the Hadoop counters for the given group.
getCountersFor(String) - Method in class cascading.stats.local.LocalStepStats
 
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
 
getCounterValue(Enum) - Method in class cascading.stats.hadoop.HadoopSliceStats
Method getCounterValue returns the raw Hadoop counter value.
getCounterValue(String, String) - Method in class cascading.stats.hadoop.HadoopSliceStats
Method getCounterValue returns the raw Hadoop counter value.
getCounterValue(Enum) - Method in class cascading.stats.hadoop.HadoopStepStats
Method getCounterValue returns the Hadoop counter value for the given counter enum.
getCounterValue(String, String) - Method in class cascading.stats.hadoop.HadoopStepStats
Method getCounterValue returns the Hadoop counter value for the given group and counter name.
getCounterValue(Enum) - Method in class cascading.stats.local.LocalStepStats
 
getCounterValue(String, String) - Method in class cascading.stats.local.LocalStepStats
 
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<JobConf>) - Method in class cascading.tap.hadoop.PartitionTap
 
getCurrentIdentifier(FlowProcess<Properties>) - Method in class cascading.tap.local.PartitionTap
 
getCurrentIdentifier(FlowProcess<Config>) - Method in class cascading.tap.partition.BasePartitionTap
 
getCurrentNumMappers() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getCurrentNumReducers() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getCurrentProcess() - Method in class cascading.flow.FlowSession
Method getCurrentProcess returns the currentProcess of this FlowSession object.
getCurrentSession() - Method in class cascading.flow.FlowProcess
Method getCurrentSession returns the currentSession of this FlowProcess object.
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
 
getCurrentSliceNum() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method getCurrentTaskNum returns the task number of this task.
getCurrentSliceNum() - Method in class cascading.flow.local.LocalFlowProcess
 
getCurrentTapSourcePath(JobConf) - Static method in class cascading.tap.hadoop.io.MultiInputSplit
Method getCurrentTapSourcePath finds and returns the current source Tap filename path, if any.
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.
getDefaultComparator(Comparator, Configuration) - Static method in class cascading.tuple.hadoop.TupleSerialization
 
getDefaultComparator(Configuration) - Static method in class cascading.tuple.hadoop.TupleSerialization
 
getDefaultComparator() - Method in class cascading.tuple.hadoop.TupleSerialization
 
getDefaultFileSystem(JobConf) - Method in class cascading.tap.hadoop.Dfs
 
getDefaultFileSystem(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
getDefaultFileSystemURIScheme(JobConf) - Method in class cascading.tap.hadoop.Hfs
Method getDefaultFileSystemURIScheme returns the URI scheme for the default Hadoop FileSystem.
getDefaultIntermediateSchemeClass() - Method in class cascading.flow.FlowConnector
 
getDefaultIntermediateSchemeClass() - Method in class cascading.flow.hadoop.HadoopFlowConnector
 
getDefaultIntermediateSchemeClass() - Method in class cascading.flow.local.LocalFlowConnector
 
getDefaultTupleElementComparator() - Method in class cascading.flow.FlowProps
 
getDelegate() - Method in class cascading.flow.FlowProcessWrapper
 
getDelimiter() - Method in class cascading.operation.text.FieldJoiner
Method getFormat returns the delimiter of this FieldJoiner object.
getDelimiter() - Method in class cascading.scheme.hadoop.TextDelimited
Method getDelimiter returns the delimiter used to parse fields from the current line of text.
getDelimiter() - Method in class cascading.scheme.local.TextDelimited
Method getDelimiter returns the delimiter used to parse fields from the current line of text.
getDelimiter() - Method in class cascading.scheme.util.DelimitedParser
 
getDeserializer(Class<BigDecimal>) - Method in class cascading.tuple.hadoop.BigDecimalSerialization
 
getDeserializer(Class<byte[]>) - Method in class cascading.tuple.hadoop.BytesSerialization
 
getDeserializer(Class) - Method in class cascading.tuple.hadoop.TupleSerialization
Method getDeserializer implements Serialization.getDeserializer(Class).
getDiagnostics() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
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.
getElementReader() - Method in class cascading.tuple.hadoop.TupleSerialization
Method getElementReader returns the elementReader of this TupleSerialization object.
getElementWriter() - Method in class cascading.tuple.hadoop.TupleSerialization
Method getElementWriter returns the elementWriter of this TupleSerialization object.
getEvaluator(Class, String[], Class[]) - Method in class cascading.operation.expression.ExpressionOperation
 
getEvaluator(Class, String[], Class[]) - Method in class cascading.operation.expression.ScriptOperation
 
getEventId() - Method in class cascading.stats.hadoop.HadoopSliceStats.HadoopAttempt
 
getExpression() - Method in class cascading.operation.expression.ExpressionOperation
 
getExpressions() - Method in class cascading.operation.xml.XPathOperation
 
getFieldComparatorsFrom(Configuration, String) - Static method in class cascading.tuple.hadoop.util.DeserializerComparator
 
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
 
getFileStatus(Path) - Method in class cascading.tap.hadoop.io.HttpFileSystem
 
getFileSystem(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
getFileSystem(JobConf) - Method in class cascading.tap.hadoop.Lfs
 
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.
getFinishTime() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
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
 
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
 
getFlowGraph() - Method in class cascading.cascade.Cascade
 
getFlowGraphFrom(Cascade) - Static method in class cascading.cascade.Cascades
 
getFlowID() - Method in interface cascading.flow.FlowStep
 
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.
getFlowProcess() - Method in interface cascading.flow.Flow
 
getFlowProcess() - Method in class cascading.flow.hadoop.HadoopFlow
 
getFlowProcess() - Method in class cascading.flow.local.LocalFlow
 
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
 
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.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(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
getFullIdentifier(Properties) - Method in class cascading.tap.local.FileTap
 
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
 
getGroup() - Method in interface cascading.flow.FlowStep
 
getGroup() - Method in interface cascading.operation.AggregatorCall
Returns the current grouping TupleEntry.
getGroup() - Method in interface cascading.operation.BufferCall
Returns the current grouping TupleEntry.
getGroup() - Method in class cascading.operation.ConcreteCall
 
getGroup() - Method in interface cascading.operation.GroupAssertionCall
Returns the current grouping TupleEntry.
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 class cascading.flow.hadoop.HadoopGroupByClosure
 
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.operation.regex.RegexParser
 
getGroupString() - Method in class cascading.operation.state.Counter
 
getGroupTuple(Tuple) - Method in class cascading.flow.hadoop.HadoopCoGroupClosure
 
getGroupTuple(Tuple) - Method in class cascading.flow.hadoop.HadoopGroupByClosure
 
getGroupTuple(Tuple) - Method in class cascading.pipe.joiner.JoinerClosure
 
getHadoopSerializations() - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
getHDFSShutdownHook() - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
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.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.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
 
getID() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getIdentifier() - Method in class cascading.tap.BaseTemplateTap
 
getIdentifier() - Method in class cascading.tap.hadoop.GlobHfs
 
getIdentifier() - Method in class cascading.tap.hadoop.Hfs
 
getIdentifier() - Method in class cascading.tap.local.FileTap
 
getIdentifier() - Method in class cascading.tap.local.StdErrTap
 
getIdentifier() - Method in class cascading.tap.local.StdInTap
 
getIdentifier() - Method in class cascading.tap.local.StdOutTap
 
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
 
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.
getIncrement() - Method in class cascading.operation.state.Counter
 
getIndex() - Method in class cascading.tuple.io.IndexTuple
 
getInitializedConfig(FlowProcess<JobConf>, JobConf) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
getInitializedConfig(FlowProcess<JobConf>, JobConf) - Method in class cascading.flow.hadoop.MapReduceFlowStep
 
getInitializedConfig(FlowProcess<Properties>, Properties) - Method in class cascading.flow.local.LocalFlowStep
 
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.hadoop.HadoopCoGroupClosure
 
getIterator(int) - Method in class cascading.flow.hadoop.HadoopGroupByClosure
 
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
 
getJobClient() - Method in class cascading.stats.hadoop.HadoopStepStats
Method getJobClient returns the Hadoop JobClient managing this Hadoop job.
getJobConf() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method getJobConf returns the jobConf of this HadoopFlowProcess object.
getJobConfs(JobConf, List<Map<String, String>>) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
getJobID() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getJobID() - Method in class cascading.stats.hadoop.HadoopStepStats
Method getJobID returns the Hadoop running job JobID.
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.
getKeySelectors() - Method in interface cascading.pipe.Group
 
getKeySelectors() - Method in class cascading.pipe.Splice
Method getGroupingSelectors returns the groupingSelectors of this Splice object.
getKind() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getLength() - Method in class cascading.tap.hadoop.io.MultiInputSplit
 
getLength() - Method in class cascading.tuple.hadoop.io.BufferedInputStream
 
getLhs() - Method in class cascading.tuple.io.TuplePair
Method getLhs returns the lhs of this TuplePair object.
getLimit() - Method in class cascading.operation.filter.Limit
 
getListSpillThreshold() - Method in class cascading.tuple.collect.SpillableProps
 
getLocalModeScheme(JobConf, String) - Static method in class cascading.tap.hadoop.Hfs
 
getLocalModeScheme() - Method in class cascading.tap.hadoop.HfsProps
 
getLocations() - Method in class cascading.tap.hadoop.io.MultiInputSplit
 
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
 
getMapperTrap(String) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
getMapperTraps() - Method in class cascading.flow.hadoop.HadoopFlowStep
 
getMapProgress() - Method in class cascading.stats.hadoop.HadoopStepStats
Returns the underlying Map tasks progress percentage.
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
 
getMaxNumParallelSteps() - Method in class cascading.flow.hadoop.HadoopFlow
 
getMaxNumParallelSteps() - Method in class cascading.flow.local.LocalFlow
 
getMD5SumFor(Configuration, Path) - Static method in class cascading.tap.hadoop.io.StreamedFileSystem
 
getMD5SumFor(Configuration, String) - Static method in class cascading.tap.hadoop.io.StreamedFileSystem
 
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(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
getModifiedTime(Properties) - Method in class cascading.tap.local.FileTap
 
getModifiedTime(Properties) - Method in class cascading.tap.local.StdErrTap
 
getModifiedTime(Properties) - Method in class cascading.tap.local.StdInTap
 
getModifiedTime(Properties) - Method in class cascading.tap.local.StdOutTap
 
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 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.
getNextElement() - Method in class cascading.tuple.hadoop.io.HadoopTupleInputStream
 
getNextElement() - Method in class cascading.tuple.io.TupleInputStream
 
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.hadoop.io.HadoopTupleInputStream
 
getNumElements() - Method in class cascading.tuple.io.TupleInputStream
 
getNumMapTasks() - Method in class cascading.stats.hadoop.HadoopStepStats
Method getNumMapTasks returns the numMapTasks from the Hadoop job file.
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
 
getNumProcessSlices() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getNumProcessSlices() - Method in class cascading.flow.local.LocalFlowProcess
 
getNumReduceTasks() - Method in class cascading.stats.hadoop.HadoopStepStats
Method getNumReduceTasks returns the numReducerTasks from the Hadoop job file.
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.
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.
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 class cascading.flow.hadoop.HadoopFlowProcess
 
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.
getOutputCollector() - Method in class cascading.tap.hadoop.util.MeasuredOutputCollector
 
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.
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.
getParentStatus() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getPartition() - Method in class cascading.tap.partition.BasePartitionTap
Method getPartition returns the Partition instance used by this PartitionTap
getPartition(IndexTuple, Tuple, int) - Method in class cascading.tuple.hadoop.util.CoGroupingPartitioner
 
getPartition(Tuple, Tuple, int) - Method in class cascading.tuple.hadoop.util.GroupingPartitioner
 
getPartition(TuplePair, Tuple, int) - Method in class cascading.tuple.hadoop.util.GroupingSortingPartitioner
 
getPartitionFields() - Method in class cascading.tap.partition.DelimitedPartition
 
getPartitionFields() - Method in interface cascading.tap.partition.Partition
The Fields used to populate the partition.
getPath() - Method in class cascading.tap.hadoop.Hfs
 
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() - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
getPos() - Method in class cascading.tap.hadoop.io.CombineFileRecordReaderWrapper
 
getPos() - Method in class cascading.tap.hadoop.io.FSDigestInputStream
 
getPos() - Method in class cascading.tap.hadoop.util.MeasuredRecordReader
 
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
 
getPosition() - Method in class cascading.tuple.hadoop.io.BufferedInputStream
 
getPredecessorFlows(Flow) - Method in class cascading.cascade.Cascade
Method getPredecessorFlows returns a Collection of all the Flow instances that will be executed before the given Flow instance.
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
 
getPrintFieldsEvery() - Method in class cascading.operation.Debug
Method getPrintFieldsEvery returns the printFieldsEvery interval value of this Debug object.
getPrintTupleEvery() - Method in class cascading.operation.Debug
Method getPrintTupleEvery returns the printTupleEvery interval value of this Debug object.
getProcess() - Method in class cascading.flow.hadoop.ProcessFlow
Method getProcess returns the process of this ProcessFlow object.
getProgress() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getProgress() - Method in class cascading.tap.hadoop.io.CombineFileRecordReaderWrapper
 
getProgress() - Method in class cascading.tap.hadoop.util.MeasuredRecordReader
 
getProperties() - Method in class cascading.flow.FlowConnector
Method getProperties returns the properties of this FlowConnector object.
getPropertiesMap() - Method in class cascading.flow.local.LocalFlowStep
 
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.hadoop.HadoopFlow
Method getProperty returns the value associated with the given key from the underlying properties system.
getProperty(String) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getProperty(String) - Method in class cascading.flow.local.LocalFlow
 
getProperty(String) - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
getPropertyKeys() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
getPropertyKeys() - Method in class cascading.flow.local.LocalFlowProcess
 
getQuote() - Method in class cascading.scheme.hadoop.TextDelimited
Method getQuote returns the quote string, if any, used to encapsulate each field in a line to delimited text.
getQuote() - Method in class cascading.scheme.local.TextDelimited
Method getQuote returns the quote string, if any, used to encapsulate each field in a line to delimited text.
getQuote() - Method in class cascading.scheme.util.DelimitedParser
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class cascading.tap.hadoop.io.MultiInputFormat
Method getRecordReader delegates to the appropriate InputFormat.
getRecordReader() - Method in class cascading.tap.hadoop.util.MeasuredRecordReader
 
getReduceProgress() - Method in class cascading.stats.hadoop.HadoopStepStats
Returns the underlying Reduce tasks progress percentage.
getReducerTrap(String) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
getReducerTraps() - Method in class cascading.flow.hadoop.HadoopFlowStep
 
getReplacement() - Method in class cascading.operation.regex.RegexReplace
 
getReplication(JobConf) - Method in class cascading.tap.hadoop.Hfs
Method getReplication returns the replication specified by the underlying file system for this resource.
getReporter() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method getReporter returns the reporter of this HadoopFlowProcess object.
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
 
getRhs() - Method in class cascading.tuple.io.TuplePair
Method getRhs returns the rhs of this TuplePair object.
getRunID() - Method in class cascading.flow.BaseFlow
 
getRunID() - Method in interface cascading.flow.Flow
 
getRunID() - Method in class cascading.flow.FlowDef
 
getRunningJob() - Method in class cascading.stats.hadoop.HadoopStepStats
Method getRunningJob returns the Hadoop RunningJob managing this Hadoop job.
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.
getSchemeClass() - Method in class cascading.tap.hadoop.util.TempHfs
 
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.
getSerializationTokens(Map<Object, Object>) - Static method in class cascading.tuple.hadoop.TupleSerialization
Deprecated. 
getSerializationTokens(Map<Object, Object>) - Static method in class cascading.tuple.hadoop.TupleSerializationProps
Returns the serialization tokens property.
getSerializationTokens() - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
getSerializer(Class<BigDecimal>) - Method in class cascading.tuple.hadoop.BigDecimalSerialization
 
getSerializer(Class<byte[]>) - Method in class cascading.tuple.hadoop.BytesSerialization
 
getSerializer(Class) - Method in class cascading.tuple.hadoop.TupleSerialization
Method getSerializer implements Serialization.getSerializer(Class).
getShort(int) - Method in class cascading.tuple.Tuple
Method getShort returns the element at the given position as an short.
getShort(Comparable) - Method in class cascading.tuple.TupleEntry
Method getShort returns the element for the given field name or position as a short.
getSink(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
 
getSinkCompression() - Method in class cascading.scheme.hadoop.TextLine
Method getSinkCompression returns the sinkCompression of this TextLine object.
getSinkFields() - Method in class cascading.scheme.Scheme
Method getSinkFields returns the sinkFields of this Scheme object.
getSinkFields() - Method in class cascading.tap.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.
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.
getSinkName(Tap) - Method in interface cascading.flow.FlowStep
 
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
 
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
 
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(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
getSize(Properties) - Method in class cascading.tap.local.FileTap
 
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 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
 
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.
getSourceName(Tap) - Method in interface cascading.flow.FlowStep
 
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
 
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
 
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
 
getSpillStrategy() - Method in class cascading.tuple.hadoop.collect.HadoopSpillableTupleMap
Method getSpillStrategy returns a SpillStrategy instance that is passed to the underlying Spillable tuple collection.
getSplits(JobConf, int) - Method in class cascading.tap.hadoop.io.MultiInputFormat
Method getSplits delegates to the appropriate InputFormat.
getStartTime() - Method in class cascading.stats.CascadingStats
Method getStartTime returns the startTime of this CascadingStats object.
getStartTime() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getState() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
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.
getStatus() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getStatusFor() - Method in class cascading.stats.hadoop.HadoopSliceStats.HadoopAttempt
 
getStatusURL() - Method in class cascading.stats.hadoop.HadoopStepStats
 
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.
getStepGraphFrom(Flow) - Static method in class cascading.flow.Flows
 
getStepNum() - Method in interface cascading.flow.FlowStep
 
getStepsCount() - Method in class cascading.stats.FlowStats
Method getStepsCount returns the number of steps this Flow executed.
getStreamedSourceByJoin() - Method in interface cascading.flow.FlowStep
 
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.
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.
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.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.
getTapForID(Set<Tap>, String) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
getTapGraph() - Method in class cascading.cascade.Cascade
 
getTapGraphFrom(Cascade) - Static method in class cascading.cascade.Cascades
 
getTaps() - Method in class cascading.tap.hadoop.GlobHfs
 
getTaps() - Method in class cascading.tap.MultiSinkTap
 
getTaps() - Method in class cascading.tap.MultiSourceTap
Method getTaps returns the taps of this MultiTap object.
getTaskID() - Method in class cascading.stats.hadoop.HadoopSliceStats
Method getId returns the Hadoop task id.
getTaskIDNum() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
getTaskRunTime() - Method in class cascading.stats.hadoop.HadoopSliceStats.HadoopAttempt
 
getTaskStats() - Method in class cascading.stats.hadoop.HadoopStepStats
Method getTaskStats returns the taskStats of this HadoopStepStats object.
getTaskStatus() - Method in class cascading.stats.hadoop.HadoopSliceStats.HadoopAttempt
 
getTaskTrackerHttp() - Method in class cascading.stats.hadoop.HadoopSliceStats.HadoopAttempt
 
getTemporaryDirectory(Map<Object, Object>) - Static method in class cascading.tap.hadoop.Hfs
Deprecated. see HfsProps
getTemporaryDirectory() - Method in class cascading.tap.hadoop.HfsProps
 
getTempPath(JobConf) - Static method in class cascading.tap.hadoop.Hfs
 
getThreshold(FlowProcess, int) - Static method in class cascading.tuple.collect.SpillableTupleList
 
getThrowable() - Method in class cascading.stats.CascadingStats
Method getThrowable returns the throwable of this CascadingStats object.
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.
getTransformer() - Method in class cascading.operation.xml.XPathOperation
Method getTransformer returns the transformer of this XPathOperation object.
getTrap(String) - Method in interface cascading.flow.FlowStep
 
getTrap(String) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
getTrap(String) - Method in class cascading.flow.local.LocalFlowStep
 
getTrapMap() - Method in class cascading.flow.local.LocalFlowStep
 
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.hadoop.HadoopFlowStep
 
getTraps() - Method in class cascading.flow.local.LocalFlowStep
 
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
 
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.
getUri() - Method in class cascading.tap.hadoop.io.HttpFileSystem
 
getURIScheme(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
getUseCombinedInput(JobConf) - Static method in class cascading.tap.hadoop.Hfs
 
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
 
getWorkingDirectory() - Method in class cascading.tap.hadoop.io.StreamedFileSystem
 
getWrappedInputSplit() - Method in class cascading.tap.hadoop.io.MultiInputSplit
 
getXPath() - Method in class cascading.operation.xml.XPathOperation
Method getXPath returns the XPath of this XPathOperation object.
GlobHfs - Class in cascading.tap.hadoop
Class GlobHfs is a type of MultiSourceTap that accepts Hadoop style 'file globing' expressions so multiple files that match the given pattern may be used as the input sources for a given Flow.
GlobHfs(Scheme<JobConf, RecordReader, ?, ?, ?>, String) - Constructor for class cascading.tap.hadoop.GlobHfs
Constructor GlobHfs creates a new GlobHfs instance.
GlobHfs(Scheme<JobConf, RecordReader, ?, ?, ?>, String, PathFilter) - Constructor for class cascading.tap.hadoop.GlobHfs
Constructor GlobHfs creates a new GlobHfs instance.
globStatus(Path, PathFilter) - Method in class cascading.tap.hadoop.io.HttpFileSystem
 
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.
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.
grouping - Variable in class cascading.flow.hadoop.HadoopGroupByClosure
 
GroupingComparator - Class in cascading.tuple.hadoop.util
Class GroupingComparator is an implementation of RawComparator.
GroupingComparator() - Constructor for class cascading.tuple.hadoop.util.GroupingComparator
 
GroupingPartitioner - Class in cascading.tuple.hadoop.util
GroupingPartitioner is a Partitioner based on the hashCode of the tuple.
GroupingPartitioner() - Constructor for class cascading.tuple.hadoop.util.GroupingPartitioner
 
GroupingSortingComparator - Class in cascading.tuple.hadoop.util
Class TuplePairComparator is an implementation of RawComparator.
GroupingSortingComparator() - Constructor for class cascading.tuple.hadoop.util.GroupingSortingComparator
 
GroupingSortingPartitioner - Class in cascading.tuple.hadoop.util
Class GroupingPartitioner is an implementation of Partitioner.
GroupingSortingPartitioner() - Constructor for class cascading.tuple.hadoop.util.GroupingSortingPartitioner
 
guessParameterNames() - Method in class cascading.operation.expression.ExpressionOperation
 
guessParameterNames() - Method in class cascading.operation.expression.ScriptOperation
 

H

Hadoop18TapUtil - Class in cascading.tap.hadoop.util
 
Hadoop18TapUtil() - Constructor for class cascading.tap.hadoop.util.Hadoop18TapUtil
 
HADOOP_IO_SERIALIZATIONS - Static variable in class cascading.tuple.hadoop.TupleSerializationProps
 
HadoopCoGroupClosure - Class in cascading.flow.hadoop
Class CoGroupClosure is used internally to represent co-grouping results of multiple tuple streams.
HadoopCoGroupClosure(FlowProcess, int, Fields[], Fields[]) - Constructor for class cascading.flow.hadoop.HadoopCoGroupClosure
 
HadoopCoGroupClosure.Spill - Enum in cascading.flow.hadoop
 
HadoopFlow - Class in cascading.flow.hadoop
Class HadoopFlow is the Apache Hadoop specific implementation of a Flow.
HadoopFlow() - Constructor for class cascading.flow.hadoop.HadoopFlow
 
HadoopFlow(PlatformInfo, Map<Object, Object>, JobConf, String) - Constructor for class cascading.flow.hadoop.HadoopFlow
 
HadoopFlow(PlatformInfo, Map<Object, Object>, JobConf, FlowDef) - Constructor for class cascading.flow.hadoop.HadoopFlow
 
HadoopFlowConnector - Class in cascading.flow.hadoop
Use the HadoopFlowConnector to link source and sink Tap instances with an assembly of Pipe instances into an executable HadoopFlow for execution on an Apache Hadoop cluster.
HadoopFlowConnector() - Constructor for class cascading.flow.hadoop.HadoopFlowConnector
Constructor FlowConnector creates a new FlowConnector instance.
HadoopFlowConnector(Map<Object, Object>) - Constructor for class cascading.flow.hadoop.HadoopFlowConnector
Constructor FlowConnector creates a new FlowConnector instance using the given Properties instance as default value for the underlying jobs.
HadoopFlowProcess - Class in cascading.flow.hadoop
Class HadoopFlowProcess is an implementation of FlowProcess for Hadoop.
HadoopFlowProcess() - Constructor for class cascading.flow.hadoop.HadoopFlowProcess
 
HadoopFlowProcess(JobConf) - Constructor for class cascading.flow.hadoop.HadoopFlowProcess
 
HadoopFlowProcess(FlowSession, JobConf) - Constructor for class cascading.flow.hadoop.HadoopFlowProcess
 
HadoopFlowProcess(FlowSession, JobConf, boolean) - Constructor for class cascading.flow.hadoop.HadoopFlowProcess
Constructor HadoopFlowProcess creates a new HadoopFlowProcess instance.
HadoopFlowProcess(HadoopFlowProcess, JobConf) - Constructor for class cascading.flow.hadoop.HadoopFlowProcess
 
HadoopFlowStep - Class in cascading.flow.hadoop
 
HadoopFlowStep(String, int) - Constructor for class cascading.flow.hadoop.HadoopFlowStep
 
HadoopGroupByClosure - Class in cascading.flow.hadoop
Class GroupClosure is used internally to represent groups of tuples during grouping.
HadoopGroupByClosure(FlowProcess, Fields[], Fields[]) - Constructor for class cascading.flow.hadoop.HadoopGroupByClosure
 
HadoopSliceStats - Class in cascading.stats.hadoop
Class HadoopTaskStats tracks individual task stats.
HadoopSliceStats.HadoopAttempt - Class in cascading.stats.hadoop
 
HadoopSliceStats.HadoopAttempt(TaskCompletionEvent) - Constructor for class cascading.stats.hadoop.HadoopSliceStats.HadoopAttempt
 
HadoopSliceStats.Kind - Enum in cascading.stats.hadoop
 
HadoopSpillableTupleList - Class in cascading.tuple.hadoop.collect
SpillableTupleList is a simple Iterable object that can store an unlimited number of Tuple instances by spilling excess to a temporary disk file.
HadoopSpillableTupleList(int, CompressionCodec, JobConf) - Constructor for class cascading.tuple.hadoop.collect.HadoopSpillableTupleList
Constructor SpillableTupleList creates a new SpillableTupleList instance using the given threshold value, and the first available compression codec, if any.
HadoopSpillableTupleList(int, TupleSerialization, CompressionCodec) - Constructor for class cascading.tuple.hadoop.collect.HadoopSpillableTupleList
 
HadoopSpillableTupleMap - Class in cascading.tuple.hadoop.collect
HadoopSpillableTupleMap is responsible for spilling values to disk if the map threshold is reached.
HadoopSpillableTupleMap(int, float, int, int, FlowProcess<JobConf>) - Constructor for class cascading.tuple.hadoop.collect.HadoopSpillableTupleMap
 
HadoopStepStats - Class in cascading.stats.hadoop
Class HadoopStepStats provides Hadoop specific statistics and methods to underlying Hadoop facilities.
HadoopStepStats(FlowStep<JobConf>, ClientState) - Constructor for class cascading.stats.hadoop.HadoopStepStats
 
HadoopTupleCollectionFactory - Class in cascading.tuple.hadoop.collect
 
HadoopTupleCollectionFactory() - Constructor for class cascading.tuple.hadoop.collect.HadoopTupleCollectionFactory
 
HadoopTupleEntrySchemeCollector - Class in cascading.tap.hadoop.io
Class HadoopTupleEntrySchemeCollector is a kind of TupleEntryCollector that writes tuples to the resource managed by a particular Tap instance.
HadoopTupleEntrySchemeCollector(FlowProcess<JobConf>, Tap<JobConf, RecordReader, OutputCollector>) - Constructor for class cascading.tap.hadoop.io.HadoopTupleEntrySchemeCollector
 
HadoopTupleEntrySchemeCollector(FlowProcess<JobConf>, Tap<JobConf, RecordReader, OutputCollector>, OutputCollector) - Constructor for class cascading.tap.hadoop.io.HadoopTupleEntrySchemeCollector
 
HadoopTupleEntrySchemeIterator - Class in cascading.tap.hadoop.io
 
HadoopTupleEntrySchemeIterator(FlowProcess<JobConf>, Tap, RecordReader) - Constructor for class cascading.tap.hadoop.io.HadoopTupleEntrySchemeIterator
 
HadoopTupleEntrySchemeIterator(FlowProcess<JobConf>, Scheme, CloseableIterator<RecordReader>) - Constructor for class cascading.tap.hadoop.io.HadoopTupleEntrySchemeIterator
 
HadoopTupleInputStream - Class in cascading.tuple.hadoop.io
 
HadoopTupleInputStream(InputStream, TupleInputStream.ElementReader) - Constructor for class cascading.tuple.hadoop.io.HadoopTupleInputStream
 
HadoopTupleMapFactory - Class in cascading.tuple.hadoop.collect
 
HadoopTupleMapFactory() - Constructor for class cascading.tuple.hadoop.collect.HadoopTupleMapFactory
 
HadoopTupleOutputStream - Class in cascading.tuple.hadoop.io
 
HadoopTupleOutputStream(OutputStream, TupleOutputStream.ElementWriter) - Constructor for class cascading.tuple.hadoop.io.HadoopTupleOutputStream
 
HadoopUtil - Class in cascading.flow.hadoop.util
 
HadoopUtil() - Constructor for class cascading.flow.hadoop.util.HadoopUtil
 
handleExecutorShutdown() - Method in class cascading.flow.BaseFlow
 
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.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.operation.xml.TagSoupParser
 
hashCode() - Method in class cascading.operation.xml.XPathOperation
 
hashCode() - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
hashCode() - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
hashCode() - Method in class cascading.pipe.Operator
 
hashCode() - Method in class cascading.pipe.Pipe
 
hashCode() - Method in class cascading.pipe.Splice
 
hashCode() - Method in class cascading.scheme.hadoop.WritableSequenceFile
 
hashCode() - Method in class cascading.scheme.Scheme
 
hashCode() - Method in class cascading.tap.BaseTemplateTap
 
hashCode() - Method in class cascading.tap.hadoop.GlobHfs
 
hashCode() - Method in class cascading.tap.hadoop.util.TempHfs
 
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(byte[]) - Method in class cascading.tuple.hadoop.util.BytesComparator
 
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.
HasherPartitioner - Class in cascading.tuple.hadoop.util
 
HasherPartitioner() - Constructor for class cascading.tuple.hadoop.util.HasherPartitioner
 
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.
hasNext() - Method in class cascading.flow.hadoop.util.TimedIterator
 
hasNext() - Method in class cascading.pipe.joiner.InnerJoin.JoinIterator
 
hasNext() - Method in class cascading.tap.hadoop.io.MultiRecordReaderIterator
Method hasNext returns true if there more Tuple instances available.
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
 
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
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.
Hfs - Class in cascading.tap.hadoop
Class Hfs is the base class for all Hadoop file system access.
Hfs() - Constructor for class cascading.tap.hadoop.Hfs
 
Hfs(Scheme<JobConf, RecordReader, OutputCollector, ?, ?>) - Constructor for class cascading.tap.hadoop.Hfs
 
Hfs(Fields, String) - Constructor for class cascading.tap.hadoop.Hfs
Deprecated. 
Hfs(Fields, String, boolean) - Constructor for class cascading.tap.hadoop.Hfs
Deprecated. 
Hfs(Fields, String, SinkMode) - Constructor for class cascading.tap.hadoop.Hfs
Deprecated. 
Hfs(Scheme<JobConf, RecordReader, OutputCollector, ?, ?>, String) - Constructor for class cascading.tap.hadoop.Hfs
Constructor Hfs creates a new Hfs instance.
Hfs(Scheme<JobConf, RecordReader, OutputCollector, ?, ?>, String, boolean) - Constructor for class cascading.tap.hadoop.Hfs
Deprecated. 
Hfs(Scheme<JobConf, RecordReader, OutputCollector, ?, ?>, String, SinkMode) - Constructor for class cascading.tap.hadoop.Hfs
Constructor Hfs creates a new Hfs instance.
HfsProps - Class in cascading.tap.hadoop
Class HfsProps is a fluent helper for setting various Hadoop FS level properties that some Flow may or may not be required to have set.
HfsProps() - Constructor for class cascading.tap.hadoop.HfsProps
 
HTTP_SCHEME - Static variable in class cascading.tap.hadoop.io.HttpFileSystem
Field HTTP_SCHEME
HttpFileSystem - Class in cascading.tap.hadoop.io
Class HttpFileSystem provides a basic read-only FileSystem for accessing remote HTTP and HTTPS data.
HttpFileSystem() - Constructor for class cascading.tap.hadoop.io.HttpFileSystem
 
HTTPS_SCHEME - Static variable in class cascading.tap.hadoop.io.HttpFileSystem
Field HTTPS_SCHEME

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.
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
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(Enum, long) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
increment(String, String, long) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
increment(Enum, long) - Method in class cascading.flow.local.LocalFlowProcess
 
increment(String, String, long) - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
increment(Enum, long) - Method in class cascading.stats.local.LocalStepStats
 
increment(String, String, long) - Method in class cascading.stats.local.LocalStepStats
 
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.
IndexTupleCoGroupingComparator - Class in cascading.tuple.hadoop.util
 
IndexTupleCoGroupingComparator() - Constructor for class cascading.tuple.hadoop.util.IndexTupleCoGroupingComparator
 
IndexTupleDeserializer - Class in cascading.tuple.hadoop.io
 
IndexTupleDeserializer(TupleSerialization.SerializationElementReader) - Constructor for class cascading.tuple.hadoop.io.IndexTupleDeserializer
 
IndexTupleSerializer - Class in cascading.tuple.hadoop.io
 
IndexTupleSerializer(TupleSerialization.SerializationElementWriter) - Constructor for class cascading.tuple.hadoop.io.IndexTupleSerializer
 
INDIVIDUAL_INPUT_FORMAT - Static variable in class cascading.tap.hadoop.io.CombineFileRecordReaderWrapper
property that indicates how individual input format is to be interpreted
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
 
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.
initConfig(Map<Object, Object>, JobConf) - Method in class cascading.flow.hadoop.HadoopFlow
 
initConfig(Map<Object, Object>, Properties) - Method in class cascading.flow.local.LocalFlow
 
initFromProperties(Map<Object, Object>) - Method in class cascading.flow.BaseFlow
 
initFromProperties(Map<Object, Object>) - Method in class cascading.flow.hadoop.HadoopFlow
 
initFromSink(FlowProcess<JobConf>, JobConf) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
initFromSources(FlowProcess<JobConf>, JobConf) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
initFromTraps(FlowProcess<JobConf>, JobConf) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
initialize(ElementGraph, FlowStepGraph<Config>) - Method in class cascading.flow.BaseFlow
 
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(URI, Configuration) - Method in class cascading.tap.hadoop.io.HttpFileSystem
 
initialize() - Method in class cascading.tap.hadoop.io.TapOutputCollector
 
initialize(FlowProcess<JobConf>) - Method in class cascading.tuple.hadoop.collect.HadoopTupleCollectionFactory
 
initialize(FlowProcess<JobConf>) - Method in class cascading.tuple.hadoop.collect.HadoopTupleMapFactory
 
initialize(Comparator, Comparator[]) - Method in class cascading.tuple.util.TupleHasher
 
initializeNewJobsMap() - Method in class cascading.flow.BaseFlow
 
initLog4j(JobConf) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
initSteps() - Method in class cascading.flow.BaseFlow
 
initTaps(FlowProcess<Properties>, Properties, Set<Tap>, boolean) - Method in class cascading.flow.local.LocalFlowStep
 
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.
instantiateSerializer(Configuration, Class<T>) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
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
 
internalClean(boolean) - Method in class cascading.flow.BaseFlow
 
internalClean(boolean) - Method in class cascading.flow.hadoop.HadoopFlow
 
internalClean(boolean) - Method in class cascading.flow.local.LocalFlow
 
internalSet(int, Object) - Method in class cascading.tuple.Tuple
 
internalShutdown() - Method in class cascading.flow.BaseFlow
 
internalShutdown() - Method in class cascading.flow.hadoop.HadoopFlow
 
internalShutdown() - Method in class cascading.flow.local.LocalFlow
 
internalStart() - Method in class cascading.flow.BaseFlow
 
internalStart() - Method in class cascading.flow.hadoop.HadoopFlow
 
internalStart() - Method in class cascading.flow.local.LocalFlow
 
internalStopAllJobs() - Method in class cascading.flow.BaseFlow
 
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.
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
 
isCounterStatusInitialized() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
isCounterStatusInitialized() - Method in class cascading.flow.local.LocalFlowProcess
 
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(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
isDirectory(Properties) - Method in class cascading.tap.local.FileTap
 
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.
isEmpty(int) - Method in class cascading.flow.hadoop.HadoopCoGroupClosure
 
isEmpty(int) - Method in class cascading.flow.hadoop.HadoopGroupByClosure
 
isEmpty() - Method in class cascading.flow.hadoop.util.FalseCollection
 
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.
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
 
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.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.
isHadoopLocalMode(JobConf) - Method in class cascading.flow.hadoop.HadoopFlowStep
 
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.
isLocal(JobConf) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
isMapper() - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method isMapper returns true if this part of the FlowProcess is a MapReduce mapper.
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
 
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
 
isPreserveTemporaryFiles() - Method in class cascading.flow.hadoop.HadoopFlow
Method isPreserveTemporaryFiles returns false if temporary files will be cleaned when this Flow completes.
isPrintFields() - Method in class cascading.operation.Debug
 
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<Pair<DocumentBuilder, Tuple>>) - Method in class cascading.operation.xml.XPathFilter
 
isRemove(FlowProcess, FilterCall<LinkedHashMap<Tuple, Object>>) - Method in class cascading.pipe.assembly.Unique.FilterPartialDuplicates
 
isReplace() - Method in class cascading.tap.MultiSourceTap
 
isReplace() - Method in class cascading.tap.Tap
Method isReplace indicates whether the resource represented by this instance should be deleted if it already exists when the Flow is started.
isReplace() - Method in class cascading.tuple.Fields
Method isReplace returns true if this instance is the Fields.REPLACE field set.
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.
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.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.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.hadoop.TextDelimited
 
isSymmetrical() - Method in class cascading.scheme.local.TextDelimited
 
isSymmetrical() - Method in class cascading.scheme.Scheme
Method isSymmetrical returns true if the sink fields equal the source fields.
isTemporary() - Method in class cascading.tap.hadoop.util.TempHfs
 
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.
isUseCombinedInput() - Method in class cascading.tap.hadoop.HfsProps
 
isUseCombinedInputSafeMode() - Method in class cascading.tap.hadoop.HfsProps
 
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.flow.hadoop.util.FalseCollection
 
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.

J

jarClass - Variable in class cascading.property.AppProps
 
jarPath - Variable in class cascading.property.AppProps
 
JavaObjectSerializer - Class in cascading.flow.hadoop.util
Class JavaObjectSerializer is the default implementation of ObjectSerializer.
JavaObjectSerializer() - Constructor for class cascading.flow.hadoop.util.JavaObjectSerializer
 
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
 
Joiner - Interface in cascading.pipe.joiner
Interface Joiner allows for custom join strategies against a CoGroup.
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
 
joinLine(Iterable, Appendable) - Method in class cascading.scheme.util.DelimitedParser
 
joinNoQuote(Iterable, Appendable) - Method in class cascading.scheme.util.DelimitedParser
 
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
 
keepAlive() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
keepAlive() - Method in class cascading.flow.local.LocalFlowProcess
 
keepParentOnDelete - Variable in class cascading.tap.BaseTemplateTap
Field keepParentOnDelete
keepParentOnDelete - Variable in class cascading.tap.partition.BasePartitionTap
Field keepParentOnDelete
keyFieldsMap - Variable in class cascading.pipe.Splice
Field groupFieldsMap
keyType - Variable in class cascading.scheme.hadoop.WritableSequenceFile
 

L

Last - Class in cascading.operation.aggregator
Class Last is an Aggregator that returns the last Tuple encountered.
Last() - Constructor for class cascading.operation.aggregator.Last
Selects and returns the last argument Tuple encountered.
Last(Fields) - Constructor for class cascading.operation.aggregator.Last
Selects and returns the last argument Tuple encountered.
Last(Fields, Tuple...) - Constructor for class cascading.operation.aggregator.Last
Selects and returns the last argument Tuple encountered, unless the Tuple is a member of the set ignoreTuples.
LAST - Static variable in class cascading.tuple.Fields
Field LAST represents the last field position, -1
leave(int[]) - Method in class cascading.tuple.Tuple
Method is the inverse of Tuple.remove(int[]).
LeftJoin - Class in cascading.pipe.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
 
Lfs - Class in cascading.tap.hadoop
Class Lfs is a Tap class that provides access to the Local File System via Hadoop.
Lfs(Fields, String) - Constructor for class cascading.tap.hadoop.Lfs
Deprecated. 
Lfs(Scheme, String) - Constructor for class cascading.tap.hadoop.Lfs
Constructor Lfs creates a new Lfs instance.
Lfs(Scheme, String, boolean) - Constructor for class cascading.tap.hadoop.Lfs
Deprecated. 
Lfs(Fields, String, SinkMode) - Constructor for class cascading.tap.hadoop.Lfs
Deprecated. 
Lfs(Scheme, String, SinkMode) - Constructor for class cascading.tap.hadoop.Lfs
Constructor Lfs creates a new Lfs instance.
Limit - Class in cascading.operation.filter
Class Limit is a Filter that will limit the number of Tuple instances that it will allow to pass.
Limit(long) - Constructor for class cascading.operation.filter.Limit
Creates a new Limit class that only allows limit number of Tuple instances to pass.
limit - Variable in class cascading.operation.filter.Limit.Context
 
Limit.Context - Class in cascading.operation.filter
 
Limit.Context() - Constructor for class cascading.operation.filter.Limit.Context
 
LIST_THRESHOLD - Static variable in class cascading.tuple.collect.SpillableProps
Number of tuples to hold in memory before spilling them to disk.
listStatus(Path) - Method in class cascading.tap.hadoop.io.StreamedFileSystem
 
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
 
LOCAL_MODE_SCHEME - Static variable in class cascading.tap.hadoop.HfsProps
Fields LOCAL_MODE_SCHEME *
locale - Variable in class cascading.operation.text.DateOperation
Field locale
locale - Variable in class cascading.tuple.type.DateType
Field locale
LocalFlow - Class in cascading.flow.local
Class LocalFlow is the local mode specific implementation of a Flow.
LocalFlow(PlatformInfo, Map<Object, Object>, Properties, FlowDef) - Constructor for class cascading.flow.local.LocalFlow
 
LocalFlowConnector - Class in cascading.flow.local
Use the LocalFlowConnector to link source and sink Tap instances with an assembly of Pipe instances into an executable LocalFlow for execution in local memory.
LocalFlowConnector() - Constructor for class cascading.flow.local.LocalFlowConnector
Constructor LocalFlowConnector creates a default instance.
LocalFlowConnector(Map<Object, Object>) - Constructor for class cascading.flow.local.LocalFlowConnector
Constructor LocalFlowConnector creates an instance using any of the given properites.
LocalFlowProcess - Class in cascading.flow.local
Class LocalFlowProcess is the local mode implementation of FlowProcess.
LocalFlowProcess() - Constructor for class cascading.flow.local.LocalFlowProcess
 
LocalFlowProcess(Properties) - Constructor for class cascading.flow.local.LocalFlowProcess
 
LocalFlowProcess(FlowSession, Properties) - Constructor for class cascading.flow.local.LocalFlowProcess
 
LocalFlowProcess(LocalFlowProcess, Properties) - Constructor for class cascading.flow.local.LocalFlowProcess
 
LocalFlowStep - Class in cascading.flow.local
Class LocalFlowStep is the local mode implementation of FlowStep.
LocalFlowStep(String, int) - Constructor for class cascading.flow.local.LocalFlowStep
 
localModeScheme - Variable in class cascading.tap.hadoop.HfsProps
 
LocalStepStats - Class in cascading.stats.local
 
LocalStepStats(FlowStep<Properties>, ClientState) - Constructor for class cascading.stats.local.LocalStepStats
Constructor CascadingStats creates a new CascadingStats instance.
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
 
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

makeEncodedString(Object[]) - Method in class cascading.scheme.hadoop.TextLine
 
makeIterator(int, Iterator) - Method in class cascading.flow.hadoop.HadoopGroupByClosure
 
makeResult(Tuple, Tuple) - Method in class cascading.tuple.util.TupleBuilder
 
makeSeed() - Method in class cascading.operation.filter.Sample
 
makeTemporaryPathDirString(String) - Method in class cascading.tap.hadoop.Hfs
 
makeTempPath(JobConf) - Static method in class cascading.tap.hadoop.util.Hadoop18TapUtil
 
makeURIScheme(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
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. 
MapReduceFlow - Class in cascading.flow.hadoop
Class MapReduceFlow is a HadoopFlow subclass that supports custom MapReduce jobs pre-configured via the JobConf object.
MapReduceFlow(JobConf) - Constructor for class cascading.flow.hadoop.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlow(JobConf, boolean) - Constructor for class cascading.flow.hadoop.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlow(String, JobConf) - Constructor for class cascading.flow.hadoop.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlow(String, JobConf, boolean) - Constructor for class cascading.flow.hadoop.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlow(String, JobConf, boolean, boolean) - Constructor for class cascading.flow.hadoop.MapReduceFlow
Constructor MapReduceFlow creates a new MapReduceFlow instance.
MapReduceFlowStep - Class in cascading.flow.hadoop
Class MapReduceFlowStep wraps a JobConf and allows it to be executed as a Flow.
markFailed(Throwable) - Method in class cascading.stats.CascadingStats
Method markFailed sets the status to 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.
MeasuredOutputCollector - Class in cascading.tap.hadoop.util
 
MeasuredOutputCollector(FlowProcess, Enum) - Constructor for class cascading.tap.hadoop.util.MeasuredOutputCollector
 
MeasuredOutputCollector(FlowProcess, Enum, OutputCollector) - Constructor for class cascading.tap.hadoop.util.MeasuredOutputCollector
 
MeasuredRecordReader - Class in cascading.tap.hadoop.util
 
MeasuredRecordReader(FlowProcess, Enum) - Constructor for class cascading.tap.hadoop.util.MeasuredRecordReader
 
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
 
mergeConf(JobConf, Map<String, String>, boolean) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
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
 
mergeMapIntoConfig(JobConf, Map<String, String>) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
mergeMapIntoConfig(Properties, Map<String, String>) - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
mkdirs(Path, FsPermission) - Method in class cascading.tap.hadoop.io.StreamedFileSystem
 
MultiInputFormat - Class in cascading.tap.hadoop.io
Class MultiInputFormat accepts multiple InputFormat class declarations allowing a single MR job to read data from incompatible file types.
MultiInputFormat() - Constructor for class cascading.tap.hadoop.io.MultiInputFormat
 
MultiInputSplit - Class in cascading.tap.hadoop.io
Class MultiInputSplit is used by MultiInputFormat
MultiInputSplit(InputSplit, Map<String, String>) - Constructor for class cascading.tap.hadoop.io.MultiInputSplit
 
MultiInputSplit() - Constructor for class cascading.tap.hadoop.io.MultiInputSplit
This constructor is used internally by Hadoop.
MultiRecordReaderIterator - Class in cascading.tap.hadoop.io
Class TapIterator is an implementation of CloseableIterator.
MultiRecordReaderIterator(FlowProcess<JobConf>, Tap) - Constructor for class cascading.tap.hadoop.io.MultiRecordReaderIterator
Constructor TapIterator creates a new TapIterator instance.
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.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
 
NAMESPACE_XHTML - Static variable in class cascading.operation.xml.XPathOperation
Field NAMESPACE_XHTML
namespaces - Variable in class cascading.operation.xml.XPathOperation
Field namespaces
needsTaskCommit(JobConf) - Static method in class cascading.tap.hadoop.util.Hadoop18TapUtil
 
negateMatch - Variable in class cascading.operation.regex.RegexMatcher
Field removeMatch
newConfig(Config) - Method in class cascading.flow.BaseFlow
 
newConfig(JobConf) - Method in class cascading.flow.hadoop.HadoopFlow
 
newConfig(Properties) - Method in class cascading.flow.local.LocalFlow
 
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
 
newInstance(String) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
newInstance(String) - Method in class cascading.flow.local.LocalFlowProcess
 
next() - Method in class cascading.flow.hadoop.util.TimedIterator
 
next() - Method in class cascading.pipe.joiner.InnerJoin.JoinIterator
 
next(K, V) - Method in class cascading.tap.hadoop.io.CombineFileRecordReaderWrapper
 
next() - Method in class cascading.tap.hadoop.io.MultiRecordReaderIterator
Method next returns the next Tuple.
next(Object, Object) - Method in class cascading.tap.hadoop.util.MeasuredRecordReader
 
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
 
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.
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
 
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
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
 
OBJECT_SERIALIZER_PROPERTY - Static variable in interface cascading.flow.hadoop.util.ObjectSerializer
 
ObjectCoerce - Class in cascading.tuple.coerce
 
ObjectCoerce(Map<Type, Coercions.Coerce>) - Constructor for class cascading.tuple.coerce.ObjectCoerce
 
ObjectSerializer - Interface in cascading.flow.hadoop.util
Class ObjectSerializer is an experimental interface for allowing custom java.lang.Object subclass serialization other than via the java.io.Serializable interface.
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(Path, int) - Method in class cascading.tap.hadoop.io.HttpFileSystem
 
open(InputStream) - Method in class cascading.tuple.hadoop.BigDecimalSerialization.BigDecimalDeserializer
 
open(OutputStream) - Method in class cascading.tuple.hadoop.BigDecimalSerialization.BigDecimalSerializer
 
open(InputStream) - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesDeserializer
 
open(OutputStream) - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesSerializer
 
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
openForRead(FlowProcess<JobConf>, RecordReader) - Method in class cascading.tap.hadoop.Hfs
 
openForRead(FlowProcess<Properties>, InputStream) - Method in class cascading.tap.local.FileTap
 
openForRead(FlowProcess<Properties>, InputStream) - Method in class cascading.tap.local.StdInTap
 
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<JobConf>, OutputCollector) - Method in class cascading.tap.hadoop.Hfs
 
openForWrite(FlowProcess<Properties>, OutputStream) - Method in class cascading.tap.local.FileTap
 
openForWrite(FlowProcess<Properties>, OutputStream) - Method in class cascading.tap.local.StdErrTap
 
openForWrite(FlowProcess<Properties>, OutputStream) - Method in class cascading.tap.local.StdOutTap
 
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.
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
 
openSystemIntermediateForWrite() - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
openSystemIntermediateForWrite() - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
openTapForRead(Tap) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
openTapForRead(Tap) - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
openTapForWrite(Tap) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
openTapForWrite(Tap) - Method in class cascading.flow.local.LocalFlowProcess
 
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
 
openTrapForWrite(Tap) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
openTrapForWrite(Tap) - Method in class cascading.flow.local.LocalFlowProcess
 
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) - Method in class cascading.operation.xml.TagSoupParser
 
operate(FlowProcess, FunctionCall<Pair<DocumentBuilder, Tuple>>) - Method in class cascading.operation.xml.XPathGenerator
 
operate(FlowProcess, FunctionCall<Pair<DocumentBuilder, Tuple>>) - Method in class cascading.operation.xml.XPathParser
 
operate(FlowProcess, FunctionCall<AggregateBy.CompositeFunction.Context>) - Method in class cascading.pipe.assembly.AggregateBy.CompositeFunction
 
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<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.
Or - Class in cascading.operation.filter
Class Or is a Filter class that will logically 'or' the results of the constructor provided Filter instances.
Or(Filter...) - Constructor for class cascading.operation.filter.Or
Constructor Or creates a new Or instance where all Filter instances receive all arguments.
Or(Fields, Filter, Fields, Filter) - Constructor for class cascading.operation.filter.Or
Constructor Or creates a new Or instance.
Or(Fields[], Filter[]) - Constructor for class cascading.operation.filter.Or
Constructor Or creates a new Or instance.
OUTER - Static variable in class cascading.pipe.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
 
outgoingScopeFor(Set<Scope>) - Method in interface cascading.flow.FlowElement
Method outgoingScopeFor returns the Scope this FlowElement hands off to the next FlowElement.
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Each
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.Every
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.pipe.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.hadoop.util.TempHfs
 
outgoingScopeFor(Set<Scope>) - Method in class cascading.tap.Tap
 
outputSelector - Variable in class cascading.pipe.Operator
Field outputSelector

P

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
parentStepHasReducers() - Method in class cascading.stats.hadoop.HadoopSliceStats
 
parse(String) - Static method in class cascading.tuple.Tuple
Deprecated.  
parseDocument(DocumentBuilder, String) - Method in class cascading.operation.xml.XPathOperation
 
parseFirstLine(FlowProcess, Tap) - Method in class cascading.scheme.util.DelimitedParser
 
parseLine(String) - Method in class cascading.scheme.util.DelimitedParser
 
PART_TASK_PATTERN - Static variable in class cascading.tap.hadoop.io.TapOutputCollector
 
PART_TASK_SEQ_PATTERN - Static variable in class cascading.tap.hadoop.io.TapOutputCollector
 
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.
PartitionTap - Class in cascading.tap.hadoop
Class PartitionTap can be used to write tuple streams out to files and sub-directories based on the values in the current Tuple instance.
PartitionTap(Hfs, Partition) - Constructor for class cascading.tap.hadoop.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent Hfs Tap as the base path and default Scheme, and the partition.
PartitionTap(Hfs, Partition, int) - Constructor for class cascading.tap.hadoop.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent Hfs Tap as the base path and default Scheme, and the partition.
PartitionTap(Hfs, Partition, SinkMode) - Constructor for class cascading.tap.hadoop.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent Hfs Tap as the base path and default Scheme, and the partition.
PartitionTap(Hfs, Partition, SinkMode, boolean) - Constructor for class cascading.tap.hadoop.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent Hfs Tap as the base path and default Scheme, and the partition.
PartitionTap(Hfs, Partition, SinkMode, boolean, int) - Constructor for class cascading.tap.hadoop.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent Hfs Tap as the base path and default Scheme, and the partition.
PartitionTap - Class in cascading.tap.local
Class PartitionTap can be used to write tuple streams out to files and sub-directories based on the values in the current Tuple instance.
PartitionTap(FileTap, Partition) - Constructor for class cascading.tap.local.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent FileTap Tap as the base path and default Scheme, and the partition.
PartitionTap(FileTap, Partition, int) - Constructor for class cascading.tap.local.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent FileTap Tap as the base path and default Scheme, and the partition.
PartitionTap(FileTap, Partition, SinkMode) - Constructor for class cascading.tap.local.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent FileTap Tap as the base path and default Scheme, and the partition.
PartitionTap(FileTap, Partition, SinkMode, boolean) - Constructor for class cascading.tap.local.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent FileTap Tap as the base path and default Scheme, and the partition.
PartitionTap(FileTap, Partition, SinkMode, boolean, int) - Constructor for class cascading.tap.local.PartitionTap
Constructor PartitionTap creates a new PartitionTap instance using the given parent FileTap Tap as the base path and default Scheme, and the partition.
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
 
paths - Variable in class cascading.operation.xml.XPathOperation
Field paths
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.
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
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.hadoop.ProcessFlow
 
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<Pair<DocumentBuilder, Tuple>>) - Method in class cascading.operation.xml.XPathOperation
 
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<JobConf>, Tap, Fields) - Method in class cascading.scheme.hadoop.TextDelimited
 
presentSinkFields(FlowProcess<JobConf>, Tap, Fields) - Method in class cascading.scheme.hadoop.TextLine
 
presentSinkFields(FlowProcess<Properties>, Tap, Fields) - Method in class cascading.scheme.local.TextDelimited
 
presentSinkFields(FlowProcess<Properties>, Tap, Fields) - Method in class cascading.scheme.local.TextLine
 
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<JobConf>, Tap, Fields) - Method in class cascading.scheme.hadoop.TextDelimited
 
presentSourceFields(FlowProcess<JobConf>, Tap, Fields) - Method in class cascading.scheme.hadoop.TextLine
 
presentSourceFields(FlowProcess<Properties>, Tap, Fields) - Method in class cascading.scheme.local.TextDelimited
 
presentSourceFields(FlowProcess<Properties>, Tap, Fields) - Method in class cascading.scheme.local.TextLine
 
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.
printElementGraph(String, SimpleDirectedGraph<String, BaseFlow.FlowHolder>) - Method in class cascading.cascade.Cascade
 
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
 
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.
ProcessFlow<P> - Class in cascading.flow.hadoop
Class ProcessFlow is a Flow subclass that supports custom Riffle jobs.
ProcessFlow(String, P) - Constructor for class cascading.flow.hadoop.ProcessFlow
Constructor ProcessFlow creates a new ProcessFlow instance.
ProcessFlow(Map<Object, Object>, String, P) - Constructor for class cascading.flow.hadoop.ProcessFlow
Constructor ProcessFlow creates a new ProcessFlow instance.
project(Fields) - Method in class cascading.tuple.Fields
Method project will return a new Fields instance similar to the given fields instance except any absolute positional elements will be replaced by the current field names, if any.
properties - Variable in class cascading.flow.FlowConnector
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

R

read() - Method in class cascading.tap.hadoop.io.FSDigestInputStream
 
read(byte[], int, int) - Method in class cascading.tap.hadoop.io.FSDigestInputStream
 
read(int, DataInputStream) - Method in class cascading.tuple.hadoop.TupleSerialization.SerializationElementReader
 
read(int, DataInputStream) - Method in interface cascading.tuple.io.TupleInputStream.ElementReader
 
readFields(DataInput) - Method in class cascading.tap.hadoop.io.MultiInputSplit
 
readIndexTuple(IndexTuple) - Method in class cascading.tuple.hadoop.io.HadoopTupleInputStream
 
readIndexTuple() - Method in class cascading.tuple.io.TupleInputStream
 
readIndexTuple(IndexTuple) - Method in class cascading.tuple.io.TupleInputStream
 
readStateFromDistCache(JobConf, String) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
readString() - Method in class cascading.tuple.hadoop.io.HadoopTupleInputStream
 
readToken() - Method in class cascading.tuple.hadoop.io.HadoopTupleInputStream
 
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.hadoop.io.HadoopTupleInputStream
 
readType(int) - Method in class cascading.tuple.io.TupleInputStream
 
readVInt() - Method in class cascading.tuple.hadoop.io.HadoopTupleInputStream
 
readVLong() - Method in class cascading.tuple.hadoop.io.HadoopTupleInputStream
 
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
 
recordChildStats() - Method in class cascading.stats.hadoop.HadoopStepStats
Synchronized to prevent state changes mid record, #stop may be called out of band
recordChildStats() - Method in class cascading.stats.local.LocalStepStats
 
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
 
RecordReaderIterator - Class in cascading.tap.hadoop.io
RecordReaderIterator is a utility class for handing off a single RecordReader instance via the Iterator.
RecordReaderIterator(RecordReader) - Constructor for class cascading.tap.hadoop.io.RecordReaderIterator
 
recordStats(CascadingStats) - Method in class cascading.management.state.ClientState
 
recordStats() - Method in class cascading.stats.CascadingStats
Method recordStats forces recording of current status information.
reduce(Object, Iterator, OutputCollector, Reporter) - Method in class cascading.flow.hadoop.FlowReducer
 
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
 
releaseSingletonsAndDestroy() - Static method in class cascading.provider.ServiceLoader
 
releaseSingletonServices() - Method in class cascading.provider.ServiceLoader
 
remove(Object) - Method in class cascading.flow.hadoop.util.FalseCollection
 
remove() - Method in class cascading.flow.hadoop.util.TimedIterator
 
remove() - Method in class cascading.pipe.joiner.InnerJoin.JoinIterator
 
remove() - Method in class cascading.tap.hadoop.io.MultiRecordReaderIterator
 
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
 
removeAll(Collection<?>) - Method in class cascading.flow.hadoop.util.FalseCollection
 
removeAll(Collection<?>) - Method in class cascading.tuple.collect.SpillableTupleList
 
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.
removePropertiesFrom(JobConf, String...) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
removeStateFromDistCache(JobConf, String) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
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.
Rename - Class in cascading.pipe.assembly
Class Rename is a SubAssembly that will rename the fromFields to the names in toFields.
Rename(Pipe, Fields, Fields) - Constructor for class cascading.pipe.assembly.Rename
Rename the fromFields in the current Tuple to the given toFields.
rename(Path, Path) - Method in class cascading.tap.hadoop.io.StreamedFileSystem
 
rename(Fields, Fields) - Method in class cascading.tuple.Fields
Method rename will rename the from fields to the values in to to fields.
REPLACE - Static variable in class cascading.tuple.Fields
Field REPLACE represents all incoming fields, and allows their values to be replaced by the current operation results.
reset(Tuple, Iterator) - Method in class cascading.flow.hadoop.HadoopCoGroupClosure
 
reset(Tuple, Iterator) - Method in class cascading.flow.hadoop.HadoopGroupByClosure
 
reset(Iterator) - Method in class cascading.flow.hadoop.util.TimedIterator
 
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(byte[], int, int) - Method in class cascading.tuple.hadoop.io.BufferedInputStream
 
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
 
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
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.
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(JobConf) - Method in class cascading.tap.hadoop.Hfs
 
resourceExists(Properties) - Method in class cascading.tap.local.FileTap
 
resourceExists(Properties) - Method in class cascading.tap.local.StdErrTap
 
resourceExists(Properties) - Method in class cascading.tap.local.StdInTap
 
resourceExists(Properties) - Method in class cascading.tap.local.StdOutTap
 
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
 
retainAll(Collection<?>) - Method in class cascading.flow.hadoop.util.FalseCollection
 
retainAll(Collection<?>) - Method in class cascading.tuple.collect.SpillableTupleList
 
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<JobConf>, Tap) - Method in class cascading.scheme.hadoop.TextDelimited
 
retrieveSourceFields(FlowProcess<Properties>, Tap) - Method in class cascading.scheme.local.TextDelimited
 
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.
returnType - Variable in class cascading.operation.expression.ScriptOperation
returnType
ReverseGroupingSortingComparator - Class in cascading.tuple.hadoop.util
Class ReverseTuplePairComparator is an implementation of RawComparator.
ReverseGroupingSortingComparator() - Constructor for class cascading.tuple.hadoop.util.ReverseGroupingSortingComparator
 
ReverseTupleComparator - Class in cascading.tuple.hadoop.util
 
ReverseTupleComparator() - Constructor for class cascading.tuple.hadoop.util.ReverseTupleComparator
 
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
 
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.
run(RecordReader, OutputCollector, Reporter) - Method in class cascading.flow.hadoop.FlowMapper
 
run(long) - Method in class cascading.management.state.ClientState
 
runID - Variable in class cascading.flow.FlowDef
 

S

safe - Variable in class cascading.scheme.util.DelimitedParser
Field safe
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.
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.
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.
seek(long) - Method in class cascading.tap.hadoop.io.FSDigestInputStream
 
seekToNewSource(long) - Method in class cascading.tap.hadoop.io.FSDigestInputStream
 
select(Fields) - Method in class cascading.tuple.Fields
Method select returns a new Fields instance with fields specified by the given selector.
select(Fields, TupleEntry...) - Static method in class cascading.tuple.TupleEntry
Method select will select a new Tuple instance from the given set of entries.
selectEntry(Fields) - Method in class cascading.tuple.TupleEntry
Method selectEntry selects the fields specified in 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.
SequenceFile - Class in cascading.scheme.hadoop
A SequenceFile is a type of Scheme, which is a flat file consisting of binary key/value pairs.
SequenceFile() - Constructor for class cascading.scheme.hadoop.SequenceFile
Protected for use by TempDfs and other subclasses.
SequenceFile(Fields) - Constructor for class cascading.scheme.hadoop.SequenceFile
Creates a new SequenceFile instance that stores the given field names.
SERIALIZATION_TOKENS - Static variable in class cascading.tuple.hadoop.TupleSerializationProps
 
SerializationToken - Annotation Type in cascading.tuple.hadoop
Annotation SerializationToken enables TupleInputStream and TupleOutputStream to substitute Integer values for a class name when writing out nested objects inside a Tuple.
serialize(T, boolean) - Method in class cascading.flow.hadoop.util.JavaObjectSerializer
 
serialize(T, boolean) - Method in interface cascading.flow.hadoop.util.ObjectSerializer
 
serialize(BigDecimal) - Method in class cascading.tuple.hadoop.BigDecimalSerialization.BigDecimalSerializer
 
serialize(byte[]) - Method in class cascading.tuple.hadoop.BytesSerialization.RawBytesSerializer
 
serialize(IndexTuple) - Method in class cascading.tuple.hadoop.io.IndexTupleSerializer
 
serialize(TuplePair) - Method in class cascading.tuple.hadoop.io.TuplePairSerializer
 
serialize(Tuple) - Method in class cascading.tuple.hadoop.io.TupleSerializer
 
serializeBase64(T, JobConf) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
serializeBase64(T, JobConf, boolean) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
serializeList(List<T>, boolean) - Method in class cascading.flow.hadoop.util.JavaObjectSerializer
 
serializeMap(Map<String, T>, boolean) - Method in class cascading.flow.hadoop.util.JavaObjectSerializer
 
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.
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
 
setCharsetName(String) - Method in class cascading.scheme.hadoop.TextLine
 
setCheckpoints(Map<String, Tap>) - Method in class cascading.flow.BaseFlow
 
setCodecs(List<String>) - Method in class cascading.tuple.collect.SpillableProps
 
setCombinedInputMaxSize(Map<Object, Object>, Long) - Static method in class cascading.tap.hadoop.HfsProps
Method setCombinedInputMaxSize sets the maximum input split size to be used.
setCombinedInputMaxSize(long) - Method in class cascading.tap.hadoop.HfsProps
Method setCombinedInputMaxSize sets the maximum input split size to be used.
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(Configuration) - Method in class cascading.tuple.hadoop.TupleSerialization
 
setConf(Configuration) - Method in class cascading.tuple.hadoop.util.DeserializerComparator
 
setConf(Configuration) - Method in class cascading.tuple.hadoop.util.GroupingSortingComparator
 
setConfigProperty(Config, Object, Object) - Method in class cascading.flow.BaseFlow
 
setConfigProperty(JobConf, Object, Object) - Method in class cascading.flow.hadoop.HadoopFlow
 
setConfigProperty(Properties, Object, Object) - Method in class cascading.flow.local.LocalFlow
 
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
 
setFeature(String, boolean) - Method in class cascading.operation.xml.TagSoupParser
Method setFeature allows the user to set 'features' directly on the TagSoup parser, Parser.setFeature(java.lang.String, boolean).
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.
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
 
setHadoopSerializations(List<String>) - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
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
 
setIterator(Iterator<Tuple>) - Method in class cascading.flow.hadoop.util.FalseCollection
 
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
 
setListSpillThreshold(int) - Method in class cascading.tuple.collect.SpillableProps
 
setLocal(JobConf) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
setLocalModeScheme(Map<Object, Object>, String) - Static method in class cascading.tap.hadoop.HfsProps
Method setLocalModeScheme provides a means to change the scheme value used to detect when a MapReduce job should be run in Hadoop local mode.
setLocalModeScheme(String) - Method in class cascading.tap.hadoop.HfsProps
Method setLocalModeScheme provides a means to change the scheme value used to detect when a MapReduce job should be run in Hadoop local mode.
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
 
setMD5SumFor(Configuration, Path, String) - Static method in class cascading.tap.hadoop.io.StreamedFileSystem
 
setMD5SumFor(Configuration, String, String) - Static method in class cascading.tap.hadoop.io.StreamedFileSystem
 
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.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(OutputCollector) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
setOutputCollector(TupleEntryCollector) - Method in class cascading.operation.ConcreteCall
 
setOutputCollector(OutputCollector) - Method in class cascading.tap.hadoop.util.MeasuredOutputCollector
 
setParent(Pipe) - Method in class cascading.pipe.Pipe
 
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.
setRecordReader(RecordReader) - Method in class cascading.tap.hadoop.util.MeasuredRecordReader
 
setReporter(Reporter) - Method in class cascading.flow.hadoop.HadoopFlowProcess
Method setReporter sets the reporter of this HadoopFlowProcess object.
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
 
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
 
setSerializations(JobConf) - Static method in class cascading.tuple.hadoop.TupleSerialization
Adds this class as a Hadoop Serialization class.
setSerializationTokens(Map<Integer, String>) - Method in class cascading.tuple.hadoop.TupleSerializationProps
 
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.
setSinkCompression(TextLine.Compress) - Method in class cascading.scheme.hadoop.TextLine
Method setSinkCompression sets the sinkCompression of this TextLine object.
setSinkFields(Fields) - Method in class cascading.scheme.hadoop.TextDelimited
 
setSinkFields(Fields) - Method in class cascading.scheme.local.TextDelimited
 
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.hadoop.TextDelimited
 
setSourceFields(Fields) - Method in class cascading.scheme.local.TextDelimited
 
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(String) - Method in class cascading.flow.hadoop.HadoopFlowProcess
 
setStatus(String) - Method in class cascading.flow.local.LocalFlowProcess
 
setStatus(Enum, long) - Method in class cascading.management.state.ClientState
 
setStepStats(LocalStepStats) - Method in class cascading.flow.local.LocalFlowProcess
 
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.
setStringPath(String) - Method in class cascading.tap.hadoop.Dfs
 
setStringPath(String) - Method in class cascading.tap.hadoop.Hfs
 
setStringPath(String) - Method in class cascading.tap.hadoop.Lfs
 
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.
setTails(Pipe...) - Method in class cascading.pipe.SubAssembly
Must be called by subclasses to set the final end points of the assembly the subclass represents.
setTapFromProcess() - Method in class cascading.flow.hadoop.ProcessFlow
Method setTapFromProcess build Tap instance for the give process incoming and outgoing dependencies.
setTaskStats(Map<String, HadoopSliceStats>) - Method in class cascading.stats.hadoop.HadoopStepStats
 
setTemporaryDirectory(Map<Object, Object>, String) - Static method in class cascading.tap.hadoop.Hfs
Deprecated. see HfsProps
setTemporaryDirectory(Map<Object, Object>, String) - Static method in class cascading.tap.hadoop.HfsProps
Method setTemporaryDirectory sets the temporary directory on the given properties object.
setTemporaryDirectory(String) - Method in class cascading.tap.hadoop.HfsProps
Method setTemporaryDirectory sets the temporary directory for use on the underlying filesystem.
setTraps(Map<String, Tap>) - Method in class cascading.flow.BaseFlow
 
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
 
setupJob(JobConf) - Static method in class cascading.tap.hadoop.util.Hadoop18TapUtil
should only be called if not in a Flow
setupTask(JobConf) - Static method in class cascading.tap.hadoop.util.Hadoop18TapUtil
 
setUriScheme(URI) - Method in class cascading.tap.hadoop.Hfs
 
setUseCombinedInput(Map<Object, Object>, Boolean) - Static method in class cascading.tap.hadoop.HfsProps
Method setUseCombinedInput provides a means to indicate whether to leverage CombineFileInputFormat for the input format.
setUseCombinedInput(boolean) - Method in class cascading.tap.hadoop.HfsProps
Method setUseCombinedInput provides a means to indicate whether to leverage CombineFileInputFormat for the input format.
setUseCombinedInputSafeMode(Map<Object, Object>, Boolean) - Static method in class cascading.tap.hadoop.HfsProps
Method setUseCombinedInputSafeMode toggles safe mode when using CombineFileInputFormat.
setUseCombinedInputSafeMode(boolean) - Method in class cascading.tap.hadoop.HfsProps
Method setUseCombinedInputSafeMode toggles safe mode when using CombineFileInputFormat.
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
 
setWorkingDirectory(Path) - Method in class cascading.tap.hadoop.io.StreamedFileSystem
 
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
 
sink(FlowProcess<JobConf>, SinkCall<Void, OutputCollector>) - Method in class cascading.scheme.hadoop.SequenceFile
 
sink(FlowProcess<JobConf>, SinkCall<Object[], OutputCollector>) - Method in class cascading.scheme.hadoop.TextDelimited
 
sink(FlowProcess<JobConf>, SinkCall<Object[], OutputCollector>) - Method in class cascading.scheme.hadoop.TextLine
 
sink(FlowProcess<JobConf>, SinkCall<Void, OutputCollector>) - Method in class cascading.scheme.hadoop.WritableSequenceFile
 
sink(FlowProcess<Properties>, SinkCall<PrintWriter, OutputStream>) - Method in class cascading.scheme.local.TextDelimited
 
sink(FlowProcess<Properties>, SinkCall<PrintWriter, OutputStream>) - Method in class cascading.scheme.local.TextLine
 
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<Properties>, SinkCall<PrintWriter, OutputStream>) - Method in class cascading.scheme.local.TextDelimited
 
sinkCleanup(FlowProcess<Properties>, SinkCall<PrintWriter, OutputStream>) - Method in class cascading.scheme.local.TextLine
 
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<JobConf>, Tap<JobConf, RecordReader, OutputCollector>, JobConf) - Method in class cascading.scheme.hadoop.SequenceFile
 
sinkConfInit(FlowProcess<JobConf>, Tap<JobConf, RecordReader, OutputCollector>, JobConf) - Method in class cascading.scheme.hadoop.TextLine
 
sinkConfInit(FlowProcess<JobConf>, Tap<JobConf, RecordReader, OutputCollector>, JobConf) - Method in class cascading.scheme.hadoop.WritableSequenceFile
 
sinkConfInit(FlowProcess<Properties>, Tap<Properties, InputStream, OutputStream>, Properties) - Method in class cascading.scheme.local.TextDelimited
 
sinkConfInit(FlowProcess<Properties>, Tap<Properties, InputStream, OutputStream>, Properties) - Method in class cascading.scheme.local.TextLine
 
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<JobConf>, JobConf) - Method in class cascading.tap.hadoop.Hfs
 
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<JobConf>, SinkCall<Object[], OutputCollector>) - Method in class cascading.scheme.hadoop.TextDelimited
 
sinkPrepare(FlowProcess<JobConf>, SinkCall<Object[], OutputCollector>) - Method in class cascading.scheme.hadoop.TextLine
 
sinkPrepare(FlowProcess<Properties>, SinkCall<PrintWriter, OutputStream>) - Method in class cascading.scheme.local.TextDelimited
 
sinkPrepare(FlowProcess<Properties>, SinkCall<PrintWriter, OutputStream>) - Method in class cascading.scheme.local.TextLine
 
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
 
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.hadoop.HadoopCoGroupClosure
 
size() - Method in class cascading.flow.hadoop.HadoopGroupByClosure
 
size() - Method in class cascading.flow.hadoop.util.FalseCollection
 
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.
skipFlow(Flow) - Method in class cascading.flow.FlowSkipIfSinkExists
 
skipFlow(Flow) - Method in class cascading.flow.FlowSkipIfSinkNotStale
 
skipFlow(Flow) - Method in interface cascading.flow.FlowSkipStrategy
 
SliceCounters - Enum in cascading.flow
 
sortFieldsMap - Variable in class cascading.pipe.Splice
Field sortFieldsMap
source(FlowProcess<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.SequenceFile
 
source(FlowProcess<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.TextDelimited
 
source(FlowProcess<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.TextLine
 
source(FlowProcess<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.WritableSequenceFile
 
source(FlowProcess<Properties>, SourceCall<LineNumberReader, InputStream>) - Method in class cascading.scheme.local.TextDelimited
 
source(FlowProcess<Properties>, SourceCall<LineNumberReader, InputStream>) - Method in class cascading.scheme.local.TextLine
 
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<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.SequenceFile
 
sourceCleanup(FlowProcess<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.TextLine
 
sourceCleanup(FlowProcess<Properties>, SourceCall<LineNumberReader, InputStream>) - Method in class cascading.scheme.local.TextDelimited
 
sourceCleanup(FlowProcess<Properties>, SourceCall<LineNumberReader, InputStream>) - Method in class cascading.scheme.local.TextLine
 
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<JobConf>, Tap<JobConf, RecordReader, OutputCollector>, JobConf) - Method in class cascading.scheme.hadoop.SequenceFile
 
sourceConfInit(FlowProcess<JobConf>, Tap<JobConf, RecordReader, OutputCollector>, JobConf) - Method in class cascading.scheme.hadoop.TextLine
 
sourceConfInit(FlowProcess<Properties>, Tap<Properties, InputStream, OutputStream>, Properties) - Method in class cascading.scheme.local.TextDelimited
 
sourceConfInit(FlowProcess<Properties>, Tap<Properties, InputStream, OutputStream>, Properties) - Method in class cascading.scheme.local.TextLine
 
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<JobConf>, JobConf) - Method in class cascading.tap.hadoop.GlobHfs
 
sourceConfInit(FlowProcess<JobConf>, JobConf) - Method in class cascading.tap.hadoop.Hfs
 
sourceConfInit(FlowProcess<JobConf>, JobConf) - Method in class cascading.tap.hadoop.PartitionTap
 
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.
sourceConfInitAddInputPath(JobConf, Path) - Method in class cascading.tap.hadoop.Hfs
 
sourceConfInitComplete(FlowProcess<JobConf>, JobConf) - Method in class cascading.tap.hadoop.Hfs
 
sourceFields - Variable in class cascading.scheme.util.DelimitedParser
Field sourceFields
sourceHandleInput(SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.TextLine
 
sourcePrepare(FlowProcess<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.SequenceFile
 
sourcePrepare(FlowProcess<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.TextDelimited
 
sourcePrepare(FlowProcess<JobConf>, SourceCall<Object[], RecordReader>) - Method in class cascading.scheme.hadoop.TextLine
 
sourcePrepare(FlowProcess<Properties>, SourceCall<LineNumberReader, InputStream>) - Method in class cascading.scheme.local.TextDelimited
 
sourcePrepare(FlowProcess<Properties>, SourceCall<LineNumberReader, InputStream>) - Method in class cascading.scheme.local.TextLine
 
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
 
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
 
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 - 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.
splitPattern - Variable in class cascading.scheme.util.DelimitedParser
Field splitPattern
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.hadoop.ProcessFlow
 
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
 
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
 
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.
StdErrTap - Class in cascading.tap.local
Class StdErrTap provides a local mode tap for writing data to the stderr stream.
StdErrTap(Scheme<Properties, ?, OutputStream, ?, ?>) - Constructor for class cascading.tap.local.StdErrTap
 
StdInTap - Class in cascading.tap.local
Class StdInTap provides a local mode tap for reading data from the stdin stream.
StdInTap(Scheme<Properties, InputStream, ?, ?, ?>) - Constructor for class cascading.tap.local.StdInTap
 
StdOutTap - Class in cascading.tap.local
Class StdOutTap provides a local mode tap for writing data to the stdout stream.
StdOutTap(Scheme<Properties, ?, OutputStream, ?, ?>) - Constructor for class cascading.tap.local.StdOutTap
 
stepConfigDef - Variable in class cascading.pipe.Pipe
 
StepCounters - Enum in cascading.flow
Enum StepCounters lists all counters
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.
stepsAreLocal() - Method in class cascading.flow.hadoop.HadoopFlow
 
stepsAreLocal() - Method in class cascading.flow.local.LocalFlow
 
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.hadoop.ProcessFlow
 
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
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.
StreamedFileSystem - Class in cascading.tap.hadoop.io
Class StreamedFileSystem is a base class for FileSystem implementations that manage remote resources.
StreamedFileSystem() - Constructor for class cascading.tap.hadoop.io.StreamedFileSystem
 
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
 
stringPath - Variable in class cascading.tap.hadoop.Hfs
Field stringPath
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.
syncPaths(JobConf, Map<Path, Path>) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 

T

tags - Variable in class cascading.property.AppProps
 
tags - Variable in class cascading.property.UnitOfWorkDef
 
TagSoupParser - Class in cascading.operation.xml
Class TagSoupParser uses the Tag Soup library to convert incoming HTML to clean XHTML.
TagSoupParser(Fields) - Constructor for class cascading.operation.xml.TagSoupParser
Constructor TagSoupParser creates a new TagSoupParser instance.
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.
TapFileOutputStream - Class in cascading.tap.local.io
 
TapFileOutputStream(String, boolean) - Constructor for class cascading.tap.local.io.TapFileOutputStream
 
TapFileOutputStream(Tap, String, boolean) - Constructor for class cascading.tap.local.io.TapFileOutputStream
 
TapOutputCollector - Class in cascading.tap.hadoop.io
 
TapOutputCollector(FlowProcess<JobConf>, Tap<JobConf, RecordReader, OutputCollector>) - Constructor for class cascading.tap.hadoop.io.TapOutputCollector
 
TapOutputCollector(FlowProcess<JobConf>, Tap<JobConf, RecordReader, OutputCollector>, String) - Constructor for class cascading.tap.hadoop.io.TapOutputCollector
 
TapOutputCollector(FlowProcess<JobConf>, Tap<JobConf, RecordReader, OutputCollector>, String, long) - Constructor for class cascading.tap.hadoop.io.TapOutputCollector
 
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.
TempHfs - Class in cascading.tap.hadoop.util
Class TempHfs creates a temporary Tap instance for use internally.
TempHfs(JobConf, String, boolean) - Constructor for class cascading.tap.hadoop.util.TempHfs
Constructor TempHfs creates a new TempHfs instance.
TempHfs(JobConf, String, Class<? extends Scheme>) - Constructor for class cascading.tap.hadoop.util.TempHfs
Constructor TempDfs creates a new TempDfs instance.
TempHfs(JobConf, String, Class<? extends Scheme>, boolean) - Constructor for class cascading.tap.hadoop.util.TempHfs
 
TemplateTap - Class in cascading.tap.hadoop
Deprecated. 
TemplateTap(Hfs, String) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, int) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, SinkMode) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, SinkMode, boolean) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, SinkMode, boolean, int) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields, int) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields, SinkMode) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields, SinkMode, boolean) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(Hfs, String, Fields, SinkMode, boolean, int) - Constructor for class cascading.tap.hadoop.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent Hfs Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap - Class in cascading.tap.local
Deprecated. 
TemplateTap(FileTap, String) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, int) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, SinkMode) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, SinkMode, boolean) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, SinkMode, boolean, int) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, Fields) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, Fields, int) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, Fields, SinkMode) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, Fields, SinkMode, boolean) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TemplateTap(FileTap, String, Fields, SinkMode, boolean, int) - Constructor for class cascading.tap.local.TemplateTap
Deprecated. Constructor TemplateTap creates a new TemplateTap instance using the given parent FileTap Tap as the base path and default Scheme, and the pathTemplate as the Formatter format String.
TEMPORARY_DIRECTORY - Static variable in class cascading.tap.hadoop.Hfs
Deprecated. see HfsProps.TEMPORARY_DIRECTORY
TEMPORARY_DIRECTORY - Static variable in class cascading.tap.hadoop.HfsProps
Field TEMPORARY_DIRECTORY
TEMPORARY_PATH - Static variable in class cascading.tap.hadoop.util.Hadoop18TapUtil
The Hadoop temporary path used to prevent collisions
temporaryDirectory - Variable in class cascading.tap.hadoop.HfsProps
 
TextDelimited - Class in cascading.scheme.hadoop
Class TextDelimited is a sub-class of TextLine.
TextDelimited() - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using TAB as the default delimiter.
TextDelimited(boolean, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using TAB as the default delimiter.
TextDelimited(boolean, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using TAB as the default delimiter.
TextDelimited(boolean, DelimitedParser) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using the given delimitedParser instance for parsing.
TextDelimited(DelimitedParser) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using the given delimitedParser instance for parsing.
TextDelimited(TextLine.Compress, boolean, DelimitedParser) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using the given delimitedParser instance for parsing.
TextDelimited(TextLine.Compress, DelimitedParser) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using the given delimitedParser instance for parsing.
TextDelimited(TextLine.Compress, boolean, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using TAB as the default delimiter.
TextDelimited(Fields) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance with TAB as the default delimiter.
TextDelimited(Fields, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, Class[], boolean, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, Class[], boolean, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String, String, Class[]) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, String, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, String, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String, boolean, String, Class[], boolean) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String, boolean, String, Class[], boolean, String) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, DelimitedParser) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, DelimitedParser) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, DelimitedParser) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, TextLine.Compress, boolean, boolean, String, DelimitedParser) - Constructor for class cascading.scheme.hadoop.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited - Class in cascading.scheme.local
Class TextDelimited provides direct support for delimited text files, like TAB (\t) or COMMA (,) delimited files.
TextDelimited() - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using TAB as the default delimiter.
TextDelimited(boolean, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using TAB as the default delimiter.
TextDelimited(boolean, String, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using TAB as the default delimiter.
TextDelimited(boolean, DelimitedParser) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using the given delimitedParser instance for parsing.
TextDelimited(DelimitedParser) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance sourcing Fields.UNKNOWN, sinking Fields.ALL and using the given delimitedParser instance for parsing.
TextDelimited(Fields) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance with TAB as the default delimiter.
TextDelimited(Fields, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, Class[]) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, Class[]) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, Class[]) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String, Class[]) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, Class[]) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, String, Class[]) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String, Class[], boolean) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, Class[], boolean) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, Class[], boolean, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, String, Class[], boolean) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, String, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, String, String, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, boolean, String, Class[], boolean) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, boolean, String, Class[], boolean, String) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, DelimitedParser) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, DelimitedParser) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextDelimited(Fields, boolean, boolean, String, DelimitedParser) - Constructor for class cascading.scheme.local.TextDelimited
Constructor TextDelimited creates a new TextDelimited instance.
TextLine - Class in cascading.scheme.hadoop
A TextLine is a type of Scheme for plain text files.
TextLine() - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance that sources "offset" and "line" fields, and sinks all incoming fields, where "offset" is the byte offset in the input file.
TextLine(int) - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance that sources "offset" and "line" fields, and sinks all incoming fields, where "offset" is the byte offset in the input file.
TextLine(TextLine.Compress) - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance that sources "offset" and "line" fields, and sinks all incoming fields, where "offset" is the byte offset in the input file.
TextLine(Fields, Fields) - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance.
TextLine(Fields, Fields, String) - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance.
TextLine(Fields, Fields, int) - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance.
TextLine(Fields, Fields, TextLine.Compress) - Constructor for class cascading.scheme.hadoop.TextLine
Constructor TextLine creates a new TextLine instance.
TextLine(Fields, Fields, TextLine.Compress, String) - Constructor for class cascading.scheme.hadoop.TextLine
Constructor TextLine creates a new TextLine instance.
TextLine(Fields, Fields, TextLine.Compress, int) - Constructor for class cascading.scheme.hadoop.TextLine
Constructor TextLine creates a new TextLine instance.
TextLine(Fields, Fields, TextLine.Compress, int, String) - Constructor for class cascading.scheme.hadoop.TextLine
Constructor TextLine creates a new TextLine instance.
TextLine(Fields) - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance.
TextLine(Fields, String) - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance.
TextLine(Fields, int) - Constructor for class cascading.scheme.hadoop.TextLine
Creates a new TextLine instance.
TextLine - Class in cascading.scheme.local
A TextLine is a type of Scheme for plain text files.
TextLine() - Constructor for class cascading.scheme.local.TextLine
Creates a new TextLine instance that sources "num" and "line" fields, and sinks all incoming fields, where "num" is the line number of the line in the input file.
TextLine(Fields) - Constructor for class cascading.scheme.local.TextLine
Creates a new TextLine instance.
TextLine(Fields, String) - Constructor for class cascading.scheme.local.TextLine
Creates a new TextLine instance.
TextLine(Fields, Fields) - Constructor for class cascading.scheme.local.TextLine
Creates a new TextLine instance.
TextLine(Fields, Fields, String) - Constructor for class cascading.scheme.local.TextLine
Creates a new TextLine instance.
TextLine.Compress - Enum in cascading.scheme.hadoop
 
thread - Variable in class cascading.flow.BaseFlow
Field thread
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.
TimedIterator - Class in cascading.flow.hadoop.util
 
TimedIterator(FlowProcess, Enum, Enum) - Constructor for class cascading.flow.hadoop.util.TimedIterator
 
TIMEOUT_MAX - Static variable in class cascading.stats.hadoop.HadoopStepStats
 
toArray() - Method in class cascading.flow.hadoop.util.FalseCollection
 
toArray(T[]) - Method in class cascading.flow.hadoop.util.FalseCollection
 
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. 
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.
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.hadoop.ProcessFlow
 
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.stats.hadoop.HadoopSliceStats
 
toString() - Method in class cascading.tap.BaseTemplateTap
 
toString() - Method in class cascading.tap.hadoop.GlobHfs
 
toString() - Method in class cascading.tap.hadoop.util.TempHfs
 
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
traps - Variable in class cascading.flow.FlowDef
 
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.
TupleComparator - Class in cascading.tuple.hadoop.util
 
TupleComparator() - Constructor for class cascading.tuple.hadoop.util.TupleComparator
 
TupleDeserializer - Class in cascading.tuple.hadoop.io
 
TupleDeserializer(TupleSerialization.SerializationElementReader) - Constructor for class cascading.tuple.hadoop.io.TupleDeserializer
 
TupleElementComparator - Class in cascading.tuple.hadoop.util
 
TupleElementComparator() - Constructor for class cascading.tuple.hadoop.util.TupleElementComparator
 
TupleElementComparator(Comparator) - Constructor for class cascading.tuple.hadoop.util.TupleElementComparator
 
TupleElementStreamComparator - Class in cascading.tuple.hadoop.util
 
TupleElementStreamComparator(StreamComparator) - Constructor for class cascading.tuple.hadoop.util.TupleElementStreamComparator
 
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 - 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
 
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.
TuplePairDeserializer - Class in cascading.tuple.hadoop.io
 
TuplePairDeserializer(TupleSerialization.SerializationElementReader) - Constructor for class cascading.tuple.hadoop.io.TuplePairDeserializer
 
TuplePairSerializer - Class in cascading.tuple.hadoop.io
 
TuplePairSerializer(TupleSerialization.SerializationElementWriter) - Constructor for class cascading.tuple.hadoop.io.TuplePairSerializer
 
Tuples - Class in cascading.tuple
Class Tuples is a helper class providing common methods to manipulate Tuple and TupleEntry instances.
Tuples() - Constructor for class cascading.tuple.Tuples
 
TupleSerialization - Class in cascading.tuple.hadoop
Class TupleSerialization is an implementation of Hadoop's Serialization interface.
TupleSerialization() - Constructor for class cascading.tuple.hadoop.TupleSerialization
Constructor TupleSerialization creates a new TupleSerialization instance.
TupleSerialization(FlowProcess<JobConf>) - Constructor for class cascading.tuple.hadoop.TupleSerialization
 
TupleSerialization(Configuration) - Constructor for class cascading.tuple.hadoop.TupleSerialization
Constructor TupleSerialization creates a new TupleSerialization instance.
TupleSerialization.SerializationElementReader - Class in cascading.tuple.hadoop
 
TupleSerialization.SerializationElementReader(TupleSerialization) - Constructor for class cascading.tuple.hadoop.TupleSerialization.SerializationElementReader
Constructor SerializationElementReader creates a new SerializationElementReader instance.
TupleSerialization.SerializationElementWriter - Class in cascading.tuple.hadoop
 
TupleSerialization.SerializationElementWriter(TupleSerialization) - Constructor for class cascading.tuple.hadoop.TupleSerialization.SerializationElementWriter
 
TupleSerializationProps - Class in cascading.tuple.hadoop
Class TupleSerializationProps is a fluent interface for building properties to be passed to a FlowConnector before creating new Flow instances.
TupleSerializationProps() - Constructor for class cascading.tuple.hadoop.TupleSerializationProps
 
tupleSerializationProps() - Static method in class cascading.tuple.hadoop.TupleSerializationProps
 
TupleSerializer - Class in cascading.tuple.hadoop.io
 
TupleSerializer(TupleSerialization.SerializationElementWriter) - Constructor for class cascading.tuple.hadoop.io.TupleSerializer
 
TupleViews - Class in cascading.tuple.util
This class is experimental and for internal use only.
TupleViews() - Constructor for class cascading.tuple.util.TupleViews
 
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.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
 
updateSchemes(ElementGraph) - Method in class cascading.flow.BaseFlow
 
USE_DEFAULT_THRESHOLD - Static variable in class cascading.pipe.assembly.AggregateBy
 
useCombinedInput - Variable in class cascading.tap.hadoop.HfsProps
 

V

validateInput(JobConf) - Method in class cascading.tap.hadoop.io.MultiInputFormat
 
ValueAssertion<C> - Interface in cascading.operation
Class ValueAssertion is a kind of Assertion used with the Each pipe Operator.
ValueAssertionCall<C> - Interface in cascading.operation
Interface ValueAssertionCall provides access to the current ValueAssertion invocation arguments.
valueFields - Variable in class cascading.pipe.joiner.JoinerClosure
 
valueOf(String) - Static method in enum cascading.flow.hadoop.HadoopCoGroupClosure.Spill
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.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.scheme.hadoop.TextLine.Compress
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.stats.CascadingStats.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cascading.stats.hadoop.HadoopSliceStats.Kind
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.
values() - Static method in enum cascading.flow.hadoop.HadoopCoGroupClosure.Spill
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class cascading.flow.hadoop.HadoopGroupByClosure
 
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.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.scheme.hadoop.TextLine.Compress
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.stats.CascadingStats.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cascading.stats.hadoop.HadoopSliceStats.Kind
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
valueType - Variable in class cascading.scheme.hadoop.WritableSequenceFile
 
verify() - Method in class cascading.operation.filter.Logic
 
verify() - Method in class cascading.pipe.assembly.AggregateBy
Method verify should be overridden by sub-classes if any values must be tested before the calling constructor returns.
verify(Fields) - Method in class cascading.scheme.hadoop.TextLine
 
verify(Fields) - Method in class cascading.scheme.local.TextLine
 
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.
verifyNoDuplicates(JobConf) - Static method in class cascading.tap.hadoop.Hfs
 
verifyOperation() - Method in class cascading.pipe.Each
 
verifyOperation() - Method in class cascading.pipe.Operator
 
version - Variable in class cascading.property.AppProps
 

W

wrapInput(RecordReader) - Method in class cascading.tap.hadoop.io.HadoopTupleEntrySchemeIterator
 
wrapInput(Input) - Method in class cascading.tuple.TupleEntrySchemeIterator
 
wrapOutput(OutputCollector) - Method in class cascading.tap.hadoop.io.HadoopTupleEntrySchemeCollector
 
wrapOutput(Output) - Method in class cascading.tuple.TupleEntrySchemeCollector
 
WRITABLE_TOKEN - Static variable in class cascading.tuple.hadoop.io.HadoopTupleOutputStream
Field WRITABLE_TOKEN
WritableSequenceFile - Class in cascading.scheme.hadoop
Class WritableSequenceFile is a sub-class of SequenceFile that reads and writes values of the given writableType Class, instead of Tuple instances used by default in SequenceFile.
WritableSequenceFile(Fields, Class<? extends Writable>) - Constructor for class cascading.scheme.hadoop.WritableSequenceFile
Constructor WritableSequenceFile creates a new WritableSequenceFile instance.
WritableSequenceFile(Fields, Class<? extends Writable>, Class<? extends Writable>) - Constructor for class cascading.scheme.hadoop.WritableSequenceFile
Constructor WritableSequenceFile creates a new WritableSequenceFile instance.
write(DataOutput) - Method in class cascading.tap.hadoop.io.MultiInputSplit
 
write(DataOutputStream, Object) - Method in class cascading.tuple.hadoop.TupleSerialization.SerializationElementWriter
 
write(DataOutputStream, Object) - Method in interface cascading.tuple.io.TupleOutputStream.ElementWriter
 
write(TupleOutputStream, Object) - Method in interface cascading.tuple.io.TupleOutputStream.TupleElementWriter
 
writeAsXML(Node) - Method in class cascading.operation.xml.XPathOperation
 
writeDOT(String) - Method in class cascading.cascade.Cascade
Method writeDOT writes this element graph to a DOT file for easy visualization and debugging.
writeDOT(String) - Method in class cascading.flow.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.
writeElement(Object) - Method in class cascading.tuple.io.TupleOutputStream
 
writeElementArray(Object[]) - Method in class cascading.tuple.io.TupleOutputStream
 
writeHeader(SinkCall<Object[], OutputCollector>) - Method in class cascading.scheme.hadoop.TextDelimited
 
writeIndexTuple(IndexTuple) - Method in class cascading.tuple.hadoop.io.HadoopTupleOutputStream
 
writeIndexTuple(IndexTuple) - Method in class cascading.tuple.io.TupleOutputStream
 
writeIntInternal(int) - Method in class cascading.tuple.hadoop.io.HadoopTupleOutputStream
 
writeIntInternal(int) - Method in class cascading.tuple.io.TupleOutputStream
 
writeStateToDistCache(JobConf, String, String) - Static method in class cascading.flow.hadoop.util.HadoopUtil
 
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.
XPathFilter - Class in cascading.operation.xml
XPathFilter will filter out a Tuple if the given XPath expression returns false.
XPathFilter(String[][], String) - Constructor for class cascading.operation.xml.XPathFilter
Constructor XPathFilter creates a new XPathFilter instance.
XPathFilter(boolean, String[][], String) - Constructor for class cascading.operation.xml.XPathFilter
Constructor XPathFilter creates a new XPathFilter instance.
XPathGenerator - Class in cascading.operation.xml
XPathGenerator is a Generator function that will emit a new Tuple for every Node returned by the given XPath expression.
XPathGenerator(Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathGenerator
Constructor XPathGenerator creates a new XPathGenerator instance.
XPathOperation - Class in cascading.operation.xml
Class XPathOperation is the base class for all XPath operations.
XPathOperation(int, Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathOperation
 
XPathOperation(int, String[][], String...) - Constructor for class cascading.operation.xml.XPathOperation
 
XPathParser - Class in cascading.operation.xml
XPathParser will extract a value from the passed Tuple argument into a new Tuple field.
XPathParser(Fields, String[][], String...) - Constructor for class cascading.operation.xml.XPathParser
Constructor XPathParser creates a new XPathParser instance.
XPathParser(Fields, String...) - Constructor for class cascading.operation.xml.XPathParser
Constructor XPathParser creates a new XPathParser instance.

Z

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.