@PublicAPI(stability=PRIVATE)

Package org.opends.server.backends.jeb.importLDIF

Contains the code for the import LDIF JEB backend.

See:
          Description

Interface Summary
ImportIDSet Interface defining and import ID set.
 

Class Summary
BufferManager Manages a shared cache among worker threads that caches substring key/value pairs to avoid DB cache access.
DNContext This class represents the import context for a destination base DN.
Importer Performs a LDIF import.
IntegerImportIDSet An import ID set backed by an array of ints.
LongImportIDSet A import ID set backed by an array of longs.
WorkElement A work element passed on the work queue.
WorkThread A thread to process import entries from a queue.
 

Package org.opends.server.backends.jeb.importLDIF Description

Contains the code for the import LDIF JEB backend.