|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Context
- Output
- public interface SinkCall<Context,Output>
SinkCall provides access to the current Scheme.sink(cascading.flow.FlowProcess, SinkCall)
invocation
arguments.
Method Summary | |
---|---|
Context |
getContext()
Method getContext returns the context of this SinkCall object. |
TupleEntry |
getOutgoingEntry()
Method getOutgoingEntry returns the final TupleEntry to be passed to the
getOutput() output handler. |
Output |
getOutput()
|
void |
setContext(Context context)
Method setContext sets the context of this SinkCall object. |
Method Detail |
---|
Context getContext()
void setContext(Context context)
context
- the context of this SinkCall object.TupleEntry getOutgoingEntry()
TupleEntry
to be passed to the
getOutput()
output handler.
That is, the result of calling getOutgoingEntry() should be passed directly to the
platform specific output handler returned by getOutput().
Note the returned value from this method cannot be modified.
Output getOutput()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |