Searched defs:total (Results 1 - 25 of 96) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java68 private long total; field in class:InitializeTargetTask
149 * Set the total number of entries expected to be exported.
150 * @param total The total number of entries.
153 public void setTotal(long total) throws DirectoryException argument
155 this.total = total;
157 String.valueOf(total));
162 * Set the total number of entries still to be exported.
163 * @param left The total numbe
[all...]
H A DInitializeTask.java71 // The total number of entries expected to be processed when this import
73 long total = 0; field in class:InitializeTask
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
216 * Set the total number of entries expected to be imported.
217 * @param total The total number of entries.
219 public void setTotal(long total) argument
221 this.total = total;
[all...]
/forgerock/opendj2/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java50 public void progress(URL url, String version, long readSoFar, long total, argument
54 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj-b2.6/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java51 public void progress(URL url, String version, long readSoFar, long total, argument
55 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java61 private long total; field in class:InitializeTargetTask
147 * Set the total number of entries expected to be exported.
148 * @param total The total number of entries.
151 public void setTotal(long total) throws DirectoryException argument
153 this.total = total;
154 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(total));
159 * Set the total number of entries still to be exported.
160 * @param left The total numbe
[all...]
H A DInitializeTask.java62 * The total number of entries expected to be processed when this import will
65 private long total = 0; field in class:InitializeTask
156 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
161 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
212 * Set the total number of entries expected to be imported.
213 * @param total The total number of entries.
215 public void setTotal(long total) argument
217 this.total = total;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java68 private long total; field in class:InitializeTargetTask
149 * Set the total number of entries expected to be exported.
150 * @param total The total number of entries.
153 public void setTotal(long total) throws DirectoryException argument
155 this.total = total;
157 String.valueOf(total));
162 * Set the total number of entries still to be exported.
163 * @param left The total numbe
[all...]
H A DInitializeTask.java71 // The total number of entries expected to be processed when this import
73 long total = 0; field in class:InitializeTask
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
216 * Set the total number of entries expected to be imported.
217 * @param total The total number of entries.
219 public void setTotal(long total) argument
221 this.total = total;
[all...]
/forgerock/opendj2.6.2/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java51 public void progress(URL url, String version, long readSoFar, long total, argument
55 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj2-hg/src/build-tools/javax/jnlp/
H A DDownloadServiceListener.java50 public void progress(URL url, String version, long readSoFar, long total, argument
54 public void validating(URL url, String version, long entry, long total, argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java68 private long total; field in class:InitializeTargetTask
149 * Set the total number of entries expected to be exported.
150 * @param total The total number of entries.
153 public void setTotal(long total) throws DirectoryException argument
155 this.total = total;
157 String.valueOf(total));
162 * Set the total number of entries still to be exported.
163 * @param left The total numbe
[all...]
H A DInitializeTask.java71 // The total number of entries expected to be processed when this import
73 long total = 0; field in class:InitializeTask
160 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
165 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
216 * Set the total number of entries expected to be imported.
217 * @param total The total number of entries.
219 public void setTotal(long total) argument
221 this.total = total;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DInitializeTargetTask.java61 private long total; field in class:InitializeTargetTask
147 * Set the total number of entries expected to be exported.
148 * @param total The total number of entries.
151 public void setTotal(long total) throws DirectoryException argument
153 this.total = total;
154 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(total));
159 * Set the total number of entries still to be exported.
160 * @param left The total numbe
[all...]
H A DInitializeTask.java62 * The total number of entries expected to be processed when this import will
65 private long total = 0; field in class:InitializeTask
156 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
161 ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
212 * Set the total number of entries expected to be imported.
213 * @param total The total number of entries.
215 public void setTotal(long total) argument
217 this.total = total;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DInitializeTargetTask.java62 private long total; field in class:InitializeTargetTask
136 * Set the total number of entries expected to be exported.
137 * @param total The total number of entries.
140 public void setTotal(long total) throws DirectoryException argument
142 this.total = total;
143 replaceAttributeValue(ATTR_TASK_INITIALIZE_LEFT, String.valueOf(total));
148 * Set the total number of entries still to be exported.
149 * @param left The total numbe
[all...]
H A DInitializeTask.java62 /** The total number of entries expected to be processed when this import will end successfully. */
63 private long total; field in class:InitializeTask
135 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
139 replaceAttributeValue(ATTR_TASK_INITIALIZE_DONE, String.valueOf(total-left));
192 * Set the total number of entries expected to be imported.
193 * @param total The total number of entries.
195 public void setTotal(long total) argument
197 this.total = total;
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/process/
H A DCTSWorkerBaseProcess.java40 long total = 0;
55 total += filteredTokens.size();
70 handleSucceeded(queryStopWatch, waitingStopWatch, total);
95 * @param total number of query results which matched the filter and were processed.
97 protected abstract void handleSucceeded(StopWatch queryStopWatch, StopWatch waitingStopWatch, long total); argument
H A DMaxSessionTimeExpiredProcess.java61 protected void handleSucceeded(final StopWatch queryStopWatch, final StopWatch waitingStopWatch, final long total) { argument
H A DSessionIdleTimeExpiredProcess.java61 protected void handleSucceeded(final StopWatch queryStopWatch, final StopWatch waitingStopWatch, final long total) { argument
H A DCTSWorkerDeleteProcess.java73 protected void handleSucceeded(final StopWatch queryStopWatch, final StopWatch waitingStopWatch, final long total) { argument
75 queryStopWatch.getTime() + waitingStopWatch.getTime(), total);
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryResponsePresentation.java70 * either the total number of results, or the remaining depending on the request.
134 * Otherwise, the response will always contain the total results available.
138 private static QueryResponse generateQueryResponse(QueryRequest request, int total, int handled) { argument
140 return Responses.newRemainingResultsResponse(null, total - handled);
142 return Responses.newQueryResponse(null, CountPolicy.EXACT, total);
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/query/
H A DQueryResponsePresentation.java70 * either the total number of results, or the remaining depending on the request.
134 * Otherwise, the response will always contain the total results available.
138 private static QueryResponse generateQueryResponse(QueryRequest request, int total, int handled) { argument
140 return Responses.newRemainingResultsResponse(null, total - handled);
142 return Responses.newQueryResponse(null, CountPolicy.EXACT, total);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DID2ChildrenCount.java45 /** Maintain counters reflecting the total number of entries and the number of immediate children for each entry. */
75 * Updates the number of children for a given entry without updating the total number of entries.
94 * Updates the total number of entries which should be the sum of all counters.
107 void importPut(Importer importer, EntryID entryID, long total) argument
110 importPut0(importer, entryID, total);
113 void importPutTotalCount(Importer importer, long total) argument
115 importPut0(importer, TOTAL_COUNT_ENTRY_ID, total);
156 * Get the total number of entries.
166 * Removes the counter associated to the given entry, but does not update the total count.
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/webstart/
H A DWebStartDownloader.java385 public void progress(URL url, String version, long readSoFar, long total, argument
408 public void validating(URL url, String version, long entry, long total, argument
411 if (total > 0)
413 currentValidatingPercent = (int)((100 * entry) / total);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/webstart/
H A DWebStartDownloader.java386 public void progress(URL url, String version, long readSoFar, long total, argument
409 public void validating(URL url, String version, long entry, long total, argument
412 if (total > 0)
414 currentValidatingPercent = (int)((100 * entry) / total);

Completed in 243 milliseconds

1234