Class NotificationQueueAdapter

java.lang.Object
io.deephaven.enterprise.compatibility.NotificationQueueAdapter
All Implemented Interfaces:
io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue

public class NotificationQueueAdapter extends Object implements io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue

    io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Dependency, io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.IndexUpdateNotification, io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addNotification(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification notification)
     
    boolean
    maybeAddNotification(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification notification, long deliveryStep)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue

    addNotifications
  • Field Details

  • Method Details

    • addNotification

      public void addNotification(@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification notification)
      Specified by:
      addNotification in interface io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue
    • maybeAddNotification

      public boolean maybeAddNotification(@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification notification, long deliveryStep)
      Specified by:
      maybeAddNotification in interface io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue