com.dotmarketing.portlets.contentlet.factories
Class ReindexationProcessStatus
java.lang.Object
com.dotmarketing.portlets.contentlet.factories.ReindexationProcessStatus
- All Implemented Interfaces:
- java.io.Serializable
public class ReindexationProcessStatus
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Hibernate CodeGenerator
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReindexationProcessStatus
public ReindexationProcessStatus()
inFullReindexation
public static boolean inFullReindexation()
getContentCountToIndex
public static long getContentCountToIndex()
setContentCountToIndex
public static void setContentCountToIndex(long count)
getLastIndexationProgress
public static int getLastIndexationProgress()
updateIndexationProgress
public static void updateIndexationProgress(int increment)
currentIndexPath
public static java.lang.String currentIndexPath()
getNewIndexPath
public static java.lang.String getNewIndexPath()
getProcessIndexationMap
public static java.util.Map getProcessIndexationMap()
getLastIndexationStartTime
public static java.lang.String getLastIndexationStartTime()
- Returns:
- the lastIndexationStartTime
setLastIndexationStartTime
public static void setLastIndexationStartTime(java.lang.String lastIndexationStartTime)
- Parameters:
lastIndexationStartTime - the lastIndexationStartTime to set
getLastIndexationEndTime
public static java.lang.String getLastIndexationEndTime()
- Returns:
- the lastIndexationEndTime
setLastIndexationEndTime
public static void setLastIndexationEndTime(java.lang.String lastIndexationEndTime)
- Parameters:
lastIndexationEndTime - the lastIndexationEndTime to set
startNewIndex
public static void startNewIndex()
Copyright © 2010 dotCMS Inc. All Rights Reserved.