Class DumpHandlesResponse

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class DumpHandlesResponse
    extends AbstractResponse
    Response used to send all handles in the database to a replicated site/server. This response is used for server<->server (or replicator<->server) communication.
    • Method Detail

      • getLastProcessedRecordType

        public byte getLastProcessedRecordType()
      • getLastProcessedRecord

        public byte[] getLastProcessedRecord()
      • setLastProcessedRecordType

        public void setLastProcessedRecordType​(byte lastProcessedRecordType)
      • setLastProcessedRecord

        public void setLastProcessedRecord​(byte[] lastProcessedRecord)
      • processStreamedPart

        public void processStreamedPart​(DumpHandlesCallback callback,
                                        java.security.PublicKey sourceKey)
                                 throws HandleException
        Process the incoming stream and call the given callback for every handle that is retrieved.
        Throws:
        HandleException