org.squashtest.tm.domain.search
Class AdvancedSearchIndexMonitoring

java.lang.Object
  extended by org.squashtest.tm.domain.search.AdvancedSearchIndexMonitoring

public final class AdvancedSearchIndexMonitoring
extends Object


Method Summary
static long getAddToTotalCount()
           
static long getDocumentsAdded()
           
static int getDocumentsBuilt()
           
static int getEntitiesLoaded()
           
static double getProgressPercentage()
           
static boolean isIndexingOver()
           
static void reset()
           
static void setAddToTotalCount(long addToTotalCount)
           
static void setDocumentsAdded(long documentsAdded)
           
static void setDocumentsBuilt(int documentsBuilt)
           
static void setEntitiesLoaded(int entitiesLoaded)
           
static void setIndexingOver(boolean isIndexingOver)
           
static void setProgressPercentage(float progressPercentage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reset

public static void reset()

isIndexingOver

public static boolean isIndexingOver()

setIndexingOver

public static void setIndexingOver(boolean isIndexingOver)

getDocumentsAdded

public static long getDocumentsAdded()

setDocumentsAdded

public static void setDocumentsAdded(long documentsAdded)

getAddToTotalCount

public static long getAddToTotalCount()

setAddToTotalCount

public static void setAddToTotalCount(long addToTotalCount)

getDocumentsBuilt

public static int getDocumentsBuilt()

setDocumentsBuilt

public static void setDocumentsBuilt(int documentsBuilt)

getEntitiesLoaded

public static int getEntitiesLoaded()

setEntitiesLoaded

public static void setEntitiesLoaded(int entitiesLoaded)

getProgressPercentage

public static double getProgressPercentage()

setProgressPercentage

public static void setProgressPercentage(float progressPercentage)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.