@PublicApi public class AttributeSubscriptionUpdate extends VersionedDataUpdate
| Constructor and Description |
|---|
AttributeSubscriptionUpdate(DataVersion version,
boolean full,
RowValues values) |
| Modifier and Type | Method and Description |
|---|---|
RowValues |
getValues() |
boolean |
isEmpty()
Returns true if the update is "empty", that is, the caller may keep the state, because it is up-to-date.
|
boolean |
isFull()
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.
|
getVersion, isIncrementalpublic AttributeSubscriptionUpdate(@NotNull
DataVersion version,
boolean full,
RowValues values)
public RowValues getValues()
public boolean isFull()
VersionedDataUpdateisFull in class VersionedDataUpdatepublic boolean isEmpty()
VersionedDataUpdateisEmpty in class VersionedDataUpdateCopyright © 2023 ALM Works. All Rights Reserved.