DataMigration, other Batch
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / helpers / CQLBatchLoop.java
index 51a88ef..945fe0b 100644 (file)
@@ -82,4 +82,10 @@ public class CQLBatchLoop {
        public int batches() {
                return batches;
        }
+
+       public void reset() {
+               count = 0;
+               batches = 0;
+               i = -1;
+       }
 }