net.nutch.ndfs.FSNamesystem The FSNamesystem tracks several important tables. 1) valid fsname --> blocklist (kept on disk, logged) 2) Set of all valid blocks (inverted #1) 3) block --> machinelist (kept in memory, rebuilt dynamically from reports) 4) machine --> blocklist (inverted #2) 5) LRU cache of updated ...
org.apache.ldap.server.db.jdbm.JdbmTable A jdbm Btree wrapper that enables duplicate sorted keys using collections. @author <a HREF="mailto:dev@directory.apache.org">Apache Directory Project</a> @version $Rev: 169198 $
org.quartz.UICronTrigger <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link Job}</code> at given moments in time, defined with Unix 'cron-like' definitions. </p> <p> What you should know about this particular trigger is that it is based on org.quartz. ...
org.quartz.CronTrigger <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link org.quartz.JobDetail}</code> at given moments in time, defined with Unix 'cron-like' definitions. </p> <p> For those unfamiliar with "cron", this means being able to create a ...
com.jcorporate.expresso.core.dbobj.SchemaDefinition This class contains the static data that all schemas hold over their lifetime @author Michael Rimov @deprecated. Since Expresso 5.0 Will be removed soon
org.objectweb.cjdbc.console.text.module.AbstractConsoleModule This class defines a AbstractConsoleModule @author <a HREF="mailto:Nicolas.Modrzyk@inria.fr">Nicolas Modrzyk </a> @author <a HREF="mailto:Mathieu.Peltier@inrialpes.fr">Mathieu Peltier </a> @version 1.0
org.apache.ojb.broker.sequence.SequenceManagerTest Tests to verify SequenceManager implementations - All sequence manager implementations have to pass these tests without failures. <br> Note: For the multi-threaded tests, the keys will be generated once for all tests. @author <a HREF="mailto:armin@codeAuLait.de">Armin Waibel</a> ...
org.eclipse.ant.internal.ui.datatransfer.EclipseClasspath Class to store classpath settings of an Eclipse project. <p>NOTE: The constructed classpath does not contain items of the subprojects. Instead create an object of this class for each project returned by {@link eclipse2ant.util.EclipseUtil#getClasspathProjectsRecursive(IJavaProject)}.
org.jgroups.protocols.pbcast.ClientGmsImpl Client part of GMS. Whenever a new member wants to join a group, it starts in the CLIENT role. No multicasts to the group will be received and processed until the member has been joined and turned into a SERVER (either coordinator or participant, mostly just participant). This class only implement ...