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

12

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
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 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 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);
H A DNullIndex.java472 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
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 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 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);
H A DNullIndex.java473 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
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 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 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);
H A DNullIndex.java473 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
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 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 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);
H A DNullIndex.java472 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
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 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 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);
H A DNullIndex.java473 public PreloadStats preload(PreloadConfig config) throws DatabaseException method in class:NullIndex
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DRootContainer.java277 * Preload the tree cache. There is no preload if the configured preload
281 * The time limit for the preload process.
283 void preload(long timeLimit) method in class:RootContainer
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/treeview/
H A Dtreeview-debug.js675 * Attempts to preload the images defined in the styles used to draw the tree by
677 * @method YAHOO.widget.TreeView.preload
679 * images to preload, default is ygtv
682 YAHOO.widget.TreeView.preload = function(e, prefix) {
710 "load", YAHOO.widget.TreeView.preload);
715 "load", YAHOO.widget.TreeView.preload);
H A Dtreeview-min.js24 return id;},onExpand:function(node){},onCollapse:function(node){}};YAHOO.augment(YAHOO.widget.TreeView,YAHOO.util.EventProvider);YAHOO.widget.TreeView.nodeCount=0;YAHOO.widget.TreeView.trees=[];YAHOO.widget.TreeView.counter=0;YAHOO.widget.TreeView.getTree=function(treeId){var t=YAHOO.widget.TreeView.trees[treeId];return(t)?t:null;};YAHOO.widget.TreeView.getNode=function(treeId,nodeIndex){var t=YAHOO.widget.TreeView.getTree(treeId);return(t)?t.getNodeByIndex(nodeIndex):null;};YAHOO.widget.TreeView.addHandler=function(el,sType,fn){if(el.addEventListener){el.addEventListener(sType,fn,false);}else if(el.attachEvent){el.attachEvent("on"+sType,fn);}};YAHOO.widget.TreeView.removeHandler=function(el,sType,fn){if(el.removeEventListener){el.removeEventListener(sType,fn,false);}else if(el.detachEvent){el.detachEvent("on"+sType,fn);}};YAHOO.widget.TreeView.preload=function(e,prefix){prefix=prefix||"ygtv";var styles=["tn","tm","tmh","tp","tph","ln","lm","lmh","lp","lph","loading"];var sb=[];for(var i=1;i<styles.length;i=i+1){sb[sb.length]='<span class="'+prefix+styles[i]+'">&#160;</span>';}
25 var f=document.createElement("div");var s=f.style;s.className=prefix+styles[0];s.position="absolute";s.height="1px";s.width="1px";s.top="-1000px";s.left="-1000px";f.innerHTML=sb.join("");document.body.appendChild(f);YAHOO.widget.TreeView.removeHandler(window,"load",YAHOO.widget.TreeView.preload);};YAHOO.widget.TreeView.addHandler(window,"load",YAHOO.widget.TreeView.preload);YAHOO.widget.Node=function(oData,oParent,expanded){if(oData){this.init(oData,oParent,expanded);}};YAHOO.widget.Node.prototype={index:0,children:null,tree:null,data:null,parent:null,depth:-1,href:null,target:"_self",expanded:false,multiExpand:true,renderHidden:false,childrenRendered:false,dynamicLoadComplete:false,previousSibling:null,nextSibling:null,_dynLoad:false,dataLoader:null,isLoading:false,hasIcon:true,iconMode:0,nowrap:false,_type:"Node",init:function(oData,oParent,expanded){this.data=oData;this.children=[];this.index=YAHOO.widget.TreeView.nodeCount;++YAHOO.widget.TreeView.nodeCount;this.expanded=expanded;this.createEvent("parentChange",this);if(oParent){oParent.appendChild(this);}},applyParent:function(parentNode){if(!parentNode){return false;}
H A Dtreeview.js668 * Attempts to preload the images defined in the styles used to draw the tree by
670 * @method YAHOO.widget.TreeView.preload
672 * images to preload, default is ygtv
675 YAHOO.widget.TreeView.preload = function(e, prefix) {
702 "load", YAHOO.widget.TreeView.preload);
707 "load", YAHOO.widget.TreeView.preload);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/treeview/
H A Dtreeview-debug.js675 * Attempts to preload the images defined in the styles used to draw the tree by
677 * @method YAHOO.widget.TreeView.preload
679 * images to preload, default is ygtv
682 YAHOO.widget.TreeView.preload = function(e, prefix) {
710 "load", YAHOO.widget.TreeView.preload);
715 "load", YAHOO.widget.TreeView.preload);

Completed in 147 milliseconds

12