Package | Description |
---|---|
com.pervasive.datarush.ports |
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
|
com.pervasive.datarush.ports.model |
Provides implementations of port objects dealing with the flow of single objects
between operators.
|
Modifier and Type | Method and Description |
---|---|
LogicalPort.Direction |
LogicalPort.getDirection()
Returns whether this port is for input or output
|
static LogicalPort.Direction |
LogicalPort.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalPort.Direction[] |
LogicalPort.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
LogicalPortFactory.newPort(LogicalOperator owner,
String name,
LogicalPort.Direction direction,
boolean optional)
Public only as a matter of implementation; clients should not use this method
directly.
|
Constructor and Description |
---|
LogicalPort(LogicalOperator owner,
String name,
LogicalPort.Direction direction,
boolean optional)
Create a new LogicalPort
|
Modifier and Type | Method and Description |
---|---|
SimpleModelPort<T> |
SimpleModelPort.Factory.newPort(LogicalOperator owner,
String name,
LogicalPort.Direction direction,
boolean optional) |
Constructor and Description |
---|
AbstractModelPort(LogicalOperator owner,
String name,
LogicalPort.Direction direction,
boolean optional,
ModelStorageHandler<T> storageHandler)
Subclasses must invoke this constructor
|
Copyright © 2016 Actian Corporation. All rights reserved.