Class ConcurrentUseTest.IndexUserThread

java.lang.Object
java.lang.Thread
org.apache.maven.index.ConcurrentUseTest.IndexUserThread
All Implemented Interfaces:
Runnable
Enclosing class:
ConcurrentUseTest

public static class ConcurrentUseTest.IndexUserThread extends Thread
  • Constructor Details

    • IndexUserThread

      public IndexUserThread(ConcurrentUseTest test, org.apache.maven.index.NexusIndexer nexusIndexer, org.apache.maven.index.context.IndexingContext searchIndexingContext, org.apache.maven.index.context.IndexingContext modifyIndexingContext, org.apache.maven.index.ArtifactInfo artifactInfo)
  • Method Details

    • getAdded

      public int getAdded()
    • getDeleted

      public int getDeleted()
    • hadProblem

      public boolean hadProblem()
    • getLastSearchHitCount

      public int getLastSearchHitCount()
    • stopThread

      public void stopThread() throws IOException
      Throws:
      IOException
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread