Uses of Class
org.opends.server.types.LDIFExportConfig
-
Packages that use LDIFExportConfig Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.backends.pluggable Contains the code for implementing Directory Server pluggable storage backends.org.opends.server.backends.task Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.org.opends.server.config Contains code used to interact with the Directory Server configuration.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of LDIFExportConfig in org.opends.server.api
Methods in org.opends.server.api with parameters of type LDIFExportConfig Modifier and Type Method Description void
LocalBackend. exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.void
ExportTaskListener. processExportBegin(LocalBackend<?> backend, LDIFExportConfig config)
Performs any processing that might be necessary just before the server begins processing on an LDIF export task.void
ExportTaskListener. processExportEnd(LocalBackend<?> backend, LDIFExportConfig config, boolean successful)
Performs any processing that might be necessary after the server has completed processing on an LDIF export task. -
Uses of LDIFExportConfig in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type LDIFExportConfig Modifier and Type Method Description void
ConfigurationBackend. exportLDIF(LDIFExportConfig exportConfig)
void
LDIFBackend. exportLDIF(LDIFExportConfig exportConfig)
void
MemoryBackend. exportLDIF(LDIFExportConfig exportConfig)
void
MonitorBackend. exportLDIF(LDIFExportConfig exportConfig)
void
NullBackend. exportLDIF(LDIFExportConfig exportConfig)
void
RootDSEBackend. exportLDIF(LDIFExportConfig exportConfig)
void
SchemaBackend. exportLDIF(LDIFExportConfig exportConfig)
-
Uses of LDIFExportConfig in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type LDIFExportConfig Modifier and Type Method Description void
BackendImpl. exportLDIF(LDIFExportConfig exportConfig)
-
Uses of LDIFExportConfig in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type LDIFExportConfig Modifier and Type Method Description void
TaskBackend. exportLDIF(LDIFExportConfig exportConfig)
-
Uses of LDIFExportConfig in org.opends.server.config
Methods in org.opends.server.config with parameters of type LDIFExportConfig Modifier and Type Method Description void
ConfigurationHandler. writeLDIF(LDIFExportConfig exportConfig)
Writes the current configuration to LDIF with the provided export configuration. -
Uses of LDIFExportConfig in org.opends.server.core
Methods in org.opends.server.core with parameters of type LDIFExportConfig Modifier and Type Method Description static void
DirectoryServer. notifyExportBeginning(LocalBackend<?> backend, LDIFExportConfig config)
Notifies the registered LDIF export task listeners that the server will be beginning an export task with the provided information.static void
DirectoryServer. notifyExportEnded(LocalBackend<?> backend, LDIFExportConfig config, boolean successful)
Notifies the registered LDIF export task listeners that the server has completed processing on an export task with the provided information. -
Uses of LDIFExportConfig in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type LDIFExportConfig Modifier and Type Method Description void
MultimasterReplication. processExportBegin(LocalBackend<?> backend, LDIFExportConfig config)
void
MultimasterReplication. processExportEnd(LocalBackend<?> backend, LDIFExportConfig config, boolean successful)
-