C
- case control flow function, The Case Control Flow Function
- cast function, The Cast Function
- coalesce function, The Coalesce Function
- concatenation operators, Concatenation Operators
- configuration
- items to configure, Configuration Items
- overview, Configuration
- programmatic, Programmatic Configuration
- runtime, Runtime Engine Configuration
- via XML, Configuration via XML File
- Configuration class, Configuration
- constants, Plain-Old Java Object Events
- correlation view, Correlation (stat:correl)
- current_timestamp function, The Current_Timestamp Function
D
- data window views
- custom plug-in view, Custom View Implementation
- externally-timed window, Externally-timed window (win:ext_timed)
- group-by window, Group-By (std:groupby)
- keep-all window, Keep-All window (win:keepall)
- last event window, Last Event (std:lastevent)
- length batch window, Length batch window (win:length_batch)
- length window, Length window (win:length)
- overview, EPL Reference: Views
- size window, Size (std:size)
- sorted window, Sorted Window View (ext:sort)
- time batch window, Time batch window (win:time_batch)
- time length batch window, Time-Length combination batch window (win:time_length_batch)
- time window, Time window (win:time)
- time-accumulating window, Time-Accumulating window (win:time_accum)
- time-order window, Time-Order View (ext:time_order)
- unique window, Unique (std:unique)
- derived-value views
- correlation, Correlation (stat:correl)
- multi-dimensional statistics, Multi-dimensional statistics (stat:cube)
- overview, EPL Reference: Views
- regression, Regression (stat:linest)
- univariate statistics, Univariate statistics (stat:uni)
- weighted average, Weighted average (stat:weighted_avg)
- dynamic event properties, Dynamic Event Properties
E
- enumeration, Plain-Old Java Object Events
- EPAdministrator interface, The Administrative Interface
- EPL
- from clause, Specifying Event Streams: the From Clause
- group by clause, Organizing statement results into groups: the Group-by clause
- having clause, Selecting groups of events: the Having clause
- insert into clause, Merging Streams and Continuous Insertion: the Insert Into Clause
- join, Joining Event Streams
- join, unidirectional, Unidirectional Joins and Outer Joins
- joining non-relational data via method invocation, Joining Non-Relational Data via Method Invocation
- joining relational data via SQL, Joining Relational Data via SQL
- named window, Creating and Using Named Windows
- deleting from, Deleting From Named Windows: the On Delete clause
- inserting into, Inserting Into Named Windows
- selecting from, Selecting From Named Windows
- triggered playback using On Insert, Triggered Playback from Named Windows: the On Insert clause
- triggered select using On Select, Triggered Select on Named Windows: the On Select clause
- order by clause, Sorting Output: the Order By Clause
- outer join, Outer Joins
- outer join, unidirectional, Unidirectional Joins and Outer Joins
- output limiting and stabilizing, Stabilizing and Limiting Output: the Output Clause
- select clause, Choosing Event Properties And Events: the Select Clause
- subqueries, Subqueries
- variable, Variables
- where clause, Specifying Search Conditions: the Where Clause
- EPRuntime interface, The Runtime Interface
- EPServiceProviderManager class, Engine Instances
- EPStatement interface, The Administrative Interface
- EPStatementObjectModel interface, Statement Object Model
- event
- additional representations, Additional Event Representations
- dynamic properties, Dynamic Event Properties
- Java object, Plain-Old Java Object Events
- Map representation, java.util.Map Events
- properties, Event Properties
- underlying representation, Event Underlying Java Objects
- update, Updating and Versioning Events
- version, Updating and Versioning Events
- XML representation, org.w3c.dom.Node XML Events
- event representation
- custom, Custom Event Representation
- EventBean interface, Introduction, EventBean Query Results
- every pattern operator, Every
- exists function, The Exists Function
- externally-timed window, Externally-timed window (win:ext_timed)
F
- followed-by pattern operator, Followed-by
- from clause, Specifying Event Streams: the From Clause
- functions
- case control flow, The Case Control Flow Function
- cast, The Cast Function
- coalesce, The Coalesce Function
- current_timestamp, The Current_Timestamp Function
- exists, The Exists Function
- instance-of, The Instance-Of Function
- max, The Min and Max Functions
- min, The Min and Max Functions
- previous, The Previous Function
- prior, The Prior Function
- user-defined, Single-row Function Reference, User-Defined Functions
O
- on-delete, Deleting From Named Windows: the On Delete clause
- on-insert, Triggered Playback from Named Windows: the On Insert clause
- on-select, Triggered Select on Named Windows: the On Select clause
- operators
- arithmetic, Arithmetic Operators
- array definition, Array Definition Operator
- between, The 'between' Keyword
- binary, Binary Operators
- concatenation, Concatenation Operators
- in, The 'in' Keyword
- like, The 'like' Keyword
- logical and comparison, Logical And Comparsion Operators
- regexp, The 'regexp' Keyword
- or pattern operator, Or
- order by clause, Sorting Output: the Order By Clause
- ordering output, Sorting Output: the Order By Clause
- outer join, Outer Joins
- output limiting and stabilizing clause, Stabilizing and Limiting Output: the Output Clause
- output ordering, Sorting Output: the Order By Clause
P
- pattern
- filter expressions, Filter Expressions In Patterns
- operator precendences, Operator Precedence
- overview, Event Pattern Overview
- pattern guard, Pattern Guards
- custom plug-in, Custom Pattern Guard
- timer-within, timer:within
- pattern observer, Pattern Observers
- custom plug-in, Custom Pattern Observer
- timer-at, timer:at
- timer-interval, timer:interval
- pattern operator
- and, And
- every, Every
- followed-by, Followed-by
- not, Not
- or, Or
- plug-in event representation, Custom Event Representation
- previous function, The Previous Function
- prior function, The Prior Function
- pull API, Using Iterators
S
- safe iterator, Using Iterators
- select clause, Choosing Event Properties And Events: the Select Clause
- size window, Size (std:size)
- sorted window, Sorted Window View (ext:sort)
- SQL, Joining Relational Data via SQL
- statement
- receiving results, Receiving Statement Results
- subscriber object, Setting a Subscriber Object
- StatementAwareUpdateListener interface, Adding Listeners
- static Java methods, Single-row Function Reference
- subqueries, Subqueries
- subscriber object, Setting a Subscriber Object
- multi-row, Multi-Row Delivery
- row-by-row, Row-By-Row Delivery
T
- threading, Engine Threading and Concurrency
- time
- controlling, Time-Keeping Events
- resolution, Time Resolution
- time batch window, Time Batch, Time batch window (win:time_batch)
- time length batch window, Time-Length combination batch window (win:time_length_batch)
- time window, Time Window, Time window (win:time)
- time-accumulating window, Time-Accumulating window (win:time_accum)
- time-order window, Time-Order View (ext:time_order)
- timer-at pattern observer, timer:at
- timer-interval pattern observer, timer:interval
- timer-within pattern guard, timer:within
U
- UDF
- user-defined function, User-Defined Functions
- unidirectional joins, Unidirectional Joins and Outer Joins
- unique window, Unique (std:unique)
- univariate statistics view, Univariate statistics (stat:uni)
- UnmatchedListener interface, Receiving Unmatched Events
- update, Updating and Versioning Events in Named Windows
- UpdateListener interface, Adding Listeners, Events Received from the Engine
- user-defined function, User-Defined Functions
- user-defined single-row function, Single-row Function Reference
V
- variable, Variables
- variant stream, Merging Disparate Types of Events: Variant Streams
- views
- batch window processing, Batch Windows
- correlation, Correlation (stat:correl)
- custom plug-in view, Custom View Implementation
- externally-timed window, Externally-timed window (win:ext_timed)
- group-by window, Group-By (std:groupby)
- keep-all window, Keep-All window (win:keepall)
- last event window, Last Event (std:lastevent)
- length batch window, Length batch window (win:length_batch)
- length window, Length window (win:length)
- multi-dimensional statistics, Multi-dimensional statistics (stat:cube)
- overview, EPL Reference: Views
- regression, Regression (stat:linest)
- size window, Size (std:size)
- sorted window, Sorted Window View (ext:sort)
- time batch window, Time batch window (win:time_batch)
- time length batch window, Time-Length combination batch window (win:time_length_batch)
- time window, Time window (win:time)
- time-accumulating window, Time-Accumulating window (win:time_accum)
- time-order window, Time-Order View (ext:time_order)
- unique window, Unique (std:unique)
- univariate statistics, Univariate statistics (stat:uni)
- weighted average, Weighted average (stat:weighted_avg)
© 2008 EsperTech Inc. All Rights Reserved