Package net.handle.hdllib
Interface ReplicationDaemonInterface
public interface ReplicationDaemonInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Iterator
<byte[]> Iterator
<byte[]> handleIteratorFrom
(byte[] startingPoint, boolean inclusive) Iterator
<byte[]> Iterator
<byte[]> naIteratorFrom
(byte[] startingPoint, boolean inclusive) void
void
void
-
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
-