Class NotificationAdapter
java.lang.Object
io.deephaven.engine.updategraph.AbstractNotification
io.deephaven.enterprise.compatibility.NotificationAdapter
- All Implemented Interfaces:
LogOutputAppendable
,NotificationQueue.Notification
,IntrusiveDoublyLinkedNode<NotificationQueue.Notification>
,Runnable
-
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>>
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationAdapter
(io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification delegate) -
Method Summary
Methods inherited from class io.deephaven.engine.updategraph.AbstractNotification
append, getNext, getPrev, isTerminal, mustExecuteWithUpdateGraphLock, setNext, setPrev, toString
-
Constructor Details
-
NotificationAdapter
public NotificationAdapter(io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification delegate)
-
-
Method Details
-
canExecute
public boolean canExecute(long step) -
run
public void run()
-