Class ReplLDIFOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class ReplLDIFOutputStream
    extends OutputStream
    This class creates an output stream that can be used to export entries to a synchronization domain.
    • Constructor Detail

      • ReplLDIFOutputStream

        public ReplLDIFOutputStream​(long numEntries)
        Creates a new ReplLDIFOutputStream related to a replication domain.
        Parameters:
        numEntries - The max number of entry to process.
    • Method Detail

      • getChecksumValue

        public long getChecksumValue()
        Get the value of the underlying checksum.
        Returns:
        The value of the underlying checksum
      • getNumExportedEntries

        public long getNumExportedEntries()
        Return the number of exported entries.
        Returns:
        the numExportedEntries