Searched refs:update (Results 126 - 150 of 786) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DDefaultIndexTest.java73 update(newDefinedSet(), newDefinedSet(1, 2, 3, 4));
81 update(newDefinedSet(2, 4), newDefinedSet());
89 update(newDefinedSet(2, 4), newDefinedSet(5, 6));
97 update(newDefinedSet(1, 2), newDefinedSet(5, 6, 7, 8));
105 update(newDefinedSet(1, 2, 3, 4), newDefinedSet());
110 private void update(EntryIDSet deletedIDSet, EntryIDSet addedIDSet) { method in class:DefaultIndexTest
111 index.update(txn, valueOfUtf8("key"), deletedIDSet, addedIDSet);
276 public boolean update(TreeName treeName, ByteSequence key, UpdateFunction f) method in class:DefaultIndexTest.DummyWriteableTransaction
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/historicalaccountlinking/script/
H A Dcheck_account_state_change.js42 result = openidm.update(historicalAccountsCollection + "/" + account._refProperties._id,
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DPersistentServerStateTest.java66 * update it with 2 new csns with 2 different server Ids
82 assertEquals(state.update(csn1), true);
83 assertEquals(state.update(csn2), true);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DServerConfigXMLObserver.java80 update(false);
86 * @param bForce <code>true</code> to update regardless if the
90 public void update(boolean bForce) { method in class:ServerConfigXMLObserver
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/configuration/global/
H A DEditGlobalServiceSubSubSchemaView.js41 updateInstance: (values) => ServicesService.type.subSchema.type.subSchema.instance.update(
H A DEditGlobalServiceView.js37 updateInstance: (values) => ServicesService.instance.update(serviceType, values),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DBackendMonitor.java63 private void update(int hitCount, LocalizableMessage failureReason) method in class:BackendMonitor.FilterStats
69 private void update(int hitCount, long matchingEntries) method in class:BackendMonitor.FilterStats
204 stats.update(1, failureMessage);
209 stats.update(1, failureMessage);
238 stats.update(1, matchingEntries);
243 stats.update(1, matchingEntries);
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/impl/queue/
H A DTaskDispatcherTest.java67 queue.update(null, mockHandler);
111 given(mockTaskFactory.update(token, mockHandler)).willReturn(task);
114 queue.update(token, mockHandler);
/forgerock/openidm-v4/openidm-audit/src/test/java/org/forgerock/openidm/audit/impl/
H A DAuditLogFilterBuilderTest.java147 CreateRequest update = Requests.newCreateRequest("activity", null, json(object(field("operation", "update"))));
152 assertTrue(filter.isFiltered(context, update));
184 CreateRequest update = Requests.newCreateRequest("activity", null, json(object(field("operation", "update"))));
189 assertTrue(filter.isFiltered(context, update));
279 "update"
304 CreateRequest update = Requests.newCreateRequest("activity", null, json(object(field("operation", "update"))));
309 assertFalse(filter.isFiltered(noTrigger, update));
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java84 private void update(int hitCount, Message failureReason) method in class:DatabaseEnvironmentMonitor.FilterStats
90 private void update(int hitCount, long matchingEntries) method in class:DatabaseEnvironmentMonitor.FilterStats
325 stats.update(1, failureMessage);
330 stats.update(1, failureMessage);
360 stats.update(1, matchingEntries);
365 stats.update(1, matchingEntries);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDbHandler.java71 // Adding an update synchronously add the update to this list.
163 * Add an update to the list of messages that must be saved to the db
168 * @param update The update that must be saved to the db managed by this db
171 public void add(UpdateMsg update) argument
191 queueByteSize += update.size();
192 msgQueue.add(update);
193 if (lastChange == null || lastChange.older(update.getChangeNumber()))
195 lastChange = update
[all...]
H A DReplicationServerDomain.java89 * the first update in the balanced tree is the next change that we
102 * the first update in the balanced tree is the next change that we
176 * The needed info for each received assured update message we are waiting
178 * Key: a change number matching a received update message which requested
187 // The timer used to run the timeout code (timer tasks) for the assured update
216 * Add an update that has been received to the list of
219 * @param update The update that has been received.
221 * update was received
222 * @throws IOException When an IO exception happens during the update
225 put(UpdateMsg update, ServerHandler sourceHandler) argument
540 processSafeReadUpdateMsg( UpdateMsg update, ServerHandler sourceHandler) argument
640 processSafeDataUpdateMsg( UpdateMsg update, ServerHandler sourceHandler) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java83 private void update(int hitCount, Message failureReason) method in class:DatabaseEnvironmentMonitor.FilterStats
89 private void update(int hitCount, long matchingEntries) method in class:DatabaseEnvironmentMonitor.FilterStats
330 stats.update(1, failureMessage);
335 stats.update(1, failureMessage);
365 stats.update(1, matchingEntries);
370 stats.update(1, matchingEntries);
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java84 private void update(int hitCount, Message failureReason) method in class:DatabaseEnvironmentMonitor.FilterStats
90 private void update(int hitCount, long matchingEntries) method in class:DatabaseEnvironmentMonitor.FilterStats
325 stats.update(1, failureMessage);
330 stats.update(1, failureMessage);
360 stats.update(1, matchingEntries);
365 stats.update(1, matchingEntries);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDbHandler.java71 // Adding an update synchronously add the update to this list.
161 * Add an update to the list of messages that must be saved to the db
166 * @param update The update that must be saved to the db managed by this db
169 public void add(UpdateMsg update) argument
189 queueByteSize += update.size();
190 msgQueue.add(update);
191 if (lastChange == null || lastChange.older(update.getChangeNumber()))
193 lastChange = update
[all...]
H A DReplicationServerDomain.java97 * the first update in the balanced tree is the next change that we
110 * the first update in the balanced tree is the next change that we
184 * The needed info for each received assured update message we are waiting
186 * Key: a change number matching a received update message which requested
195 // The timer used to run the timeout code (timer tasks) for the assured update
306 * Add an update that has been received to the list of
309 * @param update The update that has been received.
311 * update was received
312 * @throws IOException When an IO exception happens during the update
315 put(UpdateMsg update, ServerHandler sourceHandler) argument
630 processSafeReadUpdateMsg( UpdateMsg update, ServerHandler sourceHandler) argument
730 processSafeDataUpdateMsg( UpdateMsg update, ServerHandler sourceHandler) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java84 private void update(int hitCount, Message failureReason) method in class:DatabaseEnvironmentMonitor.FilterStats
90 private void update(int hitCount, long matchingEntries) method in class:DatabaseEnvironmentMonitor.FilterStats
325 stats.update(1, failureMessage);
330 stats.update(1, failureMessage);
360 stats.update(1, matchingEntries);
365 stats.update(1, matchingEntries);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDbHandler.java71 // Adding an update synchronously add the update to this list.
163 * Add an update to the list of messages that must be saved to the db
168 * @param update The update that must be saved to the db managed by this db
171 public void add(UpdateMsg update) argument
191 queueByteSize += update.size();
192 msgQueue.add(update);
193 if (lastChange == null || lastChange.older(update.getChangeNumber()))
195 lastChange = update
[all...]
H A DReplicationServerDomain.java89 * the first update in the balanced tree is the next change that we
102 * the first update in the balanced tree is the next change that we
176 * The needed info for each received assured update message we are waiting
178 * Key: a change number matching a received update message which requested
187 // The timer used to run the timeout code (timer tasks) for the assured update
216 * Add an update that has been received to the list of
219 * @param update The update that has been received.
221 * update was received
222 * @throws IOException When an IO exception happens during the update
225 put(UpdateMsg update, ServerHandler sourceHandler) argument
540 processSafeReadUpdateMsg( UpdateMsg update, ServerHandler sourceHandler) argument
640 processSafeDataUpdateMsg( UpdateMsg update, ServerHandler sourceHandler) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java83 private void update(int hitCount, Message failureReason) method in class:DatabaseEnvironmentMonitor.FilterStats
89 private void update(int hitCount, long matchingEntries) method in class:DatabaseEnvironmentMonitor.FilterStats
330 stats.update(1, failureMessage);
335 stats.update(1, failureMessage);
365 stats.update(1, matchingEntries);
370 stats.update(1, matchingEntries);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/secure/
H A DSecureLogHelper.java341 md.update(currentLoggerKey);
352 * and update the currentVerifierKey
377 md.update(currentVerifierKey);
523 md2.update(LogEntry.getBytes());
524 md2.update(keyMaterial);
525 md1.update(keyMaterial);
527 md1.update(md2.digest());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/secure/
H A DSecureLogHelper.java341 md.update(currentLoggerKey);
352 * and update the currentVerifierKey
377 md.update(currentVerifierKey);
523 md2.update(LogEntry.getBytes());
524 md2.update(keyMaterial);
525 md1.update(keyMaterial);
527 md1.update(md2.digest());
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DECLUpdateMsg.java55 * @param update The provided update.
60 public ECLUpdateMsg(LDAPUpdateMsg update, MultiDomainServerState cookie, argument
65 this.updateMsg = update;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DECLUpdateMsg.java55 * @param update The provided update.
60 public ECLUpdateMsg(LDAPUpdateMsg update, MultiDomainServerState cookie, argument
65 this.updateMsg = update;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DECLUpdateMsg.java55 * @param update The provided update.
60 public ECLUpdateMsg(LDAPUpdateMsg update, MultiDomainServerState cookie, argument
65 this.updateMsg = update;

Completed in 149 milliseconds

1234567891011>>