Searched defs:statistics (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java98 // The statistics for the request filtering policy
99 private final RequestFilteringPolicyStatistics statistics = field in class:RequestFilteringPolicyFactory.Policy
152 return statistics;
223 statistics.updateRejectedOperations();
245 statistics.updateRejectedAttributes();
259 statistics.updateRejectedAttributes();
290 statistics.updateRejectedScopes();
313 statistics.updateRejectedAttributes();
327 statistics.updateRejectedAttributes();
401 statistics
[all...]
H A DResourceLimitsPolicyFactory.java127 // The statistics for the resource limits policy.
128 private final ResourceLimitsPolicyStatistics statistics = field in class:ResourceLimitsPolicyFactory.Policy
160 // Update the statistics.
161 statistics.addClientConnection();
208 return statistics;
240 && statistics.getClientConnections() > maxConnections)
351 // Update the statistics.
352 statistics.removeClientConnection();
H A DNetworkGroup.java834 // The network group statistics.
835 private final NetworkGroupStatistics statistics; field in class:NetworkGroup
854 this.statistics = new NetworkGroupStatistics(this);
871 this.statistics = new NetworkGroupStatistics(this);
1109 statistics.finalizeStatistics();
1316 * Updates the operations statistics.
1323 statistics.updateMessageRead(message);
1364 * Returns the request filtering policy statistics associated with
1367 * @return The request filtering policy statistics associated with
1385 * Returns the resource limits policy statistics associate
[all...]
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java139 * the statistics name.
140 * @param statistics ObjectName
143 public ObjectName getConnectionHandler(ObjectName statistics) { argument
146 if (statistics == null) {
151 String value = statistics.getCanonicalName();
202 * @return the ObjectName of the statistics ObjectName,
203 * null if the statistics could not be found
214 ObjectName statistics = new ObjectName(value);
216 Set query = this.server.queryNames(statistics, null);
218 return statistics;
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java97 // The statistics for the request filtering policy
98 private final RequestFilteringPolicyStatistics statistics = field in class:RequestFilteringPolicyFactory.Policy
151 return statistics;
222 statistics.updateRejectedOperations();
244 statistics.updateRejectedAttributes();
258 statistics.updateRejectedAttributes();
289 statistics.updateRejectedScopes();
312 statistics.updateRejectedAttributes();
326 statistics.updateRejectedAttributes();
400 statistics
[all...]
H A DResourceLimitsPolicyFactory.java126 // The statistics for the resource limits policy.
127 private final ResourceLimitsPolicyStatistics statistics = field in class:ResourceLimitsPolicyFactory.Policy
159 // Update the statistics.
160 statistics.addClientConnection();
207 return statistics;
239 && statistics.getClientConnections() > maxConnections)
350 // Update the statistics.
351 statistics.removeClientConnection();
H A DNetworkGroup.java833 // The network group statistics.
834 private final NetworkGroupStatistics statistics; field in class:NetworkGroup
853 this.statistics = new NetworkGroupStatistics(this);
870 this.statistics = new NetworkGroupStatistics(this);
1108 statistics.finalizeStatistics();
1315 * Updates the operations statistics.
1322 statistics.updateMessageRead(message);
1363 * Returns the request filtering policy statistics associated with
1366 * @return The request filtering policy statistics associated with
1384 * Returns the resource limits policy statistics associate
[all...]
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java138 * the statistics name.
139 * @param statistics ObjectName
142 public ObjectName getConnectionHandler(ObjectName statistics) { argument
145 if (statistics == null) {
150 String value = statistics.getCanonicalName();
201 * @return the ObjectName of the statistics ObjectName,
202 * null if the statistics could not be found
213 ObjectName statistics = new ObjectName(value);
215 Set query = this.server.queryNames(statistics, null);
217 return statistics;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java98 // The statistics for the request filtering policy
99 private final RequestFilteringPolicyStatistics statistics = field in class:RequestFilteringPolicyFactory.Policy
152 return statistics;
223 statistics.updateRejectedOperations();
245 statistics.updateRejectedAttributes();
259 statistics.updateRejectedAttributes();
290 statistics.updateRejectedScopes();
313 statistics.updateRejectedAttributes();
327 statistics.updateRejectedAttributes();
401 statistics
[all...]
H A DResourceLimitsPolicyFactory.java127 // The statistics for the resource limits policy.
128 private final ResourceLimitsPolicyStatistics statistics = field in class:ResourceLimitsPolicyFactory.Policy
160 // Update the statistics.
161 statistics.addClientConnection();
208 return statistics;
240 && statistics.getClientConnections() > maxConnections)
351 // Update the statistics.
352 statistics.removeClientConnection();
H A DNetworkGroup.java834 // The network group statistics.
835 private final NetworkGroupStatistics statistics; field in class:NetworkGroup
854 this.statistics = new NetworkGroupStatistics(this);
871 this.statistics = new NetworkGroupStatistics(this);
1109 statistics.finalizeStatistics();
1316 * Updates the operations statistics.
1323 statistics.updateMessageRead(message);
1364 * Returns the request filtering policy statistics associated with
1367 * @return The request filtering policy statistics associated with
1385 * Returns the resource limits policy statistics associate
[all...]
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java139 * the statistics name.
140 * @param statistics ObjectName
143 public ObjectName getConnectionHandler(ObjectName statistics) { argument
146 if (statistics == null) {
151 String value = statistics.getCanonicalName();
202 * @return the ObjectName of the statistics ObjectName,
203 * null if the statistics could not be found
214 ObjectName statistics = new ObjectName(value);
216 Set query = this.server.queryNames(statistics, null);
218 return statistics;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java98 // The statistics for the request filtering policy
99 private final RequestFilteringPolicyStatistics statistics = field in class:RequestFilteringPolicyFactory.Policy
152 return statistics;
223 statistics.updateRejectedOperations();
245 statistics.updateRejectedAttributes();
259 statistics.updateRejectedAttributes();
290 statistics.updateRejectedScopes();
313 statistics.updateRejectedAttributes();
327 statistics.updateRejectedAttributes();
401 statistics
[all...]
H A DResourceLimitsPolicyFactory.java127 // The statistics for the resource limits policy.
128 private final ResourceLimitsPolicyStatistics statistics = field in class:ResourceLimitsPolicyFactory.Policy
160 // Update the statistics.
161 statistics.addClientConnection();
208 return statistics;
240 && statistics.getClientConnections() > maxConnections)
351 // Update the statistics.
352 statistics.removeClientConnection();
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java139 * the statistics name.
140 * @param statistics ObjectName
143 public ObjectName getConnectionHandler(ObjectName statistics) { argument
146 if (statistics == null) {
151 String value = statistics.getCanonicalName();
202 * @return the ObjectName of the statistics ObjectName,
203 * null if the statistics could not be found
214 ObjectName statistics = new ObjectName(value);
216 Set query = this.server.queryNames(statistics, null);
218 return statistics;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java97 // The statistics for the request filtering policy
98 private final RequestFilteringPolicyStatistics statistics = field in class:RequestFilteringPolicyFactory.Policy
151 return statistics;
222 statistics.updateRejectedOperations();
244 statistics.updateRejectedAttributes();
258 statistics.updateRejectedAttributes();
289 statistics.updateRejectedScopes();
312 statistics.updateRejectedAttributes();
326 statistics.updateRejectedAttributes();
400 statistics
[all...]
H A DResourceLimitsPolicyFactory.java126 // The statistics for the resource limits policy.
127 private final ResourceLimitsPolicyStatistics statistics = field in class:ResourceLimitsPolicyFactory.Policy
159 // Update the statistics.
160 statistics.addClientConnection();
207 return statistics;
239 && statistics.getClientConnections() > maxConnections)
350 // Update the statistics.
351 statistics.removeClientConnection();
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java138 * the statistics name.
139 * @param statistics ObjectName
142 public ObjectName getConnectionHandler(ObjectName statistics) { argument
145 if (statistics == null) {
150 String value = statistics.getCanonicalName();
201 * @return the ObjectName of the statistics ObjectName,
202 * null if the statistics could not be found
213 ObjectName statistics = new ObjectName(value);
215 Set query = this.server.queryNames(statistics, null);
217 return statistics;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/snmp/src/org/opends/server/snmp/
H A DSNMPMonitor.java149 * statistics name.
151 * @param statistics
155 public ObjectName getConnectionHandler(ObjectName statistics) argument
159 if (statistics == null)
166 String value = statistics.getCanonicalName();
226 * @return the ObjectName of the statistics ObjectName, null if the statistics
241 ObjectName statistics = new ObjectName(value);
243 Set query = this.server.queryNames(statistics, null);
246 return statistics;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java93 // The statistics exported by the workflow element
94 private MonitorProvider<MonitorProviderCfg> statistics; field in class:WorkflowElement
284 this.statistics = this.createStatistics();
285 if (this.statistics != null) {
286 DirectoryServer.registerMonitorProvider(this.statistics);
345 if (statistics != null) {
346 DirectoryServer.deregisterMonitorProvider(statistics);
479 * Creates the statistics exposed by the workflow element. By default,
482 * @return the statistics exposed by the workflow element.
/forgerock/opendj2/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java92 // The statistics exported by the workflow element
93 private MonitorProvider<MonitorProviderCfg> statistics; field in class:WorkflowElement
283 this.statistics = this.createStatistics();
284 if (this.statistics != null) {
285 DirectoryServer.registerMonitorProvider(this.statistics);
344 if (statistics != null) {
345 DirectoryServer.deregisterMonitorProvider(statistics);
478 * Creates the statistics exposed by the workflow element. By default,
481 * @return the statistics exposed by the workflow element.
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java93 // The statistics exported by the workflow element
94 private MonitorProvider<MonitorProviderCfg> statistics; field in class:WorkflowElement
284 this.statistics = this.createStatistics();
285 if (this.statistics != null) {
286 DirectoryServer.registerMonitorProvider(this.statistics);
345 if (statistics != null) {
346 DirectoryServer.deregisterMonitorProvider(statistics);
479 * Creates the statistics exposed by the workflow element. By default,
482 * @return the statistics exposed by the workflow element.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java93 // The statistics exported by the workflow element
94 private MonitorProvider<MonitorProviderCfg> statistics; field in class:WorkflowElement
284 this.statistics = this.createStatistics();
285 if (this.statistics != null) {
286 DirectoryServer.registerMonitorProvider(this.statistics);
345 if (statistics != null) {
346 DirectoryServer.deregisterMonitorProvider(statistics);
479 * Creates the statistics exposed by the workflow element. By default,
482 * @return the statistics exposed by the workflow element.
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElement.java92 // The statistics exported by the workflow element
93 private MonitorProvider<MonitorProviderCfg> statistics; field in class:WorkflowElement
283 this.statistics = this.createStatistics();
284 if (this.statistics != null) {
285 DirectoryServer.registerMonitorProvider(this.statistics);
344 if (statistics != null) {
345 DirectoryServer.deregisterMonitorProvider(statistics);
478 * Creates the statistics exposed by the workflow element. By default,
481 * @return the statistics exposed by the workflow element.
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/impl/
H A DTaskScannerContext.java52 private TaskScannerStatistic statistics; field in class:TaskScannerContext
66 this.statistics = new TaskScannerStatistic();
73 statistics.jobStart();
78 statistics.jobEnd();
82 statistics.queryStart();
86 statistics.queryEnd();
123 statistics.setNumberOfTasksToProcess(number);
203 return this.statistics;
209 progress.put("processed", statistics.getNumberOfTasksProcessed());
210 progress.put("total", statistics
[all...]

Completed in 98 milliseconds

12