Uses of Package
com.espertech.esper.util

Packages that use com.espertech.esper.util
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.client.soda This package defines the Esper statement object model. 
com.espertech.esper.collection Internal collection classes 
com.espertech.esper.core.context.activator Activation of streams for statement start. 
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.context.subselect Subselect implementation. 
com.espertech.esper.core.context.util Context partition utility or reference classes. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.start Classes related to start and stop of statements 
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.core.eval Select expression evaluators. 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.epl.declexpr Declared expression handling. 
com.espertech.esper.epl.enummethod.dot Enumeration method utility classes and input data sources. 
com.espertech.esper.epl.expression.accessagg Access-aggregation expressions. 
com.espertech.esper.epl.expression.baseagg Base aggregation expressions. 
com.espertech.esper.epl.expression.core Core expression classes. 
com.espertech.esper.epl.expression.dot Chained expression functionality. 
com.espertech.esper.epl.expression.funcs Function expressions. 
com.espertech.esper.epl.expression.methodagg Method-aggregation expressions. 
com.espertech.esper.epl.expression.ops Operator expressions. 
com.espertech.esper.epl.expression.prev 'Previous'-group expressions. 
com.espertech.esper.epl.expression.prior 'Prior'-group expressions. 
com.espertech.esper.epl.expression.subquery Subselect expressions. 
com.espertech.esper.epl.expression.table Table access and identifiers expressions. 
com.espertech.esper.epl.expression.time Time-related expressions. 
com.espertech.esper.epl.join.assemble Outer join result set assembly code 
com.espertech.esper.epl.join.exec.base Inner join execution 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.join.table Indexes for views 
com.espertech.esper.epl.metric Services for metrics reporting, including global flag, repositories and threading. 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
com.espertech.esper.epl.script Script expression evaluation. 
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.epl.table.onaction Table on-action handlers. 
com.espertech.esper.epl.updatehelper Helpers for EPL update functionality. 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
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.rowregex Match-recognize expression tree and state objects. 
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.ext Extension views that providing services such as sorting, which don't fit much into other categories. 
com.espertech.esper.view.window Window views are in this package 
 

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.client.soda
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

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

Classes in com.espertech.esper.util used by com.espertech.esper.core.context.activator
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.core.context.factory
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.core.context.mgr
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.core.context.subselect
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.core.context.util
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.core.service
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.
TypeWidener
          Interface for a type widener.
 

Classes in com.espertech.esper.util used by com.espertech.esper.core.start
DestroyCallback
          General pupose callback to destroy a resource and free it's underlying resources.
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.core
StopCallback
          General pupose callback to stop a resource and free it's underlying resources.
TypeWidener
          Interface for a type widener.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.core.eval
TypeWidener
          Interface for a type widener.
 

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.declexpr
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
 

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

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

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

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

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

Classes in com.espertech.esper.util used by com.espertech.esper.epl.expression.funcs
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
SimpleTypeCaster
          Interface for casting.
SimpleTypeParser
          Parser of a String input to an object.
 

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

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

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

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

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

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

Classes in com.espertech.esper.util used by com.espertech.esper.epl.expression.time
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.base
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
DependencyGraph
          Model of dependency of lookup, in which one stream supplies values for lookup in another stream.
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.table
SimpleNumberCoercer
          Interface for number coercion.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.metric
ManagedReadWriteLock
          Simple read-write lock based on ReentrantReadWriteLock that associates a name with the lock and traces read/write locking and unlocking.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.named
ManagedReadWriteLock
          Simple read-write lock based on ReentrantReadWriteLock that associates a name with the lock and traces read/write locking and unlocking.
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.parse
LazyAllocatedMap
           
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.script
MetaDefItem
          Marker interface for use with statement and engine-level specifications.
SimpleNumberCoercer
          Interface for number coercion.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.spec
LazyAllocatedMap
           
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.epl.table.onaction
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.updatehelper
TypeWidener
          Interface for a type widener.
 

Classes in com.espertech.esper.util used by com.espertech.esper.epl.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.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.
SimpleNumberCoercer
          Interface for number coercion.
 

Classes in com.espertech.esper.util used by com.espertech.esper.pattern
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.rowregex
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.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.
SimpleNumberBigDecimalCoercer
          Interface for number coercion resulting in BigInteger.
SimpleNumberBigIntegerCoercer
          Interface for number coercion resulting in BigInteger.
 

Classes in com.espertech.esper.util used by com.espertech.esper.util
AuditCallback
           
AuditContext
           
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.
EventRepresentationEnum
           
GraphCircularDependencyException
          Exception to represent a circular dependency.
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.
PopulateFieldValueSetter
           
PopulateFieldWValueDescriptor
           
Serializer
           
SimpleNumberBigDecimalCoercer
          Interface for number coercion resulting in BigInteger.
SimpleNumberBigIntegerCoercer
          Interface for number coercion resulting in BigInteger.
SimpleNumberCoercer
          Interface for number coercion.
SimpleTypeCaster
          Interface for casting.
SimpleTypeParser
          Parser of a String input to an object.
StopCallback
          General pupose callback to stop a resource and free it's underlying resources.
TypeWidener
          Interface for a type widener.
 

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.ext
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.window
StopCallback
          General pupose callback to stop a resource and free it's underlying resources.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com