|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiChangeSink
Defines the interface for tasks consuming multiple streams of data. It allows a task to expose multiple change sinks. Classes may choose to combine this with other multi sink style interfaces where data streams of different types are to be consumed.
Method Summary | |
---|---|
ChangeSink |
getChangeSink(int instance)
Obtains one of the change sinks exposed by the task. |
int |
getChangeSinkCount()
Returns the number of change sinks provided by this task. |
Method Detail |
---|
ChangeSink getChangeSink(int instance)
instance
- The index of the change sink to be returned.
int getChangeSinkCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |