Uses of Package
net.esper.collection

Packages that use net.esper.collection
net.esper.collection Internal collection classes 
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.core Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.eql.db   
net.esper.eql.expression This package contains the EQL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
net.esper.eql.join Join process interfaces and glue code 
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.eql.view Internal processing views for output rate limiting, filtering and internal event routing 
net.esper.event This package defines the Esper Client event API. 
net.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
net.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
net.esper.view.ext Extension views that providing services such as sorting, which don't fit much into other categories. 
net.esper.view.internal Internal management views for buffering view results and providing these to joins. 
net.esper.view.stat.olap Views computing OLAP cubes. 
 

Classes in net.esper.collection used by net.esper.collection
Pair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.core
Pair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.eql.core
MultiKey
          Functions as a key value for Maps where keys need to be composite values.
Pair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.eql.db
Pair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.eql.expression
Pair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.eql.join
EventBuffer
          Buffer for events - accumulates events until flushed.
MultiKey
          Functions as a key value for Maps where keys need to be composite values.
UniformPair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.eql.spec
Pair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.eql.view
MultiKey
          Functions as a key value for Maps where keys need to be composite values.
 

Classes in net.esper.collection used by net.esper.event
MultiKeyUntyped
          Functions as a key value for Maps where keys need to be composite values.
 

Classes in net.esper.collection used by net.esper.filter
Pair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.util
MultiKey
          Functions as a key value for Maps where keys need to be composite values.
 

Classes in net.esper.collection used by net.esper.view
Pair
          General-purpose pair of values of any type.
 

Classes in net.esper.collection used by net.esper.view.ext
MultiKey
          Functions as a key value for Maps where keys need to be composite values.
 

Classes in net.esper.collection used by net.esper.view.internal
EventBuffer
          Buffer for events - accumulates events until flushed.
 

Classes in net.esper.collection used by net.esper.view.stat.olap
MultiKeyUntyped
          Functions as a key value for Maps where keys need to be composite values.
Pair
          General-purpose pair of values of any type.