Class RecordingAttributeUpdateChecker

Object
RecordingAttributeUpdateChecker
All Implemented Interfaces:
UpdateChecker

public class RecordingAttributeUpdateChecker extends Object implements UpdateChecker
  • Constructor Details

    • RecordingAttributeUpdateChecker

      public RecordingAttributeUpdateChecker(AttributeUpdateChecker attributeChecker)
  • Method Details

    • record

      public void record(StructureRow row)
    • record

      public void record(long rowId)
    • hasUpdate

      public boolean hasUpdate()
      Description copied from interface: UpdateChecker
      Checks if there is any change that affects a generated forest fragment.
      Specified by:
      hasUpdate in interface UpdateChecker
      Returns:
      true the forest fragment is outdated and Structure has to regenerate the it. false if the fragment is still up to date.