|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.ExportJob
public class ExportJob
Export a JE backend to LDIF.
Constructor Summary | |
---|---|
ExportJob(LDIFExportConfig exportConfig)
Create a new export job. |
Method Summary | |
---|---|
void |
exportLDIF(RootContainer rootContainer)
Export entries from the backend to an LDIF file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportJob(LDIFExportConfig exportConfig)
exportConfig
- The requested LDIF export configuration.Method Detail |
---|
public void exportLDIF(RootContainer rootContainer) throws java.io.IOException, LDIFException, com.sleepycat.je.DatabaseException, JebException
rootContainer
- The root container to export.
com.sleepycat.je.DatabaseException
- If an error occurs in the JE database.
java.io.IOException
- If an I/O error occurs while writing an entry.
JebException
- If an error occurs in the JE backend.
LDIFException
- If an error occurs while trying to determine whether
to write an entry.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |