Uses of Package
com.espertech.esper.util

Packages that use com.espertech.esper.util
com.espertech.esper.client This package defines the central Esper Client APIs. 
com.espertech.esper.collection Internal collection classes 
com.espertech.esper.core Implementation of client package interfaces, glue code 
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.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.epl.join.assemble Outer join result set assembly code 
com.espertech.esper.epl.join.exec Inner join execution 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.spec 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.subquery Subquery helper classes are found here. 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.pattern.guard Pattern guards that can define the lifetime of a pattern 
com.espertech.esper.pattern.observer Pattern observer classes the observe timer events 
com.espertech.esper.schedule Package for timer callback scheduling 
com.espertech.esper.type Internal primitive, enum and other type representations 
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
com.espertech.esper.view.stat.olap Views computing OLAP cubes. 
com.espertech.esper.view.stream View to event stream relationship service 
 

Classes in com.espertech.esper.util used by com.espertech.esper.client
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.collection
ManagedLock
          Interface for a lock for use to perform statement-level locking.
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.core
ManagedLock
          Interface for a lock for use to perform statement-level locking.
ManagedReadWriteLock
          Simple read-write lock based on ReentrantReadWriteLock that associates a name with the lock and traces read/write locking and unlocking.
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.core
StopCallback
          General pupose callback to stop a resource and free it's underlying resources.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.db
DatabaseTypeBinding
          Binding from database output column type to Java object.
StopCallback
          General pupose callback to stop a resource and free it's underlying resources.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.expression
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.join.assemble
IndentWriter
          Writer that uses an underlying PrintWriter to indent output text for easy reading.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.join.exec
IndentWriter
          Writer that uses an underlying PrintWriter to indent output text for easy reading.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.join.plan
IndentWriter
          Writer that uses an underlying PrintWriter to indent output text for easy reading.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.named
ManagedLock
          Interface for a lock for use to perform statement-level locking.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.spec
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.subquery
StopCallback
          General pupose callback to stop a resource and free it's underlying resources.
 

Classes in com.espertech.esper.util used by com.espertech.esper.event.vaevent
NullableObject
          A generic class to hold an object that may itself be a null value versus an undefined (not existing) value.
 

Classes in com.espertech.esper.util used by com.espertech.esper.filter
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.pattern
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
StopCallback
          General pupose callback to stop a resource and free it's underlying resources.
 

Classes in com.espertech.esper.util used by com.espertech.esper.pattern.guard
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.pattern.observer
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.schedule
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.type
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.util
ClassInstantiationException
          Exception to represent an error instantiating a class from a class name.
CoercionException
          Exception to represent a mismatch in Java types in an expression.
DatabaseTypeBinding
          Binding from database output column type to Java object.
DatabaseTypeEnum
          Enumeration of the different Java built-in types that are used to represent database output column values.
ManagedLock
          Interface for a lock for use to perform statement-level locking.
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
PlaceholderParseException
          Exception to indicate a parse error in parsing placeholders.
PlaceholderParser.Fragment
          Fragment is a parse result, a parse results in an ordered list of fragments.
SimpleTypeCaster
          Interface for casting.
SimpleTypeParser
          Parser of a String input to an object.
 

Classes in com.espertech.esper.util used by com.espertech.esper.view
StopCallback
          General pupose callback to stop a resource and free it's underlying resources.
 

Classes in com.espertech.esper.util used by com.espertech.esper.view.stat.olap
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

Classes in com.espertech.esper.util used by com.espertech.esper.view.stream
ManagedLock
          Interface for a lock for use to perform statement-level locking.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com