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