IBM InfoSphere Streams Version 4.1.1

outputTransport

type:
enum { TCP, LLM_RUM_TCP, LLM_RUM_IB }
example:
config outputTransport : LLM_RUM_TCP;
description:
Transport mechanism for output streams.
  • TCP: Transmission Control Protocol
  • LLM: Low Latency Messaging
  • RUM: Reliable Unicast Messaging
  • IB: InfiniBand

When a connection has mismatched transports for input and output, if the connection is static, the compiler raises an error. If the connection is dynamic, the run time does not connect them.

default:
TCP
where:
Any operator invocation or composite operator.