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 SummaryNested classes/interfaces inherited from interface io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueueio.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 SummaryFields
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueueaddNotifications
- 
Field Details- 
UGP_ADAPTER
 
- 
- 
Method Details- 
addNotificationpublic void addNotification(@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification notification) - Specified by:
- addNotificationin interface- io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue
 
- 
maybeAddNotificationpublic boolean maybeAddNotification(@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue.Notification notification, long deliveryStep) - Specified by:
- maybeAddNotificationin interface- io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.live.NotificationQueue
 
 
-