Package com.illumon.iris.db.v2
Interface NotificationStepReceiver
- All Known Implementing Classes:
AppendOnlyArrayBackedMutableTable
,BaseTable
,ConnectionAwareRemoteTable
,DeferredViewTable
,HierarchicalTable
,InitialSnapshotTable
,InMemoryTable
,KeyedArrayBackedMutableTable
,LiveQueryTable
,NestedPartitionedDiskBackedTable
,PartitionAwareSourceTable
,PreemptiveUpdatesTable
,QueryReplayGroupedTable
,QueryTable
,QueryTable.FilteredTable
,RedefinableTable
,ReplayGroupedFullTable
,ReplayLastByGroupedTable
,ReplayTable
,ReplicatedTable
,SimpleSourceTable
,SourceTable
,SplayedDiskBackedTable
,SubscriptionSnapshotTable
,TimeTable
,UncoalescedTable
,UpdatableTable
,WrappedDelegatingTable
public interface NotificationStepReceiver
Used by
swap listeners
to set the notification step of elements in our DAG.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
The null value for recorded notification steps. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setLastNotificationStep
(long lastNotificationStep) Deliver a last notification step to this receiver.
-
Field Details
-
NULL_NOTIFICATION_STEP
static final long NULL_NOTIFICATION_STEPThe null value for recorded notification steps.- See Also:
-
-
Method Details
-
setLastNotificationStep
void setLastNotificationStep(long lastNotificationStep) Deliver a last notification step to this receiver.- Parameters:
lastNotificationStep
- The last notification step to be delivered
-