Searched defs:addedIDs (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DIndex.java54 void update(WriteableTransaction txn, ByteString key, EntryIDSet deletedIDs, EntryIDSet addedIDs); argument
H A DDefaultIndex.java158 final EntryIDSet addedIDs) throws StorageRuntimeException
161 if (isNullOrEmpty(deletedIDs) && isNullOrEmpty(addedIDs))
183 EntryIDSet entryIDSet = computeEntryIDSet(key, oldValue.toByteString(), deletedIDs, addedIDs);
197 if (isNotEmpty(addedIDs))
199 return toValue(addedIDs);
217 private EntryIDSet computeEntryIDSet(ByteString key, ByteString value, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
220 if (addedIDs != null)
225 final long idCountDelta = addedIDs.size() - nbDeleted;
232 indexEntryLimit, idCountDelta + addedIDs.size(), key.toHexPlusAsciiString(4));
237 entryIDSet.addAll(addedIDs);
157 update(final WriteableTransaction txn, final ByteString key, final EntryIDSet deletedIDs, final EntryIDSet addedIDs) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java65 EntryIDSet addedIDs; field in class:IndexBuffer.BufferedIndexValues
174 bufferedKey.getValue().addedIDs);
208 bufferedKey.getValue().addedIDs);
234 bufferedKey.getValue().addedIDs);
H A DIndex.java226 if(values.addedIDs == null)
228 values.addedIDs = new EntryIDSet(keyBytes, null);
231 values.addedIDs.add(entryID);
492 * @param addedIDs the IDs to add for the key.
496 EntryIDSet deletedIDs, EntryIDSet addedIDs)
502 if(deletedIDs == null && addedIDs == null)
524 (addedIDs == null || addedIDs.size() == 0))
533 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs) ==
552 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs)
495 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
599 updateKeyWithRMW(Transaction txn, DatabaseEntry key, DatabaseEntry data, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
[all...]
H A DNullIndex.java134 EntryIDSet addedIDs) throws DatabaseException
133 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java65 EntryIDSet addedIDs; field in class:IndexBuffer.BufferedIndexValues
174 bufferedKey.getValue().addedIDs);
208 bufferedKey.getValue().addedIDs);
229 bufferedKey.getValue().addedIDs);
H A DIndex.java227 if(values.addedIDs == null)
229 values.addedIDs = new EntryIDSet(keyBytes, null);
232 values.addedIDs.add(entryID);
493 * @param addedIDs the IDs to add for the key.
497 EntryIDSet deletedIDs, EntryIDSet addedIDs)
503 if(deletedIDs == null && addedIDs == null)
525 (addedIDs == null || addedIDs.size() == 0))
534 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs) ==
553 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs)
496 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
600 updateKeyWithRMW(Transaction txn, DatabaseEntry key, DatabaseEntry data, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
[all...]
H A DNullIndex.java135 EntryIDSet addedIDs) throws DatabaseException
134 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java65 EntryIDSet addedIDs; field in class:IndexBuffer.BufferedIndexValues
174 bufferedKey.getValue().addedIDs);
208 bufferedKey.getValue().addedIDs);
229 bufferedKey.getValue().addedIDs);
H A DIndex.java227 if(values.addedIDs == null)
229 values.addedIDs = new EntryIDSet(keyBytes, null);
232 values.addedIDs.add(entryID);
493 * @param addedIDs the IDs to add for the key.
497 EntryIDSet deletedIDs, EntryIDSet addedIDs)
503 if(deletedIDs == null && addedIDs == null)
525 (addedIDs == null || addedIDs.size() == 0))
534 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs) ==
553 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs)
496 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
600 updateKeyWithRMW(Transaction txn, DatabaseEntry key, DatabaseEntry data, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
[all...]
H A DNullIndex.java135 EntryIDSet addedIDs) throws DatabaseException
134 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java65 EntryIDSet addedIDs; field in class:IndexBuffer.BufferedIndexValues
174 bufferedKey.getValue().addedIDs);
208 bufferedKey.getValue().addedIDs);
234 bufferedKey.getValue().addedIDs);
H A DIndex.java226 if(values.addedIDs == null)
228 values.addedIDs = new EntryIDSet(keyBytes, null);
231 values.addedIDs.add(entryID);
492 * @param addedIDs the IDs to add for the key.
496 EntryIDSet deletedIDs, EntryIDSet addedIDs)
502 if(deletedIDs == null && addedIDs == null)
524 (addedIDs == null || addedIDs.size() == 0))
533 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs) ==
552 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs)
495 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
599 updateKeyWithRMW(Transaction txn, DatabaseEntry key, DatabaseEntry data, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
[all...]
H A DNullIndex.java134 EntryIDSet addedIDs) throws DatabaseException
133 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java65 EntryIDSet addedIDs; field in class:IndexBuffer.BufferedIndexValues
174 bufferedKey.getValue().addedIDs);
208 bufferedKey.getValue().addedIDs);
229 bufferedKey.getValue().addedIDs);
H A DIndex.java227 if(values.addedIDs == null)
229 values.addedIDs = new EntryIDSet(keyBytes, null);
232 values.addedIDs.add(entryID);
493 * @param addedIDs the IDs to add for the key.
497 EntryIDSet deletedIDs, EntryIDSet addedIDs)
503 if(deletedIDs == null && addedIDs == null)
525 (addedIDs == null || addedIDs.size() == 0))
534 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs) ==
553 if(updateKeyWithRMW(txn, key, data, deletedIDs, addedIDs)
496 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
600 updateKeyWithRMW(Transaction txn, DatabaseEntry key, DatabaseEntry data, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument
[all...]
H A DNullIndex.java135 EntryIDSet addedIDs) throws DatabaseException
134 updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, EntryIDSet addedIDs) argument

Completed in 40 milliseconds