Package net.handle.hdllib
Interface ReplicationDaemonInterface
- 
 public interface ReplicationDaemonInterface
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddQueueListener(TransactionQueueListener l)java.util.Iterator<byte[]>handleIterator()java.util.Iterator<byte[]>handleIteratorFrom(byte[] startingPoint, boolean inclusive)java.util.Iterator<byte[]>naIterator()java.util.Iterator<byte[]>naIteratorFrom(byte[] startingPoint, boolean inclusive)voidpauseReplication()voidremoveQueueListener(TransactionQueueListener l)net.cnri.util.StreamTablereplicationStatus()voidunpauseReplication()
 
- 
- 
- 
Method Detail- 
replicationStatusnet.cnri.util.StreamTable replicationStatus() throws HandleException- Throws:
- HandleException
 
 - 
pauseReplicationvoid pauseReplication() 
 - 
unpauseReplicationvoid unpauseReplication() 
 - 
handleIteratorjava.util.Iterator<byte[]> handleIterator() throws HandleException- Throws:
- HandleException
 
 - 
naIteratorjava.util.Iterator<byte[]> naIterator() throws HandleException- Throws:
- HandleException
 
 - 
handleIteratorFromjava.util.Iterator<byte[]> handleIteratorFrom(byte[] startingPoint, boolean inclusive) throws HandleException- Throws:
- HandleException
 
 - 
naIteratorFromjava.util.Iterator<byte[]> naIteratorFrom(byte[] startingPoint, boolean inclusive) throws HandleException- Throws:
- HandleException
 
 - 
addQueueListenervoid addQueueListener(TransactionQueueListener l) 
 - 
removeQueueListenervoid removeQueueListener(TransactionQueueListener l) 
 
- 
 
-