Class FractionalLDIFImportPlugin

java.lang.Object
org.opends.server.api.plugin.DirectoryServerPlugin<FractionalLdifImportPluginCfg>
org.opends.server.replication.plugin.FractionalLDIFImportPlugin
All Implemented Interfaces:
ConfigurationChangeListener<FractionalLdifImportPluginCfg>

This class implements a Directory Server plugin that is used in fractional replication to initialize a just configured fractional domain (when an online full update occurs or offline/online ldif import). The following tasks are done: - check that the fractional configuration (if any) stored in the (incoming) root entry of the domain is compliant with the fractional configuration of the domain (if not make online update stop) - perform filtering according to fractional configuration of the domain - flush the fractional configuration of the domain in the root entry (if no one already present)
  • Constructor Details

    • FractionalLDIFImportPlugin

      public FractionalLDIFImportPlugin()
      Creates a new instance of this Directory Server plugin. Every plugin must implement a default constructor (it is the only one that will be used to create plugins defined in the configuration), and every plugin constructor must call super() as its first element.
  • Method Details