Class PortCounts

java.lang.Object
com.streambase.sb.operator.PortCounts

public class PortCounts extends Object
A record type to describe the number of input and output ports an operator has.
See Also:
  • Field Details

    • inputs

      public int inputs
    • outputs

      public int outputs
  • Constructor Details

    • PortCounts

      public PortCounts(int numInputPorts, int numOutputPorts)
      Constructs a new PortCounts object requesting a change in the number of input and/or output ports.
      Parameters:
      numInputPorts - the requested number of input ports
      numOutputPorts - the requested number of output ports
      See Also: