| Name | Description | Type | Package | Framework |
| Aggregator | An Aggregator takes the set of all values associated with a unique grouping and returns zero or more values. | Interface | cascading.operation | Cascading |
|
| AggregatorCall | This interface is generic, allowing the user to set a custom 'context' object when Aggregator. | Interface | cascading.operation | Cascading |
|
| And | Logically, if Filter. | Class | cascading.operation.filter | Cascading |
|
| AssertEquals | to the number of argument values Tuple and each constructor value is . | Class | cascading.operation.assertion | Cascading |
|
| AssertEqualsAll | provided on the constructor. | Class | cascading.operation.assertion | Cascading |
|
| AssertExpression | returns true for the given expression pass the assertion. | Class | cascading.operation.assertion | Cascading |
|
| AssertGroupBase | | Class | cascading.operation.assertion | Cascading |
|
| AssertGroupBase .Context | | Class | cascading.operation.assertion.AssertGroupBase | Cascading |
|
| AssertGroupSizeEquals | is equal the given size. | Class | cascading.operation.assertion | Cascading |
|
| AssertGroupSizeLessThan | Class AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group is less than the given size. | Class | cascading.operation.assertion | Cascading |
|
| AssertGroupSizeMoreThan | Class AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group is more than the given size. | Class | cascading.operation.assertion | Cascading |
|
| Assertion | | Interface | cascading.operation | Cascading |
|
| AssertionException | | Class | cascading.operation | Cascading |
|
| AssertionLevel | Enum AssertionLevel designates the level of a given Assertion instance. | Class | cascading.operation | Cascading |
|
| AssertMatches | Tuple by joining each individual element of the Tuple with a tab character (\t) unless otherwise specified. | Class | cascading.operation.assertion | Cascading |
|
| AssertMatchesAll | Tuple element individually. | Class | cascading.operation.assertion | Cascading |
|
| AssertNotEquals | to the number of argument values Tuple and each constructor value is not . | Class | cascading.operation.assertion | Cascading |
|
| AssertNotNull | | Class | cascading.operation.assertion | Cascading |
|
| AssertNull | | Class | cascading.operation.assertion | Cascading |
|
| AssertSizeEquals | On evaluation, Tuple. | Class | cascading.operation.assertion | Cascading |
|
| AssertSizeLessThan | On evaluation, Tuple. | Class | cascading.operation.assertion | Cascading |
|
| AssertSizeMoreThan | On evaluation, Tuple. | Class | cascading.operation.assertion | Cascading |
|
| Average | | Class | cascading.operation.aggregator | Cascading |
|
| Average .Context | | Class | cascading.operation.aggregator.Average | Cascading |
|
| BaseAssertion | this class is not required, but does provide some convenience functions for signaling assertion failures. | Class | cascading.operation.assertion | Cascading |
|
| BaseOperation | the Each or Every Pipe. | Class | cascading.operation | Cascading |
|
| Buffer | A Buffer is similar to an Aggregator by the fact that it operates on unique groups of values. | Interface | cascading.operation | Cascading |
|
| BufferCall | | Interface | cascading.operation | Cascading |
|
| ConcreteCall | Class OperationCall is the common base class for FunctionCall, FilterCall, AggregatorCall, ValueAssertionCall, and GroupAssertionCall. | Class | cascading.operation | Cascading |
|
| Count | Note the resulting value for count is always a long. | Class | cascading.operation.aggregator | Cascading |
|
| Counter | Internally, the isRemove(cascading. | Class | cascading.operation.state | Cascading |
|
| DateFormatter | is the number of milliseconds since January 1, 1970, 00:00:00 GMT, using the SimpleDateFormat syntax. | Class | cascading.operation.text | Cascading |
|
| DateOperation | | Class | cascading.operation.text | Cascading |
|
| DateParser | since January 1, 1970, 00:00:00 GMT, using the SimpleDateFormat syntax. | Class | cascading.operation.text | Cascading |
|
| Debug | Currently, if printFields is true, they will print every 10 Tuples. | Class | cascading.operation | Cascading |
|
| Debug .Output | | Class | cascading.operation.Debug | Cascading |
|
| DebugLevel | Enum DebugLevel designates the level of a given Debug instance. | Class | cascading.operation | Cascading |
|
| ExpressionFilter | returns true for the given expression will be removed from the stream. | Class | cascading.operation.expression | Cascading |
|
| ExpressionFunction | is based on the Janino compiler. | Class | cascading.operation.expression | Cascading |
|
| ExpressionOperation | | Class | cascading.operation.expression | Cascading |
|
| ExtentBase | | Class | cascading.operation.aggregator | Cascading |
|
| ExtremaValueBase | Comparable types and the Comparable. | Class | cascading.operation.aggregator | Cascading |
|
| ExtremaValueBase .Context | | Class | cascading.operation.aggregator.ExtremaValueBase | Cascading |
|
| FieldFormatter | This function uses the Formatter class for formatting the argument tuple values into a new string. | Class | cascading.operation.text | Cascading |
|
| FieldJoiner | | Class | cascading.operation.text | Cascading |
|
| Filter | A Filter is responsible for testing a Tuple to see if it should be removed from the tuple stream. | Interface | cascading.operation | Cascading |
|
| FilterCall | | Interface | cascading.operation | Cascading |
|
| FilterNotNull | is a null value. | Class | cascading.operation.filter | Cascading |
|
| FilterNull | is not a null value. | Class | cascading.operation.filter | Cascading |
|
| First | By default, it returns the first Tuple of Fields. | Class | cascading.operation.aggregator | Cascading |
|
| FirstNBuffer | are returned the Buffer stops iterating the arguments unlike the First Aggregator which by contract sees all the values in the grouping. | Class | cascading.operation.buffer | Cascading |
|
| Function | A Function is responsible for taking Tuple arguments and returning one or more result Tuples. | Interface | cascading.operation | Cascading |
|
| FunctionCall | | Interface | cascading.operation | Cascading |
|
| GroupAssertion | Implementers should also extend BaseOperation. | Interface | cascading.operation | Cascading |
|
| GroupAssertionCall | This interface is generic, allowing the user to set a custom 'context' object when GroupAssertion. | Interface | cascading.operation | Cascading |
|
| Identity | The Identity function simply passes incoming arguments back out again. | Class | cascading.operation | Cascading |
|
| Insert | | Class | cascading.operation | Cascading |
|
| Last | By default, it returns the last Tuple of Fields. | Class | cascading.operation.aggregator | Cascading |
|
| Limit | Note that the limit value is roughly a suggestion. | Class | cascading.operation.filter | Cascading |
|
| Limit .Context | | Class | cascading.operation.filter.Limit | Cascading |
|
| Logic | | Class | cascading.operation.filter | Cascading |
|
| MaxValue | Values are expected to be Comparable types vs numeric representations and the Comparable. | Class | cascading.operation.aggregator | Cascading |
|
| MinValue | Class Min is an Aggregator that returns the minimum value encountered in the current group. | Class | cascading.operation.aggregator | Cascading |
|
| NoOp | Use with Fields. | Class | cascading.operation | Cascading |
|
| Not | Logically, if Filter. | Class | cascading.operation.filter | Cascading |
|
| Operation | Specifically Function, Filter, Aggregator, Buffer, and Assertion. | Interface | cascading.operation | Cascading |
|
| OperationCall | | Interface | cascading.operation | Cascading |
|
| OperationException | | Class | cascading.operation | Cascading |
|
| Or | Logically, if Filter. | Class | cascading.operation.filter | Cascading |
|
| PlannedOperation | that use a PlannerLevel value to inform the FlowPlanner how to treat the operation during job planning. | Interface | cascading.operation | Cascading |
|
| PlannerLevel | It should be noted that all enum implementations of this interface must declare a NONE or equivalent instance. | Interface | cascading.operation | Cascading |
|
| RegexFilter | the Tuple stream accordingly. | Class | cascading.operation.regex | Cascading |
|
| RegexGenerator | Note a null valued argument passed to the parser will be converted to an empty string ("") before the regex is applied. | Class | cascading.operation.regex | Cascading |
|
| RegexMatcher | This operation uses Matcher internally, specifically the method Matcher. | Class | cascading.operation.regex | Cascading |
|
| RegexOperation | | Class | cascading.operation.regex | Cascading |
|
| RegexParser | RegexParser only expects one field value. | Class | cascading.operation.regex | Cascading |
|
| RegexReplace | RegexReplace only expects one field value. | Class | cascading.operation.regex | Cascading |
|
| RegexSplitGenerator | Class RegexGenerator will emit a new Tuple for every split on the incoming argument value delimited by the given patternString. | Class | cascading.operation.regex | Cascading |
|
| RegexSplitter | RegexSplitter only expects one field value. | Class | cascading.operation.regex | Cascading |
|
| Sample | Where fraction is between 1 and zero, inclusive. | Class | cascading.operation.filter | Cascading |
|
| ScriptFilter | This Filter is based on the Janino compiler. | Class | cascading.operation.expression | Cascading |
|
| ScriptFunction | This Function is based on the Janino compiler. | Class | cascading.operation.expression | Cascading |
|
| ScriptOperation | | Class | cascading.operation.expression | Cascading |
|
| ScriptOperation .Context | | Class | cascading.operation.expression.ScriptOperation | Cascading |
|
| ScriptTupleFunction | This Function is based on the Janino compiler. | Class | cascading.operation.expression | Cascading |
|
| SetValue | of a given Filter operation. | Class | cascading.operation.function | Cascading |
|
| Status | the first Tuple it sees. | Class | cascading.operation.state | Cascading |
|
| Sum | | Class | cascading.operation.aggregator | Cascading |
|
| UnGroup | That is, for the given field positions, this function will emit a new Tuple for every value. | Class | cascading.operation.function | Cascading |
|
| ValueAssertion | Implementers must also extend BaseOperation. | Interface | cascading.operation | Cascading |
|
| ValueAssertionCall | | Interface | cascading.operation | Cascading |
|
| Xor | constructor provided Filter instances. | Class | cascading.operation.filter | Cascading |