|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoricalEventViewable | |
---|---|
com.espertech.esper.core.context.activator | Activation of streams for statement start. |
com.espertech.esper.epl.core | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
com.espertech.esper.epl.db | Database SQL polling views and caches |
com.espertech.esper.epl.join.base | Join process interfaces and glue code |
com.espertech.esper.epl.join.exec.base | Inner join execution |
Uses of HistoricalEventViewable in com.espertech.esper.core.context.activator |
---|
Fields in com.espertech.esper.core.context.activator declared as HistoricalEventViewable | |
---|---|
protected HistoricalEventViewable |
ViewableActivatorHistorical.historicalEventViewable
|
Methods in com.espertech.esper.core.context.activator with parameters of type HistoricalEventViewable | |
---|---|
ViewableActivator |
ViewableActivatorFactoryDefault.makeHistorical(HistoricalEventViewable historicalEventViewable)
|
ViewableActivator |
ViewableActivatorFactory.makeHistorical(HistoricalEventViewable historicalEventViewable)
|
Constructors in com.espertech.esper.core.context.activator with parameters of type HistoricalEventViewable | |
---|---|
ViewableActivatorHistorical(HistoricalEventViewable historicalEventViewable)
|
Uses of HistoricalEventViewable in com.espertech.esper.epl.core |
---|
Classes in com.espertech.esper.epl.core that implement HistoricalEventViewable | |
---|---|
class |
MethodPollingViewable
Polling-data provider that calls a static method on a class and passed parameters, and wraps the results as POJO events. |
Methods in com.espertech.esper.epl.core that return HistoricalEventViewable | |
---|---|
static HistoricalEventViewable |
MethodPollingViewableFactory.createPollMethodView(int streamNumber,
MethodStreamSpec methodStreamSpec,
EventAdapterService eventAdapterService,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
EngineImportService engineImportService,
SchedulingService schedulingService,
ScheduleBucket scheduleBucket,
ExprEvaluatorContext exprEvaluatorContext,
VariableService variableService,
java.lang.String contextName,
DataCacheFactory dataCacheFactory,
StatementContext statementContext)
Creates a method-invocation polling view for use as a stream that calls a method, or pulls results from cache. |
Uses of HistoricalEventViewable in com.espertech.esper.epl.db |
---|
Classes in com.espertech.esper.epl.db that implement HistoricalEventViewable | |
---|---|
class |
DatabasePollingViewable
Implements a poller viewable that uses a polling strategy, a cache and some input parameters extracted from event streams to perform the polling. |
Methods in com.espertech.esper.epl.db that return HistoricalEventViewable | |
---|---|
static HistoricalEventViewable |
DatabasePollingViewableFactory.createDBStatementView(int statementId,
int streamNumber,
DBStatementStreamSpec databaseStreamSpec,
DatabaseConfigService databaseConfigService,
EventAdapterService eventAdapterService,
EPStatementAgentInstanceHandle epStatementAgentInstanceHandle,
SQLColumnTypeConversion columnTypeConversionHook,
SQLOutputRowConversion outputRowConversionHook,
boolean enableJDBCLogging,
DataCacheFactory dataCacheFactory,
StatementContext statementContext)
Creates the viewable for polling via database SQL query. |
Uses of HistoricalEventViewable in com.espertech.esper.epl.join.base |
---|
Constructors in com.espertech.esper.epl.join.base with parameters of type HistoricalEventViewable | |
---|---|
HistoricalDataQueryStrategy(int myStreamNumber,
int historicalStreamNumber,
HistoricalEventViewable historicalEventViewable,
boolean isOuterJoin,
ExprEvaluator outerJoinCompareNode,
HistoricalIndexLookupStrategy indexLookupStrategy,
PollResultIndexingStrategy pollResultIndexingStrategy)
Ctor. |
Uses of HistoricalEventViewable in com.espertech.esper.epl.join.exec.base |
---|
Constructors in com.espertech.esper.epl.join.exec.base with parameters of type HistoricalEventViewable | |
---|---|
HistoricalDataExecNode(HistoricalEventViewable historicalEventViewable,
PollResultIndexingStrategy indexingStrategy,
HistoricalIndexLookupStrategy indexLookupStrategy,
int numStreams,
int historicalStreamNumber)
Ctor. |
|
HistoricalTableLookupStrategy(HistoricalEventViewable viewable,
PollResultIndexingStrategy indexingStrategy,
HistoricalIndexLookupStrategy lookupStrategy,
int numStreams,
int streamNum,
int rootStreamNum,
ExprEvaluator outerJoinExprNode)
Ctor. |
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |