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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotification(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification notification) booleanmaybeAddNotification(@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, waitMethods inherited from interface io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue
addNotifications
-
Field Details
-
UGP_ADAPTER
-
-
Method Details
-
addNotification
public void addNotification(@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification notification) - Specified by:
addNotificationin interfaceio.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:
maybeAddNotificationin interfaceio.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue
-