public static final class ItemVersionUpdate.Total extends ItemVersionUpdate
ItemVersionUpdate.Empty, ItemVersionUpdate.Total
Constructor and Description |
---|
Total(DataVersion version) |
Modifier and Type | Method and Description |
---|---|
Set<ItemIdentity> |
getAffectedItems() |
DataVersion |
getFromVersion() |
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.
|
String |
toString() |
getVersion, isEmpty, isIncremental
public Total(@NotNull DataVersion version)
@NotNull public DataVersion getFromVersion()
getFromVersion
in class ItemVersionUpdate
public boolean isFull()
VersionedDataUpdate
isFull
in class VersionedDataUpdate
@NotNull public Set<ItemIdentity> getAffectedItems()
getAffectedItems
in class ItemVersionUpdate
Copyright © 2024 Tempo Software. All Rights Reserved.