File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
marklogic-client-api/src/main/java/com/marklogic/client/datamovement Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1616package com .marklogic .client .datamovement ;
1717
1818import com .marklogic .client .DatabaseClient ;
19- import com .marklogic .client .dataservices .impl .CallBatcher ;
2019import com .marklogic .client .query .RawCtsQueryDefinition ;
2120import com .marklogic .client .query .StringQueryDefinition ;
2221import com .marklogic .client .query .StructuredQueryDefinition ;
@@ -72,8 +71,6 @@ public interface DataMovementManager {
7271 */
7372 public JobTicket startJob (QueryBatcher batcher );
7473
75- public JobTicket startJob (CallBatcher batcher );
76-
7774 /**
7875 * Get a snapshot report of the state of the job when the call is made.
7976 * Depends on some pre-installed listeners attached to the job to collect the
You can’t perform that action at this time.
0 commit comments