File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/marklogic/client/datamovement Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 * deleteBatcher.awaitCompletion();
3838 * moveMgr.stopJob(ticket);
3939 *
40- * With Iterator< String> , pass a DeleteListener instance to
40+ * With Iterator< String> , pass a DeleteListener instance to
4141 * QueryBatcher onUrisReady like so:
4242 *
4343 * QueryBatcher deleteBatcher = moveMgr.newQueryBatcher(query)
Original file line number Diff line number Diff line change 9292 *
9393 * Example of queueing uris in memory instead of using withConsistentSnapshot():
9494 *
95- * ArrayList< String> uris = new ArrayList<> ();
95+ * ArrayList< String> uris = new ArrayList<> ();
9696 * QueryBatcher getUris = dataMovementManager.newQueryBatcher(query)
9797 * .withBatchSize(5000)
9898 * .onUrisReady( batch -> uris.addAll(Arrays.asList(batch.getItems())) )
Original file line number Diff line number Diff line change 2626 * are not limited to export, delete, and transform)
2727 * * provided code can leverage the full feature set of the Java Client API
2828 * * uris usually are matches to a query
29- * * for corner cases uris can be provided by an Iterator< String>
29+ * * for corner cases uris can be provided by an Iterator< String>
3030 * * paginates through query matches for best scalability
3131 * * paginates with many threads for increased throughput
3232 * * directly queries each host in the cluster with forests for
You can’t perform that action at this time.
0 commit comments