Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Cascading.operation Classes and Interfaces - 92 results found.
NameDescriptionTypePackageFramework
AggregatorAn Aggregator takes the set of all values associated with a unique grouping and returns zero or more values.Interfacecascading.operationCascading
AggregatorCall This interface is generic, allowing the user to set a custom 'context' object when Aggregator.Interfacecascading.operationCascading
And Logically, if Filter.Classcascading.operation.filterCascading
AssertEquals to the number of argument values Tuple and each constructor value is .Classcascading.operation.assertionCascading
AssertEqualsAll provided on the constructor.Classcascading.operation.assertionCascading
AssertExpression returns true for the given expression pass the assertion.Classcascading.operation.assertionCascading
AssertGroupBaseClasscascading.operation.assertionCascading
AssertGroupBase .ContextClasscascading.operation.assertion.AssertGroupBaseCascading
AssertGroupSizeEquals is equal the given size.Classcascading.operation.assertionCascading
AssertGroupSizeLessThanClass AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group is less than the given size.Classcascading.operation.assertionCascading
AssertGroupSizeMoreThanClass AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group is more than the given size.Classcascading.operation.assertionCascading
AssertionInterfacecascading.operationCascading
AssertionExceptionClasscascading.operationCascading
AssertionLevelEnum AssertionLevel designates the level of a given Assertion instance.Classcascading.operationCascading
AssertMatches Tuple by joining each individual element of the Tuple with a tab character (\t) unless otherwise specified.Classcascading.operation.assertionCascading
AssertMatchesAll Tuple element individually.Classcascading.operation.assertionCascading
AssertNotEquals to the number of argument values Tuple and each constructor value is not .Classcascading.operation.assertionCascading
AssertNotNullClasscascading.operation.assertionCascading
AssertNullClasscascading.operation.assertionCascading
AssertSizeEquals On evaluation, Tuple.Classcascading.operation.assertionCascading
AssertSizeLessThan On evaluation, Tuple.Classcascading.operation.assertionCascading
AssertSizeMoreThan On evaluation, Tuple.Classcascading.operation.assertionCascading
AverageClasscascading.operation.aggregatorCascading
Average .ContextClasscascading.operation.aggregator.AverageCascading
BaseAssertion this class is not required, but does provide some convenience functions for signaling assertion failures.Classcascading.operation.assertionCascading
BaseOperation the Each or Every Pipe.Classcascading.operationCascading
BufferA Buffer is similar to an Aggregator by the fact that it operates on unique groups of values.Interfacecascading.operationCascading
BufferCallInterfacecascading.operationCascading
ConcreteCallClass OperationCall is the common base class for FunctionCall, FilterCall, AggregatorCall, ValueAssertionCall, and GroupAssertionCall.Classcascading.operationCascading
Count Note the resulting value for count is always a long.Classcascading.operation.aggregatorCascading
Counter Internally, the isRemove(cascading.Classcascading.operation.stateCascading
DateFormatter is the number of milliseconds since January 1, 1970, 00:00:00 GMT, using the SimpleDateFormat syntax.Classcascading.operation.textCascading
DateOperationClasscascading.operation.textCascading
DateParser since January 1, 1970, 00:00:00 GMT, using the SimpleDateFormat syntax.Classcascading.operation.textCascading
Debug Currently, if printFields is true, they will print every 10 Tuples.Classcascading.operationCascading
Debug .OutputClasscascading.operation.DebugCascading
DebugLevelEnum DebugLevel designates the level of a given Debug instance.Classcascading.operationCascading
ExpressionFilter returns true for the given expression will be removed from the stream.Classcascading.operation.expressionCascading
ExpressionFunction is based on the Janino compiler.Classcascading.operation.expressionCascading
ExpressionOperationClasscascading.operation.expressionCascading
ExtentBaseClasscascading.operation.aggregatorCascading
ExtremaValueBase Comparable types and the Comparable.Classcascading.operation.aggregatorCascading
ExtremaValueBase .ContextClasscascading.operation.aggregator.ExtremaValueBaseCascading
FieldFormatter This function uses the Formatter class for formatting the argument tuple values into a new string.Classcascading.operation.textCascading
FieldJoinerClasscascading.operation.textCascading
Filter A Filter is responsible for testing a Tuple to see if it should be removed from the tuple stream.Interfacecascading.operationCascading
FilterCallInterfacecascading.operationCascading
FilterNotNull is a null value.Classcascading.operation.filterCascading
FilterNull is not a null value.Classcascading.operation.filterCascading
First By default, it returns the first Tuple of Fields.Classcascading.operation.aggregatorCascading
FirstNBuffer are returned the Buffer stops iterating the arguments unlike the First Aggregator which by contract sees all the values in the grouping.Classcascading.operation.bufferCascading
Function A Function is responsible for taking Tuple arguments and returning one or more result Tuples.Interfacecascading.operationCascading
FunctionCallInterfacecascading.operationCascading
GroupAssertion Implementers should also extend BaseOperation.Interfacecascading.operationCascading
GroupAssertionCall This interface is generic, allowing the user to set a custom 'context' object when GroupAssertion.Interfacecascading.operationCascading
IdentityThe Identity function simply passes incoming arguments back out again.Classcascading.operationCascading
InsertClasscascading.operationCascading
Last By default, it returns the last Tuple of Fields.Classcascading.operation.aggregatorCascading
Limit Note that the limit value is roughly a suggestion.Classcascading.operation.filterCascading
Limit .ContextClasscascading.operation.filter.LimitCascading
LogicClasscascading.operation.filterCascading
MaxValue Values are expected to be Comparable types vs numeric representations and the Comparable.Classcascading.operation.aggregatorCascading
MinValueClass Min is an Aggregator that returns the minimum value encountered in the current group.Classcascading.operation.aggregatorCascading
NoOp Use with Fields.Classcascading.operationCascading
Not Logically, if Filter.Classcascading.operation.filterCascading
Operation Specifically Function, Filter, Aggregator, Buffer, and Assertion.Interfacecascading.operationCascading
OperationCallInterfacecascading.operationCascading
OperationExceptionClasscascading.operationCascading
Or Logically, if Filter.Classcascading.operation.filterCascading
PlannedOperation that use a PlannerLevel value to inform the FlowPlanner how to treat the operation during job planning.Interfacecascading.operationCascading
PlannerLevel It should be noted that all enum implementations of this interface must declare a NONE or equivalent instance.Interfacecascading.operationCascading
RegexFilter the Tuple stream accordingly.Classcascading.operation.regexCascading
RegexGenerator Note a null valued argument passed to the parser will be converted to an empty string ("") before the regex is applied.Classcascading.operation.regexCascading
RegexMatcher This operation uses Matcher internally, specifically the method Matcher.Classcascading.operation.regexCascading
RegexOperationClasscascading.operation.regexCascading
RegexParser RegexParser only expects one field value.Classcascading.operation.regexCascading
RegexReplace RegexReplace only expects one field value.Classcascading.operation.regexCascading
RegexSplitGeneratorClass RegexGenerator will emit a new Tuple for every split on the incoming argument value delimited by the given patternString.Classcascading.operation.regexCascading
RegexSplitter RegexSplitter only expects one field value.Classcascading.operation.regexCascading
Sample Where fraction is between 1 and zero, inclusive.Classcascading.operation.filterCascading
ScriptFilter This Filter is based on the Janino compiler.Classcascading.operation.expressionCascading
ScriptFunction This Function is based on the Janino compiler.Classcascading.operation.expressionCascading
ScriptOperationClasscascading.operation.expressionCascading
ScriptOperation .ContextClasscascading.operation.expression.ScriptOperationCascading
ScriptTupleFunction This Function is based on the Janino compiler.Classcascading.operation.expressionCascading
SetValue of a given Filter operation.Classcascading.operation.functionCascading
Status the first Tuple it sees.Classcascading.operation.stateCascading
SumClasscascading.operation.aggregatorCascading
UnGroup That is, for the given field positions, this function will emit a new Tuple for every value.Classcascading.operation.functionCascading
ValueAssertion Implementers must also extend BaseOperation.Interfacecascading.operationCascading
ValueAssertionCallInterfacecascading.operationCascading
Xor constructor provided Filter instances.Classcascading.operation.filterCascading