|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.DataFlowOperatorOutput
public class DataFlowOperatorOutput
Represents an output port of an operator.
Constructor Summary | |
---|---|
DataFlowOperatorOutput()
Ctor. |
|
DataFlowOperatorOutput(java.lang.String streamName,
java.util.List<DataFlowOperatorOutputType> typeInfo)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getStreamName()
Returns the output stream name. |
java.util.List<DataFlowOperatorOutputType> |
getTypeInfo()
Returns output port type information |
void |
setStreamName(java.lang.String streamName)
Sets the output stream name. |
void |
setTypeInfo(java.util.List<DataFlowOperatorOutputType> typeInfo)
Sets output port type information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataFlowOperatorOutput()
public DataFlowOperatorOutput(java.lang.String streamName, java.util.List<DataFlowOperatorOutputType> typeInfo)
streamName
- output stream nametypeInfo
- type informationMethod Detail |
---|
public java.lang.String getStreamName()
public void setStreamName(java.lang.String streamName)
streamName
- stream name.public java.util.List<DataFlowOperatorOutputType> getTypeInfo()
public void setTypeInfo(java.util.List<DataFlowOperatorOutputType> typeInfo)
typeInfo
- type info to use
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |