public interface GroupAssertionCall<C> extends OperationCall<C>
GroupAssertion
invocation arguments.
This interface is generic, allowing the user to set a custom 'context' object when GroupAssertion.start(cascading.flow.FlowProcess, GroupAssertionCall)
is called. The OperationCall.setContext(Object)
and OperationCall.getContext()
methods are
inherited from OperationCall
.GroupAssertion
,
OperationCall
Modifier and Type | Method and Description |
---|---|
TupleEntry |
getArguments()
Returns
TupleEntry of argument values. |
TupleEntry |
getGroup()
Returns the current grouping
TupleEntry . |
getArgumentFields, getContext, setContext
TupleEntry getGroup()
TupleEntry
.TupleEntry getArguments()
TupleEntry
of argument values.