Package net.handle.hdllib
Interface ReplicationDaemonInterface
public interface ReplicationDaemonInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidIterator<byte[]> Iterator<byte[]> handleIteratorFrom(byte[] startingPoint, boolean inclusive) Iterator<byte[]> Iterator<byte[]> naIteratorFrom(byte[] startingPoint, boolean inclusive) voidvoidvoid
-
Method Details
-
replicationStatus
- Throws:
HandleException
-
pauseReplication
void pauseReplication() -
unpauseReplication
void unpauseReplication() -
handleIterator
- Throws:
HandleException
-
naIterator
- Throws:
HandleException
-
handleIteratorFrom
- Throws:
HandleException
-
naIteratorFrom
- Throws:
HandleException
-
addQueueListener
-
removeQueueListener
-