[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExecNodeQueryStrategy class.

Namespace: net.esper.eql.join
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	forStream As Integer, _
	numStreams As Integer, _
	execNode As ExecNode _
)
C#
public ExecNodeQueryStrategy (
	int forStream,
	int numStreams,
	ExecNode execNode
)
Visual C++
public:
ExecNodeQueryStrategy (
	int forStream, 
	int numStreams, 
	ExecNode^ execNode
)

Parameters

forStream
System.Int32
stream the strategy is for.
numStreams
System.Int32
number of streams in total.
execNode
net.esper.eql.join.exec.ExecNode
execution node for building join tuple set.