com.ibm.streams.operator

Interface StreamingData

    • Method Detail

      • getStreamSchema

        StreamSchema getStreamSchema()
        Get the schema for this port.
        Returns:
        schema for the port
      • getName

        java.lang.String getName()
        Get the name for this port as defined in the application.
        Returns:
        name of the port
      • getPortNumber

        int getPortNumber()
        Get the port number as defined in the application.
        Returns:
        port number
      • isConnectedToPEPort

        boolean isConnectedToPEPort()
        Is this port connected to a PE (processing element) port.
        Returns:
        True if port is connected to a PE port, false otherwise.
        Since:
        InfoSphere® Streams Version 3.0
        See Also:
        getPEPortNumber()