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 SummaryNested classes/interfaces inherited from interface io.deephaven.util.datastructures.linked.IntrusiveDoublyLinkedNodeIntrusiveDoublyLinkedNode.Adapter<NODE_TYPE extends IntrusiveDoublyLinkedNode<NODE_TYPE>>, IntrusiveDoublyLinkedNode.Impl<NODE_TYPE extends IntrusiveDoublyLinkedNode.Impl<NODE_TYPE>>
- 
Constructor SummaryConstructorsConstructorDescriptionNotificationAdapter(io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification delegate) 
- 
Method SummaryMethods inherited from class io.deephaven.engine.updategraph.AbstractNotificationappend, getNext, getPrev, isTerminal, mustExecuteWithUpdateGraphLock, setNext, setPrev, toString
- 
Constructor Details- 
NotificationAdapterpublic NotificationAdapter(io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification delegate) 
 
- 
- 
Method Details- 
canExecutepublic boolean canExecute(long step) 
- 
runpublic void run()
 
-