Uses of Interface
org.apache.manifoldcf.core.interfaces.ILimitChecker
-
Packages that use ILimitChecker Package Description org.apache.manifoldcf.core.database org.apache.manifoldcf.core.interfaces org.apache.manifoldcf.crawler.jobs -
-
Uses of ILimitChecker in org.apache.manifoldcf.core.database
Fields in org.apache.manifoldcf.core.database declared as ILimitChecker Modifier and Type Field Description protected ILimitCheckerDatabase.ExecuteQueryThread. returnLimitprotected ILimitCheckerQueryDescription. returnLimitMethods in org.apache.manifoldcf.core.database that return ILimitChecker Modifier and Type Method Description ILimitCheckerQueryDescription. getReturnLimit()Methods in org.apache.manifoldcf.core.database with parameters of type ILimitChecker Modifier and Type Method Description protected IResultSetDatabase. execute(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)Run a query.IResultSetDatabase. executeQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, StringSet invalidateKeys, java.lang.String queryClass, boolean needResult, int maxReturn, ResultSpecification spec, ILimitChecker returnLimits)Execute arbitrary database query, and optionally cache the result.protected IResultSetDatabase. executeUncachedQuery(java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)This method does NOT appear in any interface; it is here to service the cache object.protected IResultSetDatabase. executeViaThread(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)Do query execution via a subthread, so the primary thread can be interruptedprotected IResultSetDatabase. getData(java.sql.ResultSet rs, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.Constructors in org.apache.manifoldcf.core.database with parameters of type ILimitChecker Constructor Description ExecuteQueryThread(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)QueryDescription(java.lang.String databaseName, java.lang.String query, java.util.List parameters, java.lang.String cacheClassName, StringSet cacheKeys, int maxReturn, ResultSpecification spec, ILimitChecker returnLimit) -
Uses of ILimitChecker in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return ILimitChecker Modifier and Type Method Description ILimitCheckerILimitChecker. duplicate()Create a duplicate of this class instance.Methods in org.apache.manifoldcf.core.interfaces with parameters of type ILimitChecker Modifier and Type Method Description IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query. -
Uses of ILimitChecker in org.apache.manifoldcf.crawler.jobs
Classes in org.apache.manifoldcf.crawler.jobs that implement ILimitChecker Modifier and Type Class Description protected static classCarrydown.DuplicateFinderprotected static classCarrydown.ResultDuplicateEliminatorLimit checker which removes duplicate rows, based on datavaluehashprotected static classIntrinsicLink.DuplicateFinderprotected static classJobManager.ThrottleLimitThis class provides the throttling limits for the job queueing query.protected static classJobQueue.DuplicateFinderMethods in org.apache.manifoldcf.crawler.jobs that return ILimitChecker Modifier and Type Method Description ILimitCheckerCarrydown.DuplicateFinder. duplicate()Create a duplicate of this class instance.ILimitCheckerCarrydown.ResultDuplicateEliminator. duplicate()ILimitCheckerIntrinsicLink.DuplicateFinder. duplicate()Create a duplicate of this class instance.ILimitCheckerJobManager.ThrottleLimit. duplicate()Create a duplicate of this class instance.ILimitCheckerJobQueue.DuplicateFinder. duplicate()Create a duplicate of this class instance.
-