Class that represents an operator output port. More...

Classes |
|
| class | ExportType |
Public Member Functions |
|
| def | isExportedPort (self) |
| Check if this is an exported port. More... |
|
| def | getExportType (self) |
| Get the export type for the port. More... |
|
| def | hasStreamProperty |
| def | removeStreamProperty |
| def | isConnectedToAPEOutputPort (self) |
| Check if this output port is connected to a PE output port. More... |
|
| def | getPEOutputPortIndex (self) |
| Get the PE output port index for this operator output port. More... |
|
| def | isExceptionPort (self) |
| Check if this output port is an exception port. More... |
|
Public Member Functions inherited from streams.OperatorPort |
|
| def | getIndex (self) |
| Get the port index. More... |
|
| def | getName (self) |
| Get the port name. More... |
|
| def | getTupleType (self) |
| Get the tuple type for the port. More... |
|
Class that represents an operator output port.
| def streams.OperatorOutputPort.isExportedPort | ( | self, | |
| bool | |||
| ) |
Check if this is an exported port.
| def streams.OperatorOutputPort.getExportType | ( | self, | |
| ExportType | |||
| ) |
Get the export type for the port.
| def streams.OperatorOutputPort.hasStreamProperty | ( | self, | |
| sp | |||
| ) |
| def streams.OperatorOutputPort.removeStreamProperty | ( | self, | |
| sp | |||
| ) |
| def streams.OperatorOutputPort.isConnectedToAPEOutputPort | ( | self, | |
| bool | |||
| ) |
Check if this output port is connected to a PE output port.
| def streams.OperatorOutputPort.getPEOutputPortIndex | ( | self, | |
| int | |||
| ) |
Get the PE output port index for this operator output port.
| SPLRuntimeInvalidIndexException | when the operator port does not have an associated PE port |
| def streams.OperatorOutputPort.isExceptionPort | ( | self, | |
| bool | |||
| ) |
Check if this output port is an exception port.