Class AttributeSubscriptionUpdate

Object
VersionedDataUpdate
AttributeSubscriptionUpdate

@PublicApi public class AttributeSubscriptionUpdate extends VersionedDataUpdate
  • Constructor Details

    • AttributeSubscriptionUpdate

      public AttributeSubscriptionUpdate(@NotNull DataVersion version, boolean full, RowValues values)
  • Method Details

    • getValues

      public RowValues getValues()
    • isFull

      public boolean isFull()
      Description copied from class: VersionedDataUpdate
      Returns true if the update is "full", that is, the caller may drop the current state and replace it fully with the state from this update.
      Overrides:
      isFull in class VersionedDataUpdate
    • isEmpty

      public boolean isEmpty()
      Description copied from class: VersionedDataUpdate
      Returns true if the update is "empty", that is, the caller may keep the state, because it is up-to-date.
      Overrides:
      isEmpty in class VersionedDataUpdate