com.ibm.streamsx.topology.spl

Interface SPLWindow

  • All Superinterfaces:
    SPLInput, TopologyElement, TWindow<com.ibm.streams.operator.Tuple,java.lang.Object>


    public interface SPLWindow
    extends TWindow<com.ibm.streams.operator.Tuple,java.lang.Object>, SPLInput
    An SPL window, that has an SPL eviction policy and an SPL trigger policy.
    • Method Detail

      • getStream

        SPLStream getStream()
        SPL stream for this window.
        Specified by:
        getStream in interface SPLInput
        Specified by:
        getStream in interface TWindow<com.ibm.streams.operator.Tuple,java.lang.Object>
        Returns:
        SPL stream for this window.
streamsx.topology 2.1 @ IBMStreams GitHub