Class BaseUpdateHandler

java.lang.Object
it.uniroma2.art.semanticturkey.changetracking.sail.BaseUpdateHandler
All Implemented Interfaces:
UpdateHandler
Direct Known Subclasses:
FlagUpdateHandler, LoggingUpdateHandler

public abstract class BaseUpdateHandler extends Object implements UpdateHandler
Abstract base class of UpdateHandlers.
Author:
Manuel Fiorelli
  • Constructor Details

    • BaseUpdateHandler

      public BaseUpdateHandler()
  • Method Details

    • recordCorruption

      public void recordCorruption()
      Description copied from interface: UpdateHandler
      Marks this handler as corrupted. That should happen, when it hasn't be possible to record an update
      Specified by:
      recordCorruption in interface UpdateHandler
    • isCorrupted

      public boolean isCorrupted()
      Description copied from interface: UpdateHandler
      Checks whether this handler is corrupted. This check should be performed, before the updates are committed to the triple store.
      Specified by:
      isCorrupted in interface UpdateHandler
      Returns: