Class ThreadIDFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadIDFilter​(int threadID)
      Creates a filter instance with a specified thread ID.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(RepositoryLogRecordHeader record)
      Checks if record should be accepted into the list.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThreadIDFilter

        public ThreadIDFilter​(int threadID)
        Creates a filter instance with a specified thread ID.
        Parameters:
        threadID - ID that each record's thread ID will be compared to