com.ibm.streams.operator

Interface StreamingInput<T>

    • Method Detail

      • isImported

        boolean isImported()
        Is the port importing an exported stream.
        Returns:
        True if the port imports a stream, false if the port is connected only to streams within the application.
      • getStreamWindow

        StreamWindow<T> getStreamWindow()
        Get the window configuration for this port.
        Returns:
        Description of the window configuration.
      • isControl

        boolean isControl()
        Is the port a control port. This is valid at runtime only. At compile time, this method always returns false regardless of whether the port is a control port or not.
        Returns:
        True if the port is a control port, false otherwise
        Since:
        InfoSphere® Streams Version 4.0