Package io.deephaven.engine.table.impl
Class ShiftObliviousInstrumentedListener.Notification
java.lang.Object
io.deephaven.engine.updategraph.AbstractNotification
io.deephaven.engine.table.impl.InstrumentedTableListenerBase.NotificationBase
io.deephaven.engine.table.impl.ShiftObliviousInstrumentedListener.Notification
- All Implemented Interfaces:
LogOutputAppendable,NotificationQueue.Notification,IntrusiveDoublyLinkedNode<NotificationQueue.Notification>,Runnable
- Enclosing class:
- ShiftObliviousInstrumentedListener
public class ShiftObliviousInstrumentedListener.Notification
extends InstrumentedTableListenerBase.NotificationBase
Delivers the desired update, bracketed by performance instrumentation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.util.datastructures.linked.IntrusiveDoublyLinkedNode
IntrusiveDoublyLinkedNode.Adapter<NODE_TYPE extends IntrusiveDoublyLinkedNode<NODE_TYPE>>, IntrusiveDoublyLinkedNode.Impl<NODE_TYPE extends IntrusiveDoublyLinkedNode.Impl<NODE_TYPE>> -
Method Summary
Methods inherited from class io.deephaven.engine.table.impl.InstrumentedTableListenerBase.NotificationBase
append, canExecute, toStringMethods inherited from class io.deephaven.engine.updategraph.AbstractNotification
getNext, getPrev, isTerminal, mustExecuteWithUpdateGraphLock, setNext, setPrev
-
Method Details
-
run
public void run()- Specified by:
runin interfaceRunnable- Specified by:
runin classInstrumentedTableListenerBase.NotificationBase
-