public interface DumpHandlesCallback
| Modifier and Type | Method and Description | 
|---|---|
| void | addHandle(byte[] handle,
         HandleValue[] values)Process the given transaction which was received via the stream
 in the DumpHandlesResponse message. | 
| void | addNamingAuthority(byte[] naHandle)Process the given naming authority which was received via the
 stream in the DumpHandlesResponse message. | 
| void | processOtherSiteReplicationInfo(net.cnri.util.StreamTable replicationConfig) | 
| void | processThisServerReplicationInfo(long retrievalDate,
                                long currentTxnId) | 
| void | setLastCreateOrDeleteDate(byte[] handle,
                         long date,
                         int priority) | 
| void | setLastHomeOrUnhomeDate(byte[] handle,
                       long date,
                       int priority) | 
void addHandle(byte[] handle,
             HandleValue[] values)
               throws java.lang.Exception
java.lang.Exceptionvoid addNamingAuthority(byte[] naHandle)
                        throws java.lang.Exception
java.lang.Exceptionvoid processThisServerReplicationInfo(long retrievalDate,
                                    long currentTxnId)
void processOtherSiteReplicationInfo(net.cnri.util.StreamTable replicationConfig)
                                     throws HandleException
HandleExceptionvoid setLastCreateOrDeleteDate(byte[] handle,
                             long date,
                             int priority)
                               throws java.lang.Exception
java.lang.Exceptionvoid setLastHomeOrUnhomeDate(byte[] handle,
                           long date,
                           int priority)
                             throws java.lang.Exception
java.lang.Exception