Class AbstractIndexUpdateNotification

java.lang.Object
com.illumon.iris.db.v2.utils.AbstractNotification
com.illumon.iris.db.v2.utils.AbstractIndexUpdateNotification
All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, NotificationQueue.IndexUpdateNotification, NotificationQueue.Notification, IntrusiveDoublyLinkedNode<NotificationQueue.Notification>, Runnable
Direct Known Subclasses:
InstrumentedListenerBase.NotificationBase, NullIndexUpdateNotification

public abstract class AbstractIndexUpdateNotification extends AbstractNotification implements NotificationQueue.IndexUpdateNotification
Common base class for index update notifications.
  • Constructor Details

    • AbstractIndexUpdateNotification

      protected AbstractIndexUpdateNotification(boolean isTerminal)