public interface Replicator
| Modifier and Type | Method and Description |
|---|---|
Future<Object> |
replicate(ReplicatedContent content,
boolean trackResult)
Submit content for replication.
|
Future<Object> replicate(ReplicatedContent content, boolean trackResult) throws InterruptedException
content - The content to replicated.trackResult - Whether to track the result for this operation.InterruptedExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.