Class DebugRecorder

  • All Implemented Interfaces:
    bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>

    public class DebugRecorder
    extends Object
    implements bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>
    Author:
    cl
    • Constructor Detail

      • DebugRecorder

        public DebugRecorder()
    • Method Detail

      • getDebugDirectory

        public Path getDebugDirectory()
      • setDebugDirectory

        public void setDebugDirectory​(Path debugDirectory)
      • prepare

        public void prepare()
      • addInformation

        public void addInformation​(long epoch,
                                   String newInformation)
      • clear

        public void clear()
      • onEventReceived

        public void onEventReceived​(GraphUpdatedEvent event)
        Specified by:
        onEventReceived in interface bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>