Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataFlowOperatorOutputType> |
DataFlowOperatorOutput.getTypeInfo()
Returns output port type information
|
java.util.List<DataFlowOperatorOutputType> |
DataFlowOperatorOutputType.getTypeParameters()
Returns optional additional type parameters
|
Modifier and Type | Method and Description |
---|---|
void |
DataFlowOperatorOutput.setTypeInfo(java.util.List<DataFlowOperatorOutputType> typeInfo)
Sets output port type information
|
void |
DataFlowOperatorOutputType.setTypeParameters(java.util.List<DataFlowOperatorOutputType> typeParameters)
Sets optional additional type parameters
|
Constructor and Description |
---|
DataFlowOperatorOutput(java.lang.String streamName,
java.util.List<DataFlowOperatorOutputType> typeInfo)
Ctor.
|
DataFlowOperatorOutputType(boolean wildcard,
java.lang.String typeOrClassname,
java.util.List<DataFlowOperatorOutputType> typeParameters)
Ctor.
|