Searched defs:openCursor (Results 1 - 25 of 27) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/
H A DImporter.java53 * method, the record is visible by {@link read(TreeName, ByteSequence)} and {@link openCursor(TreeName)} methods of
85 SequentialCursor<ByteString, ByteString> openCursor(TreeName treeName); method in interface:Importer
H A DReadableTransaction.java54 Cursor<ByteString, ByteString> openCursor(TreeName treeName); method in interface:ReadableTransaction
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DIndex.java48 Cursor<ByteString, EntryIDSet> openCursor(ReadableTransaction txn); method in interface:Index
H A DDefaultIndex.java132 public final Cursor<ByteString, EntryIDSet> openCursor(ReadableTransaction txn) method in class:DefaultIndex
135 return CursorTransformer.transformValues(txn.openCursor(getName()),
H A DID2ChildrenCount.java68 SequentialCursor<EntryID, Void> openCursor(ReadableTransaction txn) method in class:ID2ChildrenCount
70 return transformKeysAndValues(counter.openCursor(txn),
H A DShardedCounter.java84 SequentialCursor<ByteString, Void> openCursor(ReadableTransaction txn) method in class:ShardedCounter
87 txn.openCursor(getName()), TO_KEY,
93 return transformKeysAndValues(txn.openCursor(getName()), TO_KEY, TO_LONG);
H A DID2Entry.java255 try (final Cursor<ByteString, ByteString> cursor = txn.openCursor(getName()))
396 Cursor<EntryID, Entry> openCursor(ReadableTransaction txn) method in class:ID2Entry
398 return transformKeysAndValues(txn.openCursor(getName()), TO_ENTRY_ID, TO_ENTRY);
413 try(final Cursor<ByteString, ByteString> cursor = txn.openCursor(getName())) {
H A DDN2ID.java160 <V> SequentialCursor<ByteString, ByteString> openCursor(SequentialCursor<ByteString, ByteString> dn2IdCursor, method in class:DN2ID
166 Cursor<Void, EntryID> openCursor(ReadableTransaction txn, DN dn) method in class:DN2ID
172 final Cursor<ByteString, ByteString> cursor = txn.openCursor(getName());
H A DTracedStorage.java253 public SequentialCursor<ByteString, ByteString> openCursor(TreeName name) method in class:TracedStorage.TracedImporter
255 traceEnter("openCursor", "name", name);
256 SequentialCursor<ByteString, ByteString> cursor = importer.openCursor(name);
257 traceLeave("openCursor", "name", name);
292 public Cursor<ByteString, ByteString> openCursor(final TreeName name) method in class:TracedStorage.TracedReadableTransaction
294 traceEnter("openCursor", "name", name);
295 final Cursor<ByteString, ByteString> cursor = txn.openCursor(name);
296 traceLeave("openCursor", "name", name);
370 public Cursor<ByteString, ByteString> openCursor(final TreeName name) method in class:TracedStorage.TracedWriteableTransaction
372 traceEnter("openCursor", "nam
[all...]
H A DOnDiskMergeImporter.java731 importer.openCursor(entryContainer.getID2Entry().getName()))
1150 public Cursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:OnDiskMergeImporter.SortAndImportWithDNValidation
1321 public Cursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:OnDiskMergeImporter.PhaseOneWriteableTransaction
2315 dn2id.openCursor(trackCursorProgress(reporter, chunkCursor), visitor))
2406 return asProgressCursor(importer.openCursor(treeName), treeName.toString(), size.get());
2462 public SequentialCursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:OnDiskMergeImporter.ChunkToImporterAdapter
3740 public Cursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:OnDiskMergeImporter.ImporterToWriteableTransactionAdapter
3742 return new SequentialCursorAdapter<>(importer.openCursor(treeName));
3749 try (final SequentialCursor<ByteString, ByteString> cursor = importer.openCursor(treeName))
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java254 * the JE Database.openCursor method.
262 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:DatabaseContainer
265 return database.openCursor(txn, cursorConfig);
270 * simple wrapper around the JE Database.openCursor method.
276 public DiskOrderedCursor openCursor(DiskOrderedCursorConfig cursorConfig) method in class:DatabaseContainer
279 return database.openCursor(cursorConfig);
H A DNullIndex.java451 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:NullIndex
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java255 * the JE Database.openCursor method.
263 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:DatabaseContainer
266 return database.openCursor(txn, cursorConfig);
271 * simple wrapper around the JE Database.openCursor method.
277 public DiskOrderedCursor openCursor(DiskOrderedCursorConfig cursorConfig) method in class:DatabaseContainer
280 return database.openCursor(cursorConfig);
H A DNullIndex.java452 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:NullIndex
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java255 * the JE Database.openCursor method.
263 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:DatabaseContainer
266 return database.openCursor(txn, cursorConfig);
271 * simple wrapper around the JE Database.openCursor method.
277 public DiskOrderedCursor openCursor(DiskOrderedCursorConfig cursorConfig) method in class:DatabaseContainer
280 return database.openCursor(cursorConfig);
H A DNullIndex.java452 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:NullIndex
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java254 * the JE Database.openCursor method.
262 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:DatabaseContainer
265 return database.openCursor(txn, cursorConfig);
270 * simple wrapper around the JE Database.openCursor method.
276 public DiskOrderedCursor openCursor(DiskOrderedCursorConfig cursorConfig) method in class:DatabaseContainer
279 return database.openCursor(cursorConfig);
H A DNullIndex.java451 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:NullIndex
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java255 * the JE Database.openCursor method.
263 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:DatabaseContainer
266 return database.openCursor(txn, cursorConfig);
271 * simple wrapper around the JE Database.openCursor method.
277 public DiskOrderedCursor openCursor(DiskOrderedCursorConfig cursorConfig) method in class:DatabaseContainer
280 return database.openCursor(cursorConfig);
H A DNullIndex.java452 public Cursor openCursor(Transaction txn, CursorConfig cursorConfig) method in class:NullIndex
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DDefaultIndexTest.java153 public Cursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:DefaultIndexTest.DummyWriteableTransaction
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEStorage.java323 public SequentialCursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:JEStorage.ImporterImpl
327 return new CursorImpl(getOrOpenTree(treeName).openCursor(null, new CursorConfig()));
439 public Cursor<ByteString, ByteString> openCursor(final TreeName treeName) method in class:JEStorage.WriteableTransactionImpl
443 return new CursorImpl(getOrOpenTree(treeName).openCursor(txn, CursorConfig.READ_COMMITTED));
550 public Cursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:JEStorage.ReadOnlyTransactionImpl
552 return delegate.openCursor(treeName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pdb/
H A DPDBStorage.java409 public SequentialCursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:PDBStorage.ImporterImpl
487 try(final Cursor<?, ?> cursor = openCursor(treeName))
499 public Cursor<ByteString, ByteString> openCursor(final TreeName treeName) method in class:PDBStorage.WriteableStorageImpl
643 public Cursor<ByteString, ByteString> openCursor(TreeName treeName) method in class:PDBStorage.ReadOnlyStorageImpl
645 return delegate.openCursor(treeName);
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 74 milliseconds

12