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

Query strategy for use with net.esper.view.HistoricalEventViewable to perform lookup for a given stream using the poll method on a viewable.

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

Syntax

Visual Basic (Declaration)
Public Class HistoricalDataQueryStrategy _
	Implements QueryStrategy
C#
public class HistoricalDataQueryStrategy : QueryStrategy
Visual C++
public ref class HistoricalDataQueryStrategy : QueryStrategy

Inheritance Hierarchy

System.Object
  net.esper.eql.join.HistoricalDataQueryStrategy

See Also