|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.importLDIF.Importer
public class Importer
Performs a LDIF import.
Constructor Summary | |
---|---|
Importer(LDIFImportConfig ldifImportConfig)
Create a new import job with the specified ldif import config. |
Method Summary | |
---|---|
java.lang.String |
getDBCacheSize()
Return the string representation of the DB cache size. |
LDIFImportResult |
processImport(RootContainer rootContainer)
Import a ldif using the specified root container. |
void |
uncaughtException(java.lang.Thread t,
java.lang.Throwable e)
Uncaught exception handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Importer(LDIFImportConfig ldifImportConfig)
ldifImportConfig
- The LDIF import config.Method Detail |
---|
public LDIFImportResult processImport(RootContainer rootContainer) throws com.sleepycat.je.DatabaseException, java.io.IOException, JebException, DirectoryException, ConfigException
rootContainer
- The root container.
com.sleepycat.je.DatabaseException
- If a DB error occurs.
java.io.IOException
- If a IO error occurs.
JebException
- If a JEB error occurs.
DirectoryException
- If a directory error occurs.
ConfigException
- If a configuration has an error.public void uncaughtException(java.lang.Thread t, java.lang.Throwable e)
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler
t
- The thread working when the exception was thrown.e
- The exception.public java.lang.String getDBCacheSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |