Interface DumpHandlesCallback


public interface DumpHandlesCallback
Interface used to define objects that want to receive the streamed results from DumpHandlesResponse messages.
  • Method Details

    • addHandle

      void addHandle(byte[] handle, HandleValue[] values) throws Exception
      Process the given transaction which was received via the stream in the DumpHandlesResponse message.
      Throws:
      Exception
    • addHomedPrefix

      void addHomedPrefix(byte[] naHandle) throws Exception
      Process the given prefix which was received via the stream in the DumpHandlesResponse message. If this message is called, that means that the server is responsible for this prefix.
      Throws:
      Exception
    • processThisServerReplicationInfo

      void processThisServerReplicationInfo(long retrievalDate, long currentTxnId)
    • processOtherSiteReplicationInfo

      void processOtherSiteReplicationInfo(StreamTable replicationConfig) throws HandleException
      Throws:
      HandleException
    • setLastCreateOrDeleteDate

      void setLastCreateOrDeleteDate(byte[] handle, long date, int priority) throws Exception
      Throws:
      Exception
    • setLastHomeOrUnhomeDate

      void setLastHomeOrUnhomeDate(byte[] handle, long date, int priority) throws Exception
      Throws:
      Exception