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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DVerifyJob.java104 private ID2Entry id2entry; field in class:VerifyJob
243 id2entry = entryContainer.getID2Entry();
348 * Iterate through the entries in id2entry to perform a check for
356 try(final Cursor<ByteString, ByteString> cursor = txn.openCursor(id2entry.getName()))
358 long storedEntryCount = id2entry.getRecordCount(txn);
376 logger.trace("Malformed id2entry ID %s.%n", StaticUtils.bytesToHex(key));
395 logger.trace("Malformed id2entry record for ID %d:%n%s%n", entryID, StaticUtils.bytesToHex(value));
477 entry = id2entry.get(txn, entryID);
541 if (!id2entry.containsEntryID(txn, entryID))
606 * @param verifyID True to verify the IDs against id2entry
[all...]
H A DEntryContainer.java158 private ID2Entry id2entry; field in class:EntryContainer
172 * Prevents name clashes for common indexes (like id2entry) across multiple suffixes.
454 id2entry = new ID2Entry(getIndexName(ID2ENTRY_TREE_NAME), entryDataConfig);
455 id2entry.open(txn, shouldCreate);
546 return id2entry;
623 try (Cursor<ByteString, ByteString> cursor = txn.openCursor(id2entry.getName()))
1273 final Entry entry = id2entry.get(txn, entryID);
1289 * <li>fetch entry by ID from cache or id2entry
1490 final ByteString encodedEntry = id2entry.encode(entry);
1528 id2entry
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java130 ID2Entry id2entry = null; field in class:VerifyJob
302 id2entry = entryContainer.getID2Entry();
442 * Iterate through the entries in id2entry to perform a check for
451 id2entry.openCursor(new DiskOrderedCursorConfig());
457 Long storedEntryCount = id2entry.getRecordCount();
474 TRACER.debugError("Malformed id2entry ID %s.%n",
496 TRACER.debugError("Malformed id2entry record for ID %d:%n%s%n",
510 TRACER.debugError("The stored entry count in id2entry (%d) does " +
611 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
721 entry = id2entry
[all...]
H A DEntryContainer.java79 public static final String ID2ENTRY_DATABASE_NAME = "id2entry";
154 private ID2Entry id2entry; field in class:EntryContainer
526 id2entry = new ID2Entry(databasePrefix + "_" + ID2ENTRY_DATABASE_NAME,
528 id2entry.open();
620 id2entry.close();
676 return id2entry;
785 Cursor cursor = id2entry.openCursor(null, null);
1342 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
1422 * <li>fetch entry by ID from cache or id2entry
1506 entry = id2entry
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java131 ID2Entry id2entry = null; field in class:VerifyJob
303 id2entry = entryContainer.getID2Entry();
443 * Iterate through the entries in id2entry to perform a check for
452 id2entry.openCursor(new DiskOrderedCursorConfig());
458 Long storedEntryCount = id2entry.getRecordCount();
475 TRACER.debugError("Malformed id2entry ID %s.%n",
497 TRACER.debugError("Malformed id2entry record for ID %d:%n%s%n",
511 TRACER.debugError("The stored entry count in id2entry (%d) does " +
612 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
722 entry = id2entry
[all...]
H A DEntryContainer.java89 public static final String ID2ENTRY_DATABASE_NAME = "id2entry";
164 private ID2Entry id2entry; field in class:EntryContainer
528 id2entry = new ID2Entry(databasePrefix + "_" + ID2ENTRY_DATABASE_NAME,
530 id2entry.open();
622 id2entry.close();
678 return id2entry;
787 Cursor cursor = id2entry.openCursor(null, null);
1344 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
1424 * <li>fetch entry by ID from cache or id2entry
1508 entry = id2entry
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java63 private ID2Entry id2entry; field in class:TestVerifyJob
204 * file and validate it's keys and idlists against the id2entry database entries.
205 * The complete index tests go the other way. They cursor the id2entry database
427 * tests that cursor through the id2entry database and validate
434 * after adding various errors in the id2entry file.
451 assertEquals(id2entry.put(txn, key, data), OperationStatus.SUCCESS);
462 assertEquals(id2entry.put(txn, key1, data1), OperationStatus.SUCCESS);
766 * Adds an entry to the id2entry database with a dn and id passed into the
769 * @param id to use as the id2entry key,
772 * @throws Exception if the entry is not added to the id2entry databas
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java62 private ID2Entry id2entry; field in class:TestVerifyJob
203 * file and validate it's keys and idlists against the id2entry database entries.
204 * The complete index tests go the other way. They cursor the id2entry database
426 * tests that cursor through the id2entry database and validate
433 * after adding various errors in the id2entry file.
450 assertEquals(id2entry.put(txn, key, data), OperationStatus.SUCCESS);
461 assertEquals(id2entry.put(txn, key1, data1), OperationStatus.SUCCESS);
765 * Adds an entry to the id2entry database with a dn and id passed into the
768 * @param id to use as the id2entry key,
771 * @throws Exception if the entry is not added to the id2entry databas
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java131 ID2Entry id2entry = null; field in class:VerifyJob
303 id2entry = entryContainer.getID2Entry();
443 * Iterate through the entries in id2entry to perform a check for
452 id2entry.openCursor(new DiskOrderedCursorConfig());
458 Long storedEntryCount = id2entry.getRecordCount();
475 TRACER.debugError("Malformed id2entry ID %s.%n",
497 TRACER.debugError("Malformed id2entry record for ID %d:%n%s%n",
511 TRACER.debugError("The stored entry count in id2entry (%d) does " +
612 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
722 entry = id2entry
[all...]
H A DEntryContainer.java89 public static final String ID2ENTRY_DATABASE_NAME = "id2entry";
164 private ID2Entry id2entry; field in class:EntryContainer
528 id2entry = new ID2Entry(databasePrefix + "_" + ID2ENTRY_DATABASE_NAME,
530 id2entry.open();
622 id2entry.close();
678 return id2entry;
787 Cursor cursor = id2entry.openCursor(null, null);
1344 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
1424 * <li>fetch entry by ID from cache or id2entry
1508 entry = id2entry
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java63 private ID2Entry id2entry; field in class:TestVerifyJob
204 * file and validate it's keys and idlists against the id2entry database entries.
205 * The complete index tests go the other way. They cursor the id2entry database
427 * tests that cursor through the id2entry database and validate
434 * after adding various errors in the id2entry file.
451 assertEquals(id2entry.put(txn, key, data), OperationStatus.SUCCESS);
462 assertEquals(id2entry.put(txn, key1, data1), OperationStatus.SUCCESS);
766 * Adds an entry to the id2entry database with a dn and id passed into the
769 * @param id to use as the id2entry key,
772 * @throws Exception if the entry is not added to the id2entry databas
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java62 private ID2Entry id2entry; field in class:TestVerifyJob
203 * file and validate it's keys and idlists against the id2entry database entries.
204 * The complete index tests go the other way. They cursor the id2entry database
426 * tests that cursor through the id2entry database and validate
433 * after adding various errors in the id2entry file.
450 assertEquals(id2entry.put(txn, key, data), OperationStatus.SUCCESS);
461 assertEquals(id2entry.put(txn, key1, data1), OperationStatus.SUCCESS);
765 * Adds an entry to the id2entry database with a dn and id passed into the
768 * @param id to use as the id2entry key,
771 * @throws Exception if the entry is not added to the id2entry databas
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java63 private ID2Entry id2entry; field in class:TestVerifyJob
204 * file and validate it's keys and idlists against the id2entry database entries.
205 * The complete index tests go the other way. They cursor the id2entry database
427 * tests that cursor through the id2entry database and validate
434 * after adding various errors in the id2entry file.
451 assertEquals(id2entry.put(txn, key, data), OperationStatus.SUCCESS);
462 assertEquals(id2entry.put(txn, key1, data1), OperationStatus.SUCCESS);
766 * Adds an entry to the id2entry database with a dn and id passed into the
769 * @param id to use as the id2entry key,
772 * @throws Exception if the entry is not added to the id2entry databas
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java130 ID2Entry id2entry = null; field in class:VerifyJob
302 id2entry = entryContainer.getID2Entry();
442 * Iterate through the entries in id2entry to perform a check for
451 id2entry.openCursor(new DiskOrderedCursorConfig());
457 Long storedEntryCount = id2entry.getRecordCount();
474 TRACER.debugError("Malformed id2entry ID %s.%n",
496 TRACER.debugError("Malformed id2entry record for ID %d:%n%s%n",
510 TRACER.debugError("The stored entry count in id2entry (%d) does " +
611 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
721 entry = id2entry
[all...]
H A DEntryContainer.java79 public static final String ID2ENTRY_DATABASE_NAME = "id2entry";
154 private ID2Entry id2entry; field in class:EntryContainer
526 id2entry = new ID2Entry(databasePrefix + "_" + ID2ENTRY_DATABASE_NAME,
528 id2entry.open();
620 id2entry.close();
676 return id2entry;
785 Cursor cursor = id2entry.openCursor(null, null);
1342 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
1422 * <li>fetch entry by ID from cache or id2entry
1506 entry = id2entry
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java131 ID2Entry id2entry = null; field in class:VerifyJob
303 id2entry = entryContainer.getID2Entry();
443 * Iterate through the entries in id2entry to perform a check for
452 id2entry.openCursor(new DiskOrderedCursorConfig());
458 Long storedEntryCount = id2entry.getRecordCount();
475 TRACER.debugError("Malformed id2entry ID %s.%n",
497 TRACER.debugError("Malformed id2entry record for ID %d:%n%s%n",
511 TRACER.debugError("The stored entry count in id2entry (%d) does " +
612 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
722 entry = id2entry
[all...]
H A DEntryContainer.java89 public static final String ID2ENTRY_DATABASE_NAME = "id2entry";
164 private ID2Entry id2entry; field in class:EntryContainer
528 id2entry = new ID2Entry(databasePrefix + "_" + ID2ENTRY_DATABASE_NAME,
530 id2entry.open();
622 id2entry.close();
678 return id2entry;
787 Cursor cursor = id2entry.openCursor(null, null);
1344 entry = id2entry.get(null, entryID, LockMode.DEFAULT);
1424 * <li>fetch entry by ID from cache or id2entry
1508 entry = id2entry
[all...]

Completed in 76 milliseconds