Uses of Class
org.apache.tika.config.ParseTimeout
Packages that use ParseTimeout
-
Uses of ParseTimeout in org.apache.tika.config
Methods in org.apache.tika.config that return ParseTimeoutModifier and TypeMethodDescriptionstatic ParseTimeoutParseTimeout.getOrCreate(ParseContext context) Returns the ParseTimeout installed in the given context, creating and installing one (fromTimeoutLimits.get(ParseContext)) if absent.static ParseTimeoutParseTimeout.start(TimeoutLimits limits) Starts a new timeout window anchored to now, using the total and progress timeouts from the given limits.