public class RebuildIndexesHandler extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
static BatchBibTreeDBUtil |
bibTreeDBUtil |
static String |
EXCEPION_FILE_NAME |
static String |
STATUS_FILE_NAME |
static String |
STORAGE_EXCEPTION_FILE_NAME |
static String |
STORAGE_STATUS_FILE_NAME |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection() |
static RebuildIndexesHandler |
getInstance() |
boolean |
isRunning()
Method to get running status.
|
boolean |
isStop() |
void |
run() |
void |
setRunning(boolean running) |
void |
setStop(boolean stop) |
String |
showBibStatus() |
String |
showStatus() |
String |
startProcess(String docCategory,
String docType,
String docFormat)
Method to startProcess
|
String |
startProcess(String docCategory,
String docType,
String docFormat,
int batchSize,
int startIndex,
int endIndex,
String updateDate) |
String |
stopProcess() |
String |
storeBibInfo(int batchSize) |
public static String EXCEPION_FILE_NAME
public static String STATUS_FILE_NAME
public static String STORAGE_EXCEPTION_FILE_NAME
public static String STORAGE_STATUS_FILE_NAME
public static BatchBibTreeDBUtil bibTreeDBUtil
public void setRunning(boolean running)
public void setStop(boolean stop)
public static RebuildIndexesHandler getInstance()
public boolean isRunning()
public boolean isStop()
public String startProcess(String docCategory, String docType, String docFormat) throws InterruptedException
InterruptedException
public String startProcess(String docCategory, String docType, String docFormat, int batchSize, int startIndex, int endIndex, String updateDate) throws InterruptedException
InterruptedException
public String stopProcess() throws Exception
Exception
public Connection getConnection()
public String showStatus()
public String showBibStatus()
public String storeBibInfo(int batchSize) throws Exception
Exception
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.