com.espertech.esper.client.soda
Class DataFlowOperatorOutput

java.lang.Object
  extended by com.espertech.esper.client.soda.DataFlowOperatorOutput
All Implemented Interfaces:
java.io.Serializable

public class DataFlowOperatorOutput
extends java.lang.Object
implements java.io.Serializable

Represents an output port of an operator.

See Also:
Serialized Form

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

DataFlowOperatorOutput

public DataFlowOperatorOutput()
Ctor.


DataFlowOperatorOutput

public DataFlowOperatorOutput(java.lang.String streamName,
                              java.util.List<DataFlowOperatorOutputType> typeInfo)
Ctor.

Parameters:
streamName - output stream name
typeInfo - type information
Method Detail

getStreamName

public java.lang.String getStreamName()
Returns the output stream name.

Returns:
stream name.

setStreamName

public void setStreamName(java.lang.String streamName)
Sets the output stream name.

Parameters:
streamName - stream name.

getTypeInfo

public java.util.List<DataFlowOperatorOutputType> getTypeInfo()
Returns output port type information

Returns:
type info

setTypeInfo

public void setTypeInfo(java.util.List<DataFlowOperatorOutputType> typeInfo)
Sets output port type information

Parameters:
typeInfo - type info to use

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com