Package com.espertech.esper.common.client.hook.vdw
package com.espertech.esper.common.client.hook.vdw
Virtual data window extension API classes.
-
ClassDescriptionA virtual data window exposes externally-managed data transparently as a named window without the need to retain any data in memory.Context for use with virtual data window factory
VirtualDataWindowFactory
provides contextual information about the named window and the type of events held, handle for posting insert and remove streams and factory for event bean instances.Base class for events related to virtual data windows.Event indicating a named-window consuming statement is being added.Base class for events indicating a named-window consumer management.Event indicating a named-window consuming statement is being removed.Event raised when an index gets created or started via the "create index" syntax.Captures virtual data window indexed field information.Event to indicate that for a virtual data window an exitsing index is being stopped or destroyed.This event is raised when a virtual data window is stopped.Factory for virtual data windows.Context for use with virtual data window factoryVirtualDataWindowFactory
provides contextual information as well as the handle for posting insert and remove streams and factory for event bean instances.A factory that the runtime invokes at deployment time to obtain the virtual data window factory.Context for use with a virtual data window factory factoryVirtualDataWindowFactoryFactory
.Describes to the compiler how it should manage code for the virtual data window factory.Use this class to provide a virtual data window factory wherein there is no need to write code that generates code.Factory forVirtualDataWindow
.Context for use with virtual data window forgeVirtualDataWindowForge
provides contextual information about the named window and the type of events held.Provides a range as a start and end value, for use as a paramater to the lookup values passed to theVirtualDataWindowLookup
lookup method.Represents a lookup strategy object that an EPL statement that queries a virtual data window obtains to perform read operations into the virtual data window.Context passed toVirtualDataWindow
upon obtaining a lookup strategy for use by an EPL statement that queries the virtual data window.As part of a lookup context, seeVirtualDataWindowLookupContext
, this object encapsulates information about a single property in a correlated where-clause.Enumeration for indicating the type of operator for a lookup against a virtual data window, seeVirtualDataWindowLookupContext
.For use with virtual data windows, handles any insert stream and remove stream events that a virtual data window may post to consuming statements.