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 TypeMethodDescriptionvoid
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
-
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:
addNotification
in 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:
maybeAddNotification
in interfaceio.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue
-