Class ZeroKeyChunkedAjMergedListener
java.lang.Object
io.deephaven.util.referencecounting.ReferenceCounted
io.deephaven.engine.liveness.ReferenceCountedLivenessReferent
io.deephaven.engine.liveness.ReferenceCountedLivenessNode
io.deephaven.engine.liveness.LivenessArtifact
io.deephaven.engine.table.impl.MergedListener
io.deephaven.engine.table.impl.asofjoin.ZeroKeyChunkedAjMergedListener
- All Implemented Interfaces:
LogOutputAppendable
,LivenessManager
,LivenessNode
,LivenessReferent
,NotificationQueue.Dependency
,Serializable
- See Also:
-
Field Summary
Fields inherited from class io.deephaven.engine.table.impl.MergedListener
entry, result
-
Constructor Summary
ConstructorDescriptionZeroKeyChunkedAjMergedListener
(JoinListenerRecorder leftRecorder, JoinListenerRecorder rightRecorder, String listenerDescription, QueryTable result, QueryTable leftTable, QueryTable rightTable, MatchPair stampPair, MatchPair[] columnsToAdd, ColumnSource<?> leftStampSource, ColumnSource<?> rightStampSource, SortingOrder order, boolean disallowExactMatch, SsaSsaStamp ssaSsaStamp, SegmentedSortedArray leftSsa, SegmentedSortedArray rightSsa, WritableRowRedirection rowRedirection, JoinControl joinControl) -
Method Summary
Methods inherited from class io.deephaven.engine.table.impl.MergedListener
accumulatePeformanceEntry, append, canExecute, destroy, getRecorders, getUpdateGraph, handleUncaughtException, isFailed, notifyChanges, notifyOnUpstreamError, propagateError, propagateErrorDownstream, satisfied, scheduleDelayedErrorNotifier, systemicResult
Methods inherited from class io.deephaven.engine.liveness.LivenessArtifact
manageWithCurrentScope
Methods inherited from class io.deephaven.engine.liveness.ReferenceCountedLivenessNode
getWeakReference, initializeTransientFieldsForLiveness, onReferenceCountAtZero, tryManage, tryUnmanage, tryUnmanage
Methods inherited from class io.deephaven.engine.liveness.ReferenceCountedLivenessReferent
dropReference, tryRetainReference
Methods inherited from class io.deephaven.util.referencecounting.ReferenceCounted
decrementReferenceCount, forceReferenceCountToZero, getReferenceCountDebug, incrementReferenceCount, resetReferenceCount, toString, tryDecrementReferenceCount, tryIncrementReferenceCount
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.engine.liveness.LivenessManager
manage
Methods inherited from interface io.deephaven.engine.liveness.LivenessNode
unmanage, unmanage
Methods inherited from interface io.deephaven.engine.liveness.LivenessReferent
dropReference, getReferentDescription, retainReference, tryRetainReference
Methods inherited from interface io.deephaven.engine.updategraph.NotificationQueue.Dependency
getUpdateGraph
-
Constructor Details
-
ZeroKeyChunkedAjMergedListener
public ZeroKeyChunkedAjMergedListener(JoinListenerRecorder leftRecorder, JoinListenerRecorder rightRecorder, String listenerDescription, QueryTable result, QueryTable leftTable, QueryTable rightTable, MatchPair stampPair, MatchPair[] columnsToAdd, ColumnSource<?> leftStampSource, ColumnSource<?> rightStampSource, SortingOrder order, boolean disallowExactMatch, SsaSsaStamp ssaSsaStamp, SegmentedSortedArray leftSsa, SegmentedSortedArray rightSsa, WritableRowRedirection rowRedirection, JoinControl joinControl)
-
-
Method Details
-
process
public void process()- Specified by:
process
in classMergedListener
-