Searched refs:rootContainer (Results 26 - 50 of 73) sorted by relevance

123

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java327 RootContainer rootContainer = be.getRootContainer();
334 entryContainer = rootContainer.getEntryContainer(baseDN);
424 RootContainer rootContainer = be.getRootContainer();
430 entryContainer = rootContainer.getEntryContainer(baseDN);
508 RootContainer rootContainer = be.getRootContainer();
511 entryContainer = rootContainer.getEntryContainer(DN
611 RootContainer rootContainer = be.getRootContainer();
616 entryContainer = rootContainer.getEntryContainer(baseDN);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DExportJob.java93 * @param rootContainer The root container to export.
100 public void exportLDIF(RootContainer rootContainer) argument
108 for (EntryContainer entryContainer : rootContainer.getEntryContainers())
H A DVerifyJob.java69 RootContainer rootContainer; field in class:VerifyJob
179 * @param rootContainer The root container that holds the entries to verify.
186 public long verifyBackend(RootContainer rootContainer, Entry statEntry) throws argument
189 this.rootContainer = rootContainer;
191 rootContainer.getEntryContainer(verifyConfig.getBaseDN());
203 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
232 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
239 .get(rootContainer.getConfiguration().getBackendId());
245 if (rootContainer
[all...]
H A DEntryContainer.java139 private final RootContainer rootContainer; field in class:EntryContainer
477 * @param rootContainer The root container this entry container is in.
482 RootContainer rootContainer)
489 this.rootContainer = rootContainer;
526 rootContainer.getCompressedSchema());
656 return rootContainer;
996 rootContainer.getMonitorProvider());
1109 if(rootContainer.getMonitorProvider().isFilterUseEnabled())
1111 rootContainer
480 EntryContainer(DN baseDN, String databasePrefix, Backend backend, LocalDBBackendCfg config, Environment env, RootContainer rootContainer) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java328 RootContainer rootContainer = be.getRootContainer();
335 entryContainer = rootContainer.getEntryContainer(baseDN);
425 RootContainer rootContainer = be.getRootContainer();
431 entryContainer = rootContainer.getEntryContainer(baseDN);
509 RootContainer rootContainer = be.getRootContainer();
512 entryContainer = rootContainer.getEntryContainer(DN
612 RootContainer rootContainer = be.getRootContainer();
617 entryContainer = rootContainer.getEntryContainer(baseDN);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java327 RootContainer rootContainer = be.getRootContainer();
334 entryContainer = rootContainer.getEntryContainer(baseDN);
424 RootContainer rootContainer = be.getRootContainer();
430 entryContainer = rootContainer.getEntryContainer(baseDN);
508 RootContainer rootContainer = be.getRootContainer();
511 entryContainer = rootContainer.getEntryContainer(DN
611 RootContainer rootContainer = be.getRootContainer();
616 entryContainer = rootContainer.getEntryContainer(baseDN);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestImportJob.java328 RootContainer rootContainer = be.getRootContainer();
335 entryContainer = rootContainer.getEntryContainer(baseDN);
425 RootContainer rootContainer = be.getRootContainer();
431 entryContainer = rootContainer.getEntryContainer(baseDN);
509 RootContainer rootContainer = be.getRootContainer();
512 entryContainer = rootContainer.getEntryContainer(DN
612 RootContainer rootContainer = be.getRootContainer();
617 entryContainer = rootContainer.getEntryContainer(baseDN);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DExportJob.java92 * @param rootContainer The root container to export.
99 public void exportLDIF(RootContainer rootContainer) argument
107 for (EntryContainer entryContainer : rootContainer.getEntryContainers())
H A DVerifyJob.java68 RootContainer rootContainer; field in class:VerifyJob
178 * @param rootContainer The root container that holds the entries to verify.
185 public long verifyBackend(RootContainer rootContainer, Entry statEntry) throws argument
188 this.rootContainer = rootContainer;
190 rootContainer.getEntryContainer(verifyConfig.getBaseDN());
202 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
231 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
238 .get(rootContainer.getConfiguration().getBackendId());
244 if (rootContainer
[all...]
H A DEntryContainer.java129 private final RootContainer rootContainer; field in class:EntryContainer
475 * @param rootContainer The root container this entry container is in.
480 RootContainer rootContainer)
487 this.rootContainer = rootContainer;
524 rootContainer.getCompressedSchema());
654 return rootContainer;
994 rootContainer.getMonitorProvider());
1107 if(rootContainer.getMonitorProvider().isFilterUseEnabled())
1109 rootContainer
478 EntryContainer(DN baseDN, String databasePrefix, Backend backend, LocalDBBackendCfg config, Environment env, RootContainer rootContainer) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DExportJob.java93 * @param rootContainer The root container to export.
100 public void exportLDIF(RootContainer rootContainer) argument
108 for (EntryContainer entryContainer : rootContainer.getEntryContainers())
H A DVerifyJob.java69 RootContainer rootContainer; field in class:VerifyJob
179 * @param rootContainer The root container that holds the entries to verify.
186 public long verifyBackend(RootContainer rootContainer, Entry statEntry) throws argument
189 this.rootContainer = rootContainer;
191 rootContainer.getEntryContainer(verifyConfig.getBaseDN());
203 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
232 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
239 .get(rootContainer.getConfiguration().getBackendId());
245 if (rootContainer
[all...]
H A DEntryContainer.java139 private final RootContainer rootContainer; field in class:EntryContainer
477 * @param rootContainer The root container this entry container is in.
482 RootContainer rootContainer)
489 this.rootContainer = rootContainer;
526 rootContainer.getCompressedSchema());
656 return rootContainer;
996 rootContainer.getMonitorProvider());
1109 if(rootContainer.getMonitorProvider().isFilterUseEnabled())
1111 rootContainer
480 EntryContainer(DN baseDN, String databasePrefix, Backend backend, LocalDBBackendCfg config, Environment env, RootContainer rootContainer) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java68 RootContainer rootContainer; field in class:VerifyJob
178 * @param rootContainer The root container that holds the entries to verify.
185 public long verifyBackend(RootContainer rootContainer, Entry statEntry) throws argument
188 this.rootContainer = rootContainer;
190 rootContainer.getEntryContainer(verifyConfig.getBaseDN());
202 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
231 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
238 .get(rootContainer.getConfiguration().getBackendId());
244 if (rootContainer
[all...]
H A DEntryContainer.java129 private final RootContainer rootContainer; field in class:EntryContainer
475 * @param rootContainer The root container this entry container is in.
480 RootContainer rootContainer)
487 this.rootContainer = rootContainer;
524 rootContainer.getCompressedSchema());
654 return rootContainer;
994 rootContainer.getMonitorProvider());
1107 if(rootContainer.getMonitorProvider().isFilterUseEnabled())
1109 rootContainer
478 EntryContainer(DN baseDN, String databasePrefix, Backend backend, LocalDBBackendCfg config, Environment env, RootContainer rootContainer) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java69 RootContainer rootContainer; field in class:VerifyJob
179 * @param rootContainer The root container that holds the entries to verify.
186 public long verifyBackend(RootContainer rootContainer, Entry statEntry) throws argument
189 this.rootContainer = rootContainer;
191 rootContainer.getEntryContainer(verifyConfig.getBaseDN());
203 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
232 if (rootContainer.getConfiguration().isSubordinateIndexesEnabled())
239 .get(rootContainer.getConfiguration().getBackendId());
245 if (rootContainer
[all...]
H A DEntryContainer.java139 private final RootContainer rootContainer; field in class:EntryContainer
477 * @param rootContainer The root container this entry container is in.
482 RootContainer rootContainer)
489 this.rootContainer = rootContainer;
526 rootContainer.getCompressedSchema());
656 return rootContainer;
996 rootContainer.getMonitorProvider());
1109 if(rootContainer.getMonitorProvider().isFilterUseEnabled())
1111 rootContainer
480 EntryContainer(DN baseDN, String databasePrefix, Backend backend, LocalDBBackendCfg config, Environment env, RootContainer rootContainer) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DVerifyJob.java78 private final RootContainer rootContainer; field in class:VerifyJob
118 * @param rootContainer The root container.
121 VerifyJob(RootContainer rootContainer, VerifyConfig verifyConfig) argument
123 this.rootContainer = rootContainer;
130 * @param rootContainer The root container that holds the entries to verify.
139 return rootContainer.getStorage().read(new ReadOperation<Long>()
160 EntryContainer entryContainer = rootContainer.getEntryContainer(verifyConfig.getBaseDN());
386 entry = ID2Entry.entryFromDatabase(value, rootContainer.getCompressedSchema());
1042 totalCount = rootContainer
[all...]
H A DBackendStat.java608 RootContainer rootContainer = getAndLockRootContainer(backend);
609 if (rootContainer == null)
618 return listBaseDNs(rootContainer);
620 return listRawDBs(rootContainer, subCommand.getArgument(USESIUNITS_NAME));
622 return listIndexes(rootContainer, backend, subCommand.getArgument(BASEDN_NAME));
624 return dumpTree(rootContainer, backend, subCommand, false);
626 return dumpTree(rootContainer, backend, subCommand, true);
628 return showIndexStatus(rootContainer, backend, subCommand.getArgument(BASEDN_NAME));
641 close(rootContainer);
H A DEntryContainer.java151 private final RootContainer rootContainer; field in class:EntryContainer
405 * @param rootContainer The root container this entry container is in.
409 RootContainer rootContainer) throws ConfigException
415 this.rootContainer = rootContainer;
452 config.isEntriesCompressed(), config.isCompactEncoding(), rootContainer.getCompressedSchema());
524 return rootContainer;
819 EntryContainer.this, txn, searchOperation, debugBuffer, rootContainer.getMonitorProvider());
907 rootContainer.getMonitorProvider().incrementIndexedSearchCount();
912 rootContainer
408 EntryContainer(DN baseDN, String backendID, PluggableBackendCfg config, Storage storage, RootContainer rootContainer) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java138 private RootContainer rootContainer; field in class:Importer
631 for (EntryContainer ec : rootContainer.getEntryContainers())
808 rootContainer.openEntryContainer(baseDN, baseDN
821 * @param rootContainer
834 public void rebuildIndexes(RootContainer rootContainer) argument
838 this.rootContainer = rootContainer;
880 * @param rootContainer
894 public LDIFImportResult processImport(RootContainer rootContainer) argument
898 this.rootContainer
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java126 private RootContainer rootContainer; field in class:Importer
616 for (EntryContainer ec : rootContainer.getEntryContainers())
792 rootContainer.openEntryContainer(baseDN, baseDN
805 * @param rootContainer
818 public void rebuildIndexes(RootContainer rootContainer) argument
822 this.rootContainer = rootContainer;
864 * @param rootContainer
878 public LDIFImportResult processImport(RootContainer rootContainer) argument
882 this.rootContainer
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java126 private RootContainer rootContainer; field in class:Importer
616 for (EntryContainer ec : rootContainer.getEntryContainers())
792 rootContainer.openEntryContainer(baseDN, baseDN
805 * @param rootContainer
818 public void rebuildIndexes(RootContainer rootContainer) argument
822 this.rootContainer = rootContainer;
864 * @param rootContainer
878 public LDIFImportResult processImport(RootContainer rootContainer) argument
882 this.rootContainer
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java138 private RootContainer rootContainer; field in class:Importer
631 for (EntryContainer ec : rootContainer.getEntryContainers())
808 rootContainer.openEntryContainer(baseDN, baseDN
821 * @param rootContainer
834 public void rebuildIndexes(RootContainer rootContainer) argument
838 this.rootContainer = rootContainer;
880 * @param rootContainer
894 public LDIFImportResult processImport(RootContainer rootContainer) argument
898 this.rootContainer
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java126 private RootContainer rootContainer; field in class:Importer
616 for (EntryContainer ec : rootContainer.getEntryContainers())
792 rootContainer.openEntryContainer(baseDN, baseDN
805 * @param rootContainer
818 public void rebuildIndexes(RootContainer rootContainer) argument
822 this.rootContainer = rootContainer;
864 * @param rootContainer
878 public LDIFImportResult processImport(RootContainer rootContainer) argument
882 this.rootContainer
[all...]

Completed in 101 milliseconds

123