|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventType | |
---|---|
net.esper.client | This package defines the central Esper Client APIs. |
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 | Database SQL polling views and caches |
net.esper.eql.join | Join process interfaces and glue code |
net.esper.eql.join.exec | Inner join execution |
net.esper.eql.join.plan | Inner join and outer join query planning |
net.esper.eql.join.table | Indexes for views |
net.esper.eql.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
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.event.xml | XML event wrappers |
net.esper.filter | Main switchboard filtering and routing of incoming events to interested statements is performed in this package. |
net.esper.indicator.jmx | Classes for indicating events through a JMX console |
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 | Views computing statistical values. |
net.esper.view.std | Base service views that perform typical SQL-like functions such as unique, grouping, size, last etc. |
net.esper.view.window | Window views are in this package |
Uses of EventType in net.esper.client |
---|
Methods in net.esper.client that return EventType | |
---|---|
EventType |
EPIterable.getEventType()
Returns the type of events the iterable returns. |
Uses of EventType in net.esper.core |
---|
Methods in net.esper.core that return EventType | |
---|---|
EventType |
UpdateDispatchView.getEventType()
|
EventType |
EPPatternStatementImpl.getEventType()
|
EventType |
EPEQLStatementImpl.getEventType()
|
Constructors in net.esper.core with parameters of type EventType | |
---|---|
EPPatternStatementImpl(String expressionText,
EventType eventType,
DispatchService dispatchService,
EventAdapterService eventAdapterService,
EPPatternStmtStartMethod startMethod,
ManagedReadWriteLock eventProcessingRWLock)
Constructor. |
Uses of EventType in net.esper.eql.core |
---|
Methods in net.esper.eql.core that return EventType | |
---|---|
EventType[] |
StreamTypeServiceImpl.getEventTypes()
|
EventType[] |
StreamTypeService.getEventTypes()
Returns an array of event types for each event stream in the order declared. |
EventType |
SelectExprProcessor.getResultEventType()
Returns the event type that represents the select-clause items. |
EventType |
SelectExprJoinWildcardProcessor.getResultEventType()
|
EventType |
SelectExprEvalProcessor.getResultEventType()
|
EventType |
ResultSetProcessorSimple.getResultEventType()
|
EventType |
ResultSetProcessorRowPerGroup.getResultEventType()
|
EventType |
ResultSetProcessorRowForAll.getResultEventType()
|
EventType |
ResultSetProcessorAggregateGrouped.getResultEventType()
|
EventType |
ResultSetProcessorAggregateAll.getResultEventType()
|
EventType |
ResultSetProcessor.getResultEventType()
Returns the event type of processed results. |
EventType |
PropertyResolutionDescriptor.getStreamEventType()
Returns event type of the stream that the property was found in. |
Constructors in net.esper.eql.core with parameters of type EventType | |
---|---|
PropertyResolutionDescriptor(String streamName,
EventType streamEventType,
String propertyName,
int streamNum,
Class propertyType)
Ctor. |
|
SelectExprJoinWildcardProcessor(String[] streamNames,
EventType[] streamTypes,
EventAdapterService eventAdapterService,
InsertIntoDesc insertIntoDesc)
Ctor. |
|
StreamTypeServiceImpl(EventType[] eventTypes,
String[] streamNames)
Ctor. |
Uses of EventType in net.esper.eql.db |
---|
Methods in net.esper.eql.db that return EventType | |
---|---|
EventType |
PollingViewable.getEventType()
|
Constructors in net.esper.eql.db with parameters of type EventType | |
---|---|
PollExecStrategyDBQuery(EventAdapterService eventAdapterService,
EventType eventType,
ConnectionCache connectionCache,
String preparedStatementText,
Map<String,DBOutputTypeDesc> outputTypes)
Ctor. |
|
PollingViewable(int myStreamNumber,
List<String> inputParameters,
PollExecStrategy pollExecStrategy,
DataCache dataCache,
EventType eventType)
Ctor. |
Uses of EventType in net.esper.eql.join |
---|
Methods in net.esper.eql.join with parameters of type EventType | |
---|---|
protected static EventTable |
JoinSetComposerFactory.buildIndex(int indexedStreamNum,
String[] indexProps,
EventType eventType)
Build an index/table instance using the event properties for the event type. |
static JoinSetComposer |
JoinSetComposerFactory.makeComposer(List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
EventType[] streamTypes,
String[] streamNames,
Viewable[] streamViews,
SelectClauseStreamSelectorEnum selectStreamSelectorEnum)
Builds join tuple composer. |
Uses of EventType in net.esper.eql.join.exec |
---|
Methods in net.esper.eql.join.exec that return EventType | |
---|---|
EventType |
IndexedTableLookupStrategy.getEventType()
Returns event type of the lookup event. |
Constructors in net.esper.eql.join.exec with parameters of type EventType | |
---|---|
IndexedTableLookupStrategy(EventType eventType,
String[] properties,
PropertyIndexedEventTable index)
Ctor. |
Uses of EventType in net.esper.eql.join.plan |
---|
Methods in net.esper.eql.join.plan with parameters of type EventType | |
---|---|
protected static QueryPlan |
NStreamQueryPlanBuilder.buildNStreamDefaultQuerySpec(EventType[] eventTypes)
Returns query plan based on all unindexed full table lookups and lookups based on a simple nesting order. |
ExecNode |
TableOuterLookupNode.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
|
ExecNode |
TableLookupNode.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
|
abstract ExecNode |
QueryPlanNode.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
Make execution node from this specification. |
ExecNode |
NestedIterationNode.makeExec(EventTable[][] indexPerStream,
EventType[] streamTypes)
|
ExecNode |
LookupInstructionQueryPlanNode.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
|
LookupInstructionExec |
LookupInstructionPlan.makeExec(EventTable[][] indexesPerStream,
EventType[] streamTypes)
Constructs the executable from the plan. |
abstract TableLookupStrategy |
TableLookupPlan.makeStrategy(EventTable[][] indexesPerStream,
EventType[] eventTypes)
Instantiates the lookup plan into a execution strategy for the lookup. |
TableLookupStrategy |
IndexedTableLookupPlan.makeStrategy(EventTable[][] indexesPerStream,
EventType[] eventTypes)
|
TableLookupStrategy |
FullTableScanLookupPlan.makeStrategy(EventTable[][] indexesPerStream,
EventType[] eventTypes)
|
Uses of EventType in net.esper.eql.join.table |
---|
Constructors in net.esper.eql.join.table with parameters of type EventType | |
---|---|
PropertyIndexedEventTable(int streamNum,
EventType eventType,
String[] propertyNames)
Ctor. |
Uses of EventType in net.esper.eql.parse |
---|
Method parameters in net.esper.eql.parse with type arguments of type EventType | |
---|---|
static FilterSpec |
ASTFilterSpecHelper.buildSpec(antlr.collections.AST filterAST,
Map<String,EventType> optionalTaggedEventTypes,
EventAdapterService eventAdapterService)
Creates a filter specification for the AST representing the filter expression. |
Uses of EventType in net.esper.eql.spec |
---|
Methods in net.esper.eql.spec that return types with arguments of type EventType | |
---|---|
Map<String,EventType> |
PatternStreamSpec.getTaggedEventTypes()
Returns event types tagged in the pattern expression. |
Constructor parameters in net.esper.eql.spec with type arguments of type EventType | |
---|---|
PatternStreamSpec(EvalNode evalNode,
Map<String,EventType> taggedEventTypes,
List<ViewSpec> viewSpecs,
String optionalStreamName)
Ctor. |
Uses of EventType in net.esper.eql.view |
---|
Methods in net.esper.eql.view that return EventType | |
---|---|
EventType |
OutputProcessView.getEventType()
|
EventType |
IStreamRStreamSelectorView.getEventType()
|
EventType |
InternalRouteView.getEventType()
|
EventType |
FilterExprView.getEventType()
|
Uses of EventType in net.esper.event |
---|
Classes in net.esper.event that implement EventType | |
---|---|
class |
BaseConfigurableEventType
EventType than can be supplied with a preconfigured list of properties getters (aka. |
class |
BeanEventType
Implementation of the EventType interface for handling JavaBean-type classes. |
class |
CompositeEventType
Event type for events that itself have event properties that are event wrappers. |
class |
WrapperEventType
An event type that adds zero or more fields to an existing event type. |
Methods in net.esper.event that return EventType | |
---|---|
EventType |
EventAdapterServiceImpl.addBeanType(String eventTypeAlias,
Class clazz)
|
EventType |
EventAdapterService.addBeanType(String eventTypeAlias,
Class clazz)
Add an event type with the given alias and Java class. |
EventType |
EventAdapterServiceImpl.addBeanType(String eventTypeAlias,
String fullyQualClassName)
|
EventType |
EventAdapterService.addBeanType(String eventTypeAlias,
String fullyQualClassName)
Add an event type with the given alias and Java fully-qualified class name. |
EventType |
EventAdapterServiceImpl.addMapType(String eventTypeAlias,
Map<String,Class> propertyTypes)
|
EventType |
EventAdapterService.addMapType(String eventTypeAlias,
Map<String,Class> propertyTypes)
Add an event type with the given alias and a given set of properties. |
EventType |
EventAdapterServiceImpl.addWrapperType(String eventTypeAlias,
EventType underlyingEventType,
Map<String,Class> propertyTypes)
|
EventType |
EventAdapterService.addWrapperType(String eventTypeAlias,
EventType underlyingEventType,
Map<String,Class> propertyTypes)
Add an event type with the given alias and the given underlying event type, as well as the additional given properties. |
EventType |
EventAdapterServiceImpl.createAddToEventType(EventType originalType,
String[] fieldNames,
Class[] fieldTypes)
|
EventType |
EventAdapterService.createAddToEventType(EventType originalType,
String[] fieldNames,
Class[] fieldTypes)
Create an event type based on the original type passed in adding one or more properties. |
EventType |
EventAdapterServiceImpl.createAnonymousCompositeType(Map<String,EventType> taggedEventTypes)
|
EventType |
EventAdapterService.createAnonymousCompositeType(Map<String,EventType> taggedEventTypes)
Creates an unnamed composite event type with event properties that are name-value pairs with values being other event types. |
EventType |
EventAdapterServiceImpl.createAnonymousMapType(Map<String,Class> propertyTypes)
|
EventType |
EventAdapterService.createAnonymousMapType(Map<String,Class> propertyTypes)
Creates a new anonymous EventType instance for an event type that contains a map of name value pairs. |
EventType |
EventAdapterServiceImpl.createAnonymousMapTypeUnd(Map<String,EventType> propertyTypes)
|
EventType |
EventAdapterService.createAnonymousMapTypeUnd(Map<String,EventType> propertyTypes)
Creates a new anonymous EventType instance for an event type that contains a map of name value pairs. |
EventType |
EventAdapterServiceImpl.createAnonymousWrapperType(EventType underlyingEventType,
Map<String,Class> propertyTypes)
|
EventType |
EventAdapterService.createAnonymousWrapperType(EventType underlyingEventType,
Map<String,Class> propertyTypes)
Create a new anonymous event type with the given underlying event type, as well as the additional given properties. |
EventType |
WrapperEventBean.getEventType()
|
EventType |
EventBean.getEventType()
Return the EventType instance that describes the set of properties available for this event. |
EventType |
CompositeEventBean.getEventType()
|
EventType |
EventAdapterServiceImpl.getEventType(String eventName)
|
EventType |
EventAdapterService.getEventType(String eventTypeAlias)
Return the event type for a given event name, or null if none is registered for that name. |
EventType[] |
WrapperEventType.getSuperTypes()
|
EventType[] |
EventType.getSuperTypes()
Returns an array of event types that are super to this event type, from which this event type inherited event properties. |
EventType[] |
CompositeEventType.getSuperTypes()
|
EventType[] |
BeanEventType.getSuperTypes()
|
Methods in net.esper.event that return types with arguments of type EventType | |
---|---|
Iterator<EventType> |
WrapperEventType.getDeepSuperTypes()
|
Iterator<EventType> |
EventType.getDeepSuperTypes()
Returns iterator over all super types to event type, going up the hierarchy and including all Java interfaces (and their extended interfaces) and superclasses as EventType instances. |
Iterator<EventType> |
CompositeEventType.getDeepSuperTypes()
|
Iterator<EventType> |
BeanEventType.getDeepSuperTypes()
|
Methods in net.esper.event with parameters of type EventType | |
---|---|
EventBean |
EventAdapterServiceImpl.adapterForCompositeEvent(EventType eventType,
Map<String,EventBean> taggedEvents)
|
EventBean |
EventAdapterService.adapterForCompositeEvent(EventType eventType,
Map<String,EventBean> taggedEvents)
Creates a wrapper for a composite event type. |
EventType |
EventAdapterServiceImpl.addWrapperType(String eventTypeAlias,
EventType underlyingEventType,
Map<String,Class> propertyTypes)
|
EventType |
EventAdapterService.addWrapperType(String eventTypeAlias,
EventType underlyingEventType,
Map<String,Class> propertyTypes)
Add an event type with the given alias and the given underlying event type, as well as the additional given properties. |
EventType |
EventAdapterServiceImpl.createAddToEventType(EventType originalType,
String[] fieldNames,
Class[] fieldTypes)
|
EventType |
EventAdapterService.createAddToEventType(EventType originalType,
String[] fieldNames,
Class[] fieldTypes)
Create an event type based on the original type passed in adding one or more properties. |
EventType |
EventAdapterServiceImpl.createAnonymousWrapperType(EventType underlyingEventType,
Map<String,Class> propertyTypes)
|
EventType |
EventAdapterService.createAnonymousWrapperType(EventType underlyingEventType,
Map<String,Class> propertyTypes)
Create a new anonymous event type with the given underlying event type, as well as the additional given properties. |
EventBean |
EventAdapterServiceImpl.createMapFromUnderlying(Map<String,EventBean> events,
EventType eventType)
|
EventBean |
EventAdapterService.createMapFromUnderlying(Map<String,EventBean> events,
EventType eventType)
Create an aggregate event wrapper bean from a set of named events stored in a Map. |
EventBean |
EventAdapterServiceImpl.createMapFromValues(Map<String,Object> properties,
EventType eventType)
|
EventBean |
EventAdapterService.createMapFromValues(Map<String,Object> properties,
EventType eventType)
Create an event wrapper bean from a set of event properties (name and value objectes) stored in a Map. |
EventBean |
EventAdapterServiceImpl.createWrapper(EventBean event,
Map<String,Object> properties,
EventType eventType)
|
EventBean |
EventAdapterService.createWrapper(EventBean event,
Map<String,Object> properties,
EventType eventType)
Creata a wrapper around an event and some additional properties |
Method parameters in net.esper.event with type arguments of type EventType | |
---|---|
EventType |
EventAdapterServiceImpl.createAnonymousCompositeType(Map<String,EventType> taggedEventTypes)
|
EventType |
EventAdapterService.createAnonymousCompositeType(Map<String,EventType> taggedEventTypes)
Creates an unnamed composite event type with event properties that are name-value pairs with values being other event types. |
EventType |
EventAdapterServiceImpl.createAnonymousMapTypeUnd(Map<String,EventType> propertyTypes)
|
EventType |
EventAdapterService.createAnonymousMapTypeUnd(Map<String,EventType> propertyTypes)
Creates a new anonymous EventType instance for an event type that contains a map of name value pairs. |
Constructors in net.esper.event with parameters of type EventType | |
---|---|
CompositeEventBean(Map<String,EventBean> wrappedEvents,
EventType eventType)
Ctor. |
|
WrapperEventBean(EventBean event,
Map<String,Object> properties,
EventType eventType)
Ctor. |
|
WrapperEventType(EventType eventType,
Map<String,Class> properties,
EventAdapterService eventAdapterService)
Ctor. |
Constructor parameters in net.esper.event with type arguments of type EventType | |
---|---|
CompositeEventType(Map<String,EventType> taggedEventTypes)
Ctor. |
Uses of EventType in net.esper.event.xml |
---|
Classes in net.esper.event.xml that implement EventType | |
---|---|
class |
BaseXMLEventType
Base class for XMLEventTypes. |
class |
SchemaXMLEventType
EventType for xml events that have a Schema. |
class |
SimpleXMLEventType
Optimistic try to resolve the property string into an appropiate xPath, and use it as getter. |
Methods in net.esper.event.xml that return EventType | |
---|---|
EventType |
XMLEventBean.getEventType()
|
EventType[] |
BaseXMLEventType.getSuperTypes()
|
Methods in net.esper.event.xml that return types with arguments of type EventType | |
---|---|
Iterator<EventType> |
BaseXMLEventType.getDeepSuperTypes()
|
Constructors in net.esper.event.xml with parameters of type EventType | |
---|---|
XMLEventBean(Node event,
EventType type)
Ctor. |
Uses of EventType in net.esper.filter |
---|
Methods in net.esper.filter that return EventType | |
---|---|
EventType |
FilterValueSetImpl.getEventType()
Returns event type to filter for. |
EventType |
FilterValueSet.getEventType()
Returns type of event to filter for. |
EventType |
FilterSpec.getEventType()
Returns type of event to filter for. |
Methods in net.esper.filter with parameters of type EventType | |
---|---|
void |
EventTypeIndex.add(EventType eventType,
FilterHandleSetNode rootNode)
Add a new event type to the index and use the specified node for the root node of its subtree. |
static FilterParamIndex |
IndexFactory.createIndex(EventType eventType,
String propertyName,
FilterOperator filterOperator)
Factory for indexes that store filter parameter constants for a given event property and filter operator. |
FilterHandleSetNode |
EventTypeIndex.get(EventType eventType)
Returns the root node for the given event type, or null if this event type has not been seen before. |
Method parameters in net.esper.filter with type arguments of type EventType | |
---|---|
void |
RangeValueEventProp.checkType(Map<String,EventType> taggedEventTypes)
|
void |
RangeValueDouble.checkType(Map<String,EventType> taggedEventTypes)
|
void |
FilterSpecParamRangeValue.checkType(Map<String,EventType> taggedEventTypes)
Check the type against the map of event tag and type. |
Class |
FilterSpecParamRange.getFilterValueClass(Map<String,EventType> taggedEventTypes)
|
Class |
FilterSpecParamIn.getFilterValueClass(Map<String,EventType> taggedEventTypes)
|
Class |
FilterSpecParamEventProp.getFilterValueClass(Map<String,EventType> taggedEventTypes)
|
Class |
FilterSpecParamConstant.getFilterValueClass(Map<String,EventType> taggedEventTypes)
|
abstract Class |
FilterSpecParam.getFilterValueClass(Map<String,EventType> optionalTaggedEventTypes)
Return the filter parameter constant's class. |
static void |
FilterSpecValidator.validate(FilterSpec filterSpec,
Map<String,EventType> optionalTaggedEventTypes)
Validates a filter specification. |
Class |
InSetOfValuesEventProp.validate(Map<String,EventType> taggedEventTypes)
|
Class |
InSetOfValuesConstant.validate(Map<String,EventType> taggedEventTypes)
|
Class |
FilterSpecParamInValue.validate(Map<String,EventType> taggedEventTypes)
Check the type of the property against the map of event tag and type. |
Constructors in net.esper.filter with parameters of type EventType | |
---|---|
FilterParamIndex(String propertyName,
FilterOperator filterOperator,
EventType eventType)
Constructor. |
|
FilterParamIndexCompare(String propertyName,
FilterOperator filterOperator,
EventType eventType)
Constructs the index for matching comparison operators (<, >, <=, >=). |
|
FilterParamIndexEquals(String propertyName,
EventType eventType)
Constructs the index for exact matches. |
|
FilterParamIndexIn(String propertyName,
EventType eventType)
Constructs the index for multiple-exact matches. |
|
FilterParamIndexNotEquals(String propertyName,
EventType eventType)
Constructs the index for exact matches. |
|
FilterParamIndexNotIn(String propertyName,
EventType eventType)
Constructs the index for multiple-exact matches. |
|
FilterParamIndexNotRange(String attributeName,
FilterOperator filterOperator,
EventType eventType)
Constructs the index for matching ranges. |
|
FilterParamIndexRange(String attributeName,
FilterOperator filterOperator,
EventType eventType)
Constructs the index for matching ranges. |
|
FilterSpec(EventType eventType,
List<FilterSpecParam> parameters)
Constructor - validates parameter list against event type, throws exception if invalid property names or mismatcing filter operators are found. |
|
FilterValueSetImpl(EventType eventType,
List<FilterValueSetParam> parameters)
Ctor. |
Uses of EventType in net.esper.indicator.jmx |
---|
Constructors in net.esper.indicator.jmx with parameters of type EventType | |
---|---|
JMXLastElementDynamicMBean(EventType eventType)
Constructor. |
|
JMXLastEventIndicator(EventType eventType,
String domainName,
String keyProperties)
Constructor. |
Uses of EventType in net.esper.view |
---|
Methods in net.esper.view that return EventType | |
---|---|
EventType |
ZeroDepthStream.getEventType()
|
EventType |
ViewFactoryChain.getEventType()
Returns the final event type which is the event type of the last view factory in the chain, or if the chain is empty then the stream's event type. |
EventType |
ViewFactory.getEventType()
Returns the event type that the view that is created by the view factory would create for events posted by the view. |
EventType |
EventCollection.getEventType()
Provides metadata information about the type of object the event collection contains. |
Methods in net.esper.view with parameters of type EventType | |
---|---|
void |
ViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
Attaches the factory to a parent event type such that the factory can validate attach requirements and determine an event type for resulting views. |
static String |
PropertyCheckHelper.checkLong(EventType type,
String longFieldName)
Check if the field identified by the field name is of type long according to the schema. |
static String |
PropertyCheckHelper.checkNumeric(EventType type,
String numericFieldName)
Check if the field identified by the field name is a valid numeric field according to the schema. |
static String |
PropertyCheckHelper.checkNumeric(EventType type,
String numericFieldNameX,
String numericFieldNameY)
Check if the fields identified by their field names are valid numeric field according to the schema. |
ViewFactoryChain |
ViewServiceImpl.createFactories(EventType parentEventType,
List<ViewSpec> viewSpecDefinitions,
ViewServiceContext context)
|
ViewFactoryChain |
ViewService.createFactories(EventType parentEventType,
List<ViewSpec> viewSpecList,
ViewServiceContext context)
Returns a chain of view factories that can be used to obtain the final event type, and that can later be used to actually create the chain of views or reuse existing views. |
static String |
PropertyCheckHelper.exists(EventType type,
String fieldName)
Check if the field identified by the field name exists according to the schema. |
static String |
PropertyCheckHelper.exists(EventType type,
String fieldNameOne,
String fieldNameTwo)
Check if the fields identified by the field names both exists according to the schema. |
Constructors in net.esper.view with parameters of type EventType | |
---|---|
ViewFactoryChain(EventType streamEventType,
List<ViewFactory> viewFactoryChain)
Ctor. |
|
ZeroDepthStream(EventType eventType)
Ctor. |
Uses of EventType in net.esper.view.ext |
---|
Methods in net.esper.view.ext that return EventType | |
---|---|
EventType |
SortWindowViewFactory.getEventType()
|
EventType |
SortWindowView.getEventType()
|
Methods in net.esper.view.ext with parameters of type EventType | |
---|---|
void |
SortWindowViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
Uses of EventType in net.esper.view.internal |
---|
Methods in net.esper.view.internal that return EventType | |
---|---|
EventType |
PriorEventViewFactory.getEventType()
|
EventType |
PriorEventView.getEventType()
|
EventType |
BufferView.getEventType()
|
Methods in net.esper.view.internal with parameters of type EventType | |
---|---|
void |
PriorEventViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
Uses of EventType in net.esper.view.stat |
---|
Methods in net.esper.view.stat that return EventType | |
---|---|
protected static EventType |
WeightedAverageView.createEventType(ViewServiceContext viewServiceContext)
Creates the event type for this view. |
protected static EventType |
UnivariateStatisticsView.createEventType(ViewServiceContext viewServiceContext)
Creates the event type for this view. |
protected static EventType |
RegressionLinestView.createEventType(ViewServiceContext viewServiceContext)
Creates the event type for this view. |
protected static EventType |
MultiDimStatsView.createEventType(ViewServiceContext viewServiceContext)
Creates the event type for this view. |
protected static EventType |
CorrelationView.createEventType(ViewServiceContext viewServiceContext)
Creates the event type for this view. |
EventType |
WeightedAverageViewFactory.getEventType()
|
EventType |
WeightedAverageView.getEventType()
|
EventType |
UnivariateStatisticsViewFactory.getEventType()
|
EventType |
UnivariateStatisticsView.getEventType()
|
EventType |
RegressionLinestViewFactory.getEventType()
|
EventType |
RegressionLinestView.getEventType()
|
EventType |
MultiDimStatsViewFactory.getEventType()
|
EventType |
MultiDimStatsView.getEventType()
|
EventType |
CorrelationViewFactory.getEventType()
|
EventType |
CorrelationView.getEventType()
|
Methods in net.esper.view.stat with parameters of type EventType | |
---|---|
void |
WeightedAverageViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
UnivariateStatisticsViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
RegressionLinestViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
MultiDimStatsViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
CorrelationViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
Uses of EventType in net.esper.view.std |
---|
Methods in net.esper.view.std that return EventType | |
---|---|
protected static EventType |
SizeView.createEventType(ViewServiceContext viewServiceContext)
Creates the event type for this view |
EventType |
UniqueByPropertyViewFactory.getEventType()
|
EventType |
UniqueByPropertyView.getEventType()
|
EventType |
SizeViewFactory.getEventType()
|
EventType |
SizeView.getEventType()
|
EventType |
MergeViewFactory.getEventType()
|
EventType |
MergeView.getEventType()
|
EventType |
LastElementViewFactory.getEventType()
|
EventType |
LastElementView.getEventType()
|
EventType |
GroupByViewFactory.getEventType()
|
EventType |
GroupByView.getEventType()
|
EventType |
AddPropertyValueView.getEventType()
|
Methods in net.esper.view.std with parameters of type EventType | |
---|---|
protected static EventBean |
AddPropertyValueView.addProperty(EventBean originalEvent,
String[] propertyNames,
Object[] propertyValues,
EventType targetEventType,
EventAdapterService eventAdapterService)
Add a property to the event passed in. |
void |
UniqueByPropertyViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
SizeViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
MergeViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
LastElementViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
GroupByViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
MergeView.setEventType(EventType eventType)
Sets event type - required for successful view copy. |
void |
AddPropertyValueView.setEventType(EventType eventType)
|
Constructors in net.esper.view.std with parameters of type EventType | |
---|---|
AddPropertyValueView(String[] fieldNames,
Object[] mergeValues,
EventType mergedResultEventType)
Constructor. |
|
MergeView(String[] groupFieldNames,
EventType resultEventType)
Constructor. |
Uses of EventType in net.esper.view.window |
---|
Methods in net.esper.view.window that return EventType | |
---|---|
EventType |
TimeWindowViewFactory.getEventType()
|
EventType |
TimeWindowView.getEventType()
|
EventType |
TimeBatchViewFactory.getEventType()
|
EventType |
TimeBatchView.getEventType()
|
EventType |
LengthWindowViewFactory.getEventType()
|
EventType |
LengthWindowView.getEventType()
|
EventType |
ExternallyTimedWindowViewFactory.getEventType()
|
EventType |
ExternallyTimedWindowView.getEventType()
|
Methods in net.esper.view.window with parameters of type EventType | |
---|---|
void |
TimeWindowViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
TimeBatchViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
LengthWindowViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
void |
ExternallyTimedWindowViewFactory.attach(EventType parentEventType,
ViewServiceContext viewServiceContext,
ViewFactory optionalParentFactory,
List<ViewFactory> parentViewFactories)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |