T
- tset typepublic interface AcceptingData<T>
TSet
s to accept data from another TSet as an input. Only the
Batch TSets can accept inputs.
This remains as a separate interface because SinkTSet behaves differently to all other BatchTSets. i.e. It does not expose any communication operations. But a SinkTSet needs to be able to accept data from another TSet. Therefore, that capability was separated out.
Modifier and Type | Method and Description |
---|---|
TBase |
addInput(java.lang.String key,
StorableTBase<?> input)
Allows users to pass in other TSets as inputs for a TSet
|
TBase addInput(java.lang.String key, StorableTBase<?> input)
key
- the key used to store the given TSetinput
- a StorableTBase
TSet to be added as an input