Searched refs:preload (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java322 * @param config The preload configuration.
323 * @return Statistics about the preload process.
325 * during the preload.
327 public PreloadStats preload(PreloadConfig config) method in class:DatabaseContainer
330 return database.preload(config);
H A DNullIndex.java472 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
H A DEntryCachePreloader.java159 "org.opends.server.entrycache.preload.sleep",
162 "org.opends.server.entrycache.preload.queue",
173 protected void preload() method in class:EntryCachePreloader
254 // Interrupt all preload threads.
H A DRootContainer.java381 * Preload the database cache. There is no preload if the configured preload
384 * @param timeLimit The time limit for the preload process.
386 public void preload(long timeLimit) method in class:RootContainer
413 // Configure preload of Leaf Nodes (LNs) containing the data values.
435 PreloadStats preloadStats = db.preload(preloadConfig);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java323 * @param config The preload configuration.
324 * @return Statistics about the preload process.
326 * during the preload.
328 public PreloadStats preload(PreloadConfig config) method in class:DatabaseContainer
331 return database.preload(config);
H A DNullIndex.java473 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
H A DEntryCachePreloader.java160 "org.opends.server.entrycache.preload.sleep",
163 "org.opends.server.entrycache.preload.queue",
174 protected void preload() method in class:EntryCachePreloader
255 // Interrupt all preload threads.
H A DRootContainer.java382 * Preload the database cache. There is no preload if the configured preload
385 * @param timeLimit The time limit for the preload process.
387 public void preload(long timeLimit) method in class:RootContainer
414 // Configure preload of Leaf Nodes (LNs) containing the data values.
436 PreloadStats preloadStats = db.preload(preloadConfig);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java323 * @param config The preload configuration.
324 * @return Statistics about the preload process.
326 * during the preload.
328 public PreloadStats preload(PreloadConfig config) method in class:DatabaseContainer
331 return database.preload(config);
H A DNullIndex.java473 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
H A DEntryCachePreloader.java160 "org.opends.server.entrycache.preload.sleep",
163 "org.opends.server.entrycache.preload.queue",
174 protected void preload() method in class:EntryCachePreloader
255 // Interrupt all preload threads.
H A DRootContainer.java382 * Preload the database cache. There is no preload if the configured preload
385 * @param timeLimit The time limit for the preload process.
387 public void preload(long timeLimit) method in class:RootContainer
414 // Configure preload of Leaf Nodes (LNs) containing the data values.
436 PreloadStats preloadStats = db.preload(preloadConfig);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java322 * @param config The preload configuration.
323 * @return Statistics about the preload process.
325 * during the preload.
327 public PreloadStats preload(PreloadConfig config) method in class:DatabaseContainer
330 return database.preload(config);
H A DNullIndex.java472 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
H A DEntryCachePreloader.java159 "org.opends.server.entrycache.preload.sleep",
162 "org.opends.server.entrycache.preload.queue",
173 protected void preload() method in class:EntryCachePreloader
254 // Interrupt all preload threads.
H A DRootContainer.java381 * Preload the database cache. There is no preload if the configured preload
384 * @param timeLimit The time limit for the preload process.
386 public void preload(long timeLimit) method in class:RootContainer
413 // Configure preload of Leaf Nodes (LNs) containing the data values.
435 PreloadStats preloadStats = db.preload(preloadConfig);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java323 * @param config The preload configuration.
324 * @return Statistics about the preload process.
326 * during the preload.
328 public PreloadStats preload(PreloadConfig config) method in class:DatabaseContainer
331 return database.preload(config);
H A DNullIndex.java473 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
H A DEntryCachePreloader.java160 "org.opends.server.entrycache.preload.sleep",
163 "org.opends.server.entrycache.preload.queue",
174 protected void preload() method in class:EntryCachePreloader
255 // Interrupt all preload threads.
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrArrayView.js66 preload: true,
81 preload: true,
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrArrayView.js65 preload: true,
80 preload: true,
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/workflow/
H A DActiveProcessesView.js150 preload: true,
H A DProcessHistoryView.js144 preload: true,
H A DTaskListView.js149 preload: true,
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/util/
H A DResourceCollectionUtils.js71 preload: true,

Completed in 91 milliseconds

12