Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
AgentInstanceViewFactoryChainContext.getPriorViewUpdatedCollection() |
Modifier and Type | Method and Description |
---|---|
void |
ViewDataVisitor.visitPrimary(ViewUpdatedCollection buffer,
String viewName) |
Constructor and Description |
---|
AgentInstanceViewFactoryChainContext(AgentInstanceContext agentInstanceContext,
boolean isRemoveStream,
PreviousGetterStrategy previousNodeGetter,
StateMgmtSetting previousStateSettings,
ViewUpdatedCollection priorViewUpdatedCollection) |
Modifier and Type | Field and Description |
---|---|
protected ViewUpdatedCollection |
ExpressionViewBase.viewUpdatedCollection |
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
ExpressionViewBase.getViewUpdatedCollection() |
Constructor and Description |
---|
ExpressionBatchView(ExpressionBatchViewFactory factory,
ViewUpdatedCollection viewUpdatedCollection,
ObjectArrayEventBean builtinEventProps,
AgentInstanceViewFactoryChainContext agentInstanceContext) |
ExpressionViewBase(ExpressionViewFactoryBase factory,
ViewUpdatedCollection viewUpdatedCollection,
ObjectArrayEventBean builtinEventProps,
AgentInstanceViewFactoryChainContext agentInstanceContext) |
ExpressionWindowView(ExpressionWindowViewFactory factory,
ViewUpdatedCollection viewUpdatedCollection,
ObjectArrayEventBean builtinEventProps,
AgentInstanceViewFactoryChainContext agentInstanceContext) |
Modifier and Type | Field and Description |
---|---|
protected ViewUpdatedCollection |
ExternallyTimedBatchView.viewUpdatedCollection |
Constructor and Description |
---|
ExternallyTimedBatchView(ExternallyTimedBatchViewFactory factory,
ViewUpdatedCollection viewUpdatedCollection,
AgentInstanceViewFactoryChainContext agentInstanceContext,
TimePeriodProvide timePeriodProvide) |
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
ExternallyTimedWindowView.getViewUpdatedCollection() |
Constructor and Description |
---|
ExternallyTimedWindowView(ExternallyTimedWindowViewFactory factory,
ViewUpdatedCollection viewUpdatedCollection,
AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext,
TimePeriodProvide timePeriodProvide) |
Modifier and Type | Field and Description |
---|---|
protected ViewUpdatedCollection |
KeepAllView.viewUpdatedCollection |
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
KeepAllView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.
|
Constructor and Description |
---|
KeepAllView(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext,
KeepAllViewFactory keepAllViewFactory,
ViewUpdatedCollection viewUpdatedCollection) |
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
LengthWindowView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.
|
Constructor and Description |
---|
LengthWindowView(AgentInstanceViewFactoryChainContext agentInstanceContext,
LengthWindowViewFactory viewFactory,
int size,
ViewUpdatedCollection viewUpdatedCollection)
Constructor creates a moving window extending the specified number of elements into the past.
|
Constructor and Description |
---|
LengthBatchView(AgentInstanceViewFactoryChainContext agentInstanceContext,
LengthBatchViewFactory lengthBatchViewFactory,
int size,
ViewUpdatedCollection viewUpdatedCollection)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IStreamRandomAccess
For use with length and time window views that must provide random access into data window contents
provided for the "previous" expression if used.
|
class |
IStreamRelativeAccess
Provides relative access to insert stream events for certain window.
|
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
ViewServicePreviousFactoryImpl.getOptPreviousExprRandomAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
ViewUpdatedCollection |
ViewServicePreviousFactory.getOptPreviousExprRandomAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
ViewUpdatedCollection |
ViewServicePreviousFactoryImpl.getOptPreviousExprRelativeAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
ViewUpdatedCollection |
ViewServicePreviousFactory.getOptPreviousExprRelativeAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
Modifier and Type | Class and Description |
---|---|
class |
PriorEventBufferMulti
Buffers view-posted insert stream (new data) and remove stream (old data) events for
use with determining prior results in these streams, for multiple different prior events.
|
class |
PriorEventBufferSingle
Buffers view-posted insert stream (new data) and remove stream (old data) events for
use with serving prior results in these streams, for a single prior event.
|
class |
PriorEventBufferUnbound
Buffer class for insert stream events only for use with unbound streams that inserts data only, to serve
up one or more prior events in the insert stream based on an index.
|
Modifier and Type | Field and Description |
---|---|
protected ViewUpdatedCollection |
PriorEventView.buffer |
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
PriorEventView.getBuffer()
Returns the underlying buffer used for access to prior events.
|
ViewUpdatedCollection |
PriorEventViewFactory.makeViewUpdatedCollection(SortedSet<Integer> priorRequests,
AgentInstanceContext agentInstanceContext) |
Constructor and Description |
---|
PriorEventView(ViewUpdatedCollection buffer)
Ctor.
|
Constructor and Description |
---|
TimeAccumView(TimeAccumViewFactory timeBatchViewFactory,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ViewUpdatedCollection viewUpdatedCollection,
TimePeriodProvide timePeriodProvide) |
Constructor and Description |
---|
TimeBatchView(TimeBatchViewFactory factory,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ViewUpdatedCollection viewUpdatedCollection,
TimePeriodProvide timePeriodProvide) |
Constructor and Description |
---|
TimeLengthBatchView(TimeLengthBatchViewFactory factory,
int size,
AgentInstanceViewFactoryChainContext agentInstanceContext,
ViewUpdatedCollection viewUpdatedCollection,
TimePeriodProvide timePeriodProvide) |
Modifier and Type | Method and Description |
---|---|
ViewUpdatedCollection |
TimeWindowView.getViewUpdatedCollection()
Returns the (optional) collection handling random access to window contents for prior or previous events.
|
Constructor and Description |
---|
TimeWindowView(AgentInstanceViewFactoryChainContext agentInstanceContext,
TimeWindowViewFactory timeWindowViewFactory,
ViewUpdatedCollection viewUpdatedCollection,
TimePeriodProvide timePeriodProvide) |
Copyright © 2005–2021. All rights reserved.