Searched defs:latestCount (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java4200 long latestCount = reader.getEntriesRead() + 0;
4201 long deltaCount = (latestCount - previousCount);
4287 previousCount = latestCount;
4317 private long latestCount; field in class:Importer.SecondPhaseProgressTask
4322 * @param latestCount
4325 public SecondPhaseProgressTask(long latestCount) argument
4328 this.latestCount = latestCount;
4345 long deltaCount = (latestCount - previousCount);
4408 previousCount = latestCount;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java4162 long latestCount = reader.getEntriesRead() + 0;
4163 long deltaCount = (latestCount - previousCount);
4249 previousCount = latestCount;
4279 private long latestCount; field in class:Importer.SecondPhaseProgressTask
4284 * @param latestCount
4287 public SecondPhaseProgressTask(long latestCount) argument
4290 this.latestCount = latestCount;
4307 long deltaCount = (latestCount - previousCount);
4370 previousCount = latestCount;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java4162 long latestCount = reader.getEntriesRead() + 0;
4163 long deltaCount = (latestCount - previousCount);
4249 previousCount = latestCount;
4279 private long latestCount; field in class:Importer.SecondPhaseProgressTask
4284 * @param latestCount
4287 public SecondPhaseProgressTask(long latestCount) argument
4290 this.latestCount = latestCount;
4307 long deltaCount = (latestCount - previousCount);
4370 previousCount = latestCount;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java4200 long latestCount = reader.getEntriesRead() + 0;
4201 long deltaCount = (latestCount - previousCount);
4287 previousCount = latestCount;
4317 private long latestCount; field in class:Importer.SecondPhaseProgressTask
4322 * @param latestCount
4325 public SecondPhaseProgressTask(long latestCount) argument
4328 this.latestCount = latestCount;
4345 long deltaCount = (latestCount - previousCount);
4408 previousCount = latestCount;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java4162 long latestCount = reader.getEntriesRead() + 0;
4163 long deltaCount = (latestCount - previousCount);
4249 previousCount = latestCount;
4279 private long latestCount; field in class:Importer.SecondPhaseProgressTask
4284 * @param latestCount
4287 public SecondPhaseProgressTask(long latestCount) argument
4290 this.latestCount = latestCount;
4307 long deltaCount = (latestCount - previousCount);
4370 previousCount = latestCount;
[all...]

Completed in 75 milliseconds