Class AttributeSubscriptionUpdate
Object
VersionedDataUpdate
AttributeSubscriptionUpdate
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeSubscriptionUpdate(DataVersion version, boolean full, RowValues values) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Returns true if the update is "empty", that is, the caller may keep the state, because it is up-to-date.booleanisFull()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.Methods inherited from class VersionedDataUpdate
getVersion, isIncremental
-
Constructor Details
-
AttributeSubscriptionUpdate
-
-
Method Details
-
getValues
-
isFull
public boolean isFull()Description copied from class:VersionedDataUpdateReturns 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:
isFullin classVersionedDataUpdate
-
isEmpty
public boolean isEmpty()Description copied from class:VersionedDataUpdateReturns true if the update is "empty", that is, the caller may keep the state, because it is up-to-date.- Overrides:
isEmptyin classVersionedDataUpdate
-