Class VersionedForestUpdate.Full
- Enclosing class:
- VersionedForestUpdate
Represents a full update. The caller is supposed to use
VersionedForestUpdate.getLatest()
as the most recent state.-
Nested Class Summary
Nested classes/interfaces inherited from class VersionedForestUpdate
VersionedForestUpdate.Full, VersionedForestUpdate.Incremental
-
Constructor Summary
ConstructorsConstructorDescriptionFull
(VersionedForest latest) Full
(VersionedForest latest, ForestSourceHealthStatus health) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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.Methods inherited from class VersionedForestUpdate
asIncremental, getHealth, getLatest
Methods inherited from class VersionedDataUpdate
getVersion, isEmpty, isIncremental
-
Constructor Details
-
Full
-
Full
-
-
Method Details
-
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 classVersionedDataUpdate
-