Package io.deephaven.engine.table.impl
Class InstrumentedTableListenerBase.ErrorNotification
java.lang.Object
io.deephaven.engine.updategraph.AbstractNotification
io.deephaven.engine.table.impl.InstrumentedTableListenerBase.ErrorNotification
- All Implemented Interfaces:
LogOutputAppendable
,NotificationQueue.ErrorNotification
,NotificationQueue.Notification
,IntrusiveDoublyLinkedNode<NotificationQueue.Notification>
,Runnable
- Enclosing class:
- InstrumentedTableListenerBase
public class InstrumentedTableListenerBase.ErrorNotification
extends AbstractNotification
implements NotificationQueue.ErrorNotification
-
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
Modifier and TypeMethodDescriptionboolean
canExecute
(long step) Can this notification be executed? That is, are all of it's dependencies satisfied.void
run()
Methods inherited from class io.deephaven.engine.updategraph.AbstractNotification
getNext, getPrev, isTerminal, mustExecuteWithUpdateGraphLock, setNext, setPrev, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.util.datastructures.linked.IntrusiveDoublyLinkedNode
getNext, getPrev, setNext, setPrev
Methods inherited from interface io.deephaven.engine.updategraph.NotificationQueue.Notification
isTerminal, mustExecuteWithUpdateGraphLock
-
Method Details
-
run
public void run() -
canExecute
public boolean canExecute(long step) Description copied from interface:NotificationQueue.Notification
Can this notification be executed? That is, are all of it's dependencies satisfied.- Specified by:
canExecute
in interfaceNotificationQueue.Notification
- Parameters:
step
- The step for which we are testing satisfaction- Returns:
- true if this notification can be executed, false if it has unmet dependencies
-
append
- Specified by:
append
in interfaceLogOutputAppendable
- Overrides:
append
in classAbstractNotification
-