Interface | Description |
---|---|
AsymetricDataWindowViewForge |
Marker interface for use with view factories that create data window views
that are asymetric in posting insert and remove stream data:
Data windows that post only a partial insert and remove stream as output when compared to
the insert and remove stream received.
|
DataWindowBatchingViewForge |
Tag interface for data window view factories that express a batch expiry policy.
|
DataWindowView |
Tag interface for data window views.
|
DataWindowViewFactory |
Marker interface for use with view factories that create data window views only.
|
DataWindowViewForge |
Marker interface for use with view factories that create data window views only.
|
DataWindowViewForgeUniqueCandidate | |
DataWindowViewForgeWithPrevious | |
DataWindowViewWithPrevious | |
DerivedValueView |
Tag interface for derived-value views.
|
EventStream |
A streams is a conduct for incoming events.
|
IntersectViewMarker | |
View |
The View interface provides a way for a stream, data provider, or another view,
to notify an object of additions and deletions to its data set.
|
Viewable | |
ViewDataVisitable | |
ViewDataVisitableContainer | |
ViewDataVisitor | |
ViewDataVisitorContained | |
ViewFactory | |
ViewFactoryForge | |
ViewFactoryService | |
ViewForgeVisitor | |
ViewResolutionService |
Factory service for resolving view names and for creating view instances based on a view specification including view name and namespace.
|
Class | Description |
---|---|
AgentInstanceViewFactoryChainContext | |
PatternRemoveDispatchView |
View to handle pattern discarding for a single stream (no join).
|
SingleStreamDispatchView |
View to dispatch for a single stream (no join).
|
ViewableDefaultImpl | |
ViewablePair | |
ViewEnumHelper |
Helper producing a repository of built-in views.
|
ViewFactoryContext | |
ViewFactoryForgeArgs | |
ViewFactoryForgeBase | |
ViewFactoryForgeUtil | |
ViewFactoryServiceImpl | |
ViewFactoryUtil | |
ViewForgeEnv | |
ViewForgeVisitorSchedulesCollector | |
ViewNoop | |
ViewResolutionServiceImpl |
Resolves view namespace and name to view factory class, using configuration.
|
ViewSupport | |
ZeroDepthStreamIterable |
Event stream implementation that does not keep any window by itself of the events coming into the stream,
however is itself iterable and keeps the last event.
|
ZeroDepthStreamIterableWAudit |
Event stream implementation that does not keep any window by itself of the events coming into the stream,
however is itself iterable and keeps the last event.
|
ZeroDepthStreamNoIterate |
Event stream implementation that does not keep any window by itself of the events coming into the stream,
without the possibility to iterate the last event.
|
ZeroDepthStreamNoIterateWAudit |
Enum | Description |
---|---|
ViewEnum |
Enum for all build-in views.
|
Exception | Description |
---|---|
ViewParameterException |
Thrown to indicate a validation error in view parameterization.
|
ViewProcessingException |
This exception is thrown to indicate a problem with a view expression.
|
Copyright © 2005–2018. All rights reserved.