File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
marklogic-client-api/src/main/java/com/marklogic/client/datamovement Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ public interface QueryBatcher extends Batcher {
292292 */
293293 public QueryBatcher withBatchSize (int docBatchSize , int docToUriBatchRatio );
294294
295- /**
295+ /*
296296 * Sets the number of documents processed in a batch, the ratio of the document processing batch to the document uri
297297 * collection batch and threadThrottleFactor. For example, if docBatchSize is 100 and docToUriBatchRatio is 5, the
298298 * document processing batch size is 100 and the document URI collection batch is 500. Ordinarily, QueryBatcher starts
@@ -318,7 +318,7 @@ public interface QueryBatcher extends Batcher {
318318 */
319319 public int getDocToUriBatchRatio ();
320320
321- /**
321+ /*
322322 * Returns threadThrottleFactor set to the QueryBatcher
323323 * @return threadThrottleFactor
324324 */
You can’t perform that action at this time.
0 commit comments