Uses of Class
org.apache.tika.pipes.core.PipesConfig
Packages that use PipesConfig
Package
Description
-
Uses of PipesConfig in org.apache.tika.pipes.core
Methods in org.apache.tika.pipes.core that return PipesConfigModifier and TypeMethodDescriptionstatic PipesConfigPipesConfig.load(TikaJsonConfig tikaJsonConfig) Loads PipesConfig from the "pipes" section of the JSON configuration.Methods in org.apache.tika.pipes.core with parameters of type PipesConfigModifier and TypeMethodDescriptionstatic PipesParserPipesParser.load(TikaJsonConfig tikaJsonConfig, PipesConfig pipesConfig, Path tikaConfigPath) Loads a PipesParser from pre-loaded configuration objects.Constructors in org.apache.tika.pipes.core with parameters of type PipesConfigModifierConstructorDescriptionPerClientServerManager(PipesConfig pipesConfig, Path tikaConfigPath, int clientId) PipesClient(PipesConfig pipesConfig, Path tikaConfigPath) Creates a PipesClient with its own dedicated server process.PipesClient(PipesConfig pipesConfig, ServerManager serverManager) Creates a PipesClient with the given server manager.SharedServerManager(PipesConfig pipesConfig, Path tikaConfigPath, int numConnections) Creates a SharedServerManager. -
Uses of PipesConfig in org.apache.tika.pipes.core.async
Constructors in org.apache.tika.pipes.core.async with parameters of type PipesConfigModifierConstructorDescriptionAsyncEmitter(PipesConfig asyncConfig, ArrayBlockingQueue<EmitDataPair> emitData, EmitterManager emitterManager) -
Uses of PipesConfig in org.apache.tika.pipes.core.server
Methods in org.apache.tika.pipes.core.server that return PipesConfigMethods in org.apache.tika.pipes.core.server with parameters of type PipesConfigModifier and TypeMethodDescriptionstatic SharedServerResourcesSharedServerResources.load(TikaLoader tikaLoader, PipesConfig pipesConfig) Loads shared server resources from configuration.Constructors in org.apache.tika.pipes.core.server with parameters of type PipesConfigModifierConstructorDescriptionConnectionHandler(Socket socket, SharedServerResources resources, PipesConfig pipesConfig) Creates a new ConnectionHandler.PipesServer(String pipesClientId, TikaLoader tikaLoader, PipesConfig pipesConfig, Socket socket, DataInputStream in, DataOutputStream out, MetadataFilter metadataFilter, ContentHandlerFactory contentHandlerFactory, MetadataWriteLimiterFactory metadataWriteLimiterFactory) -
Uses of PipesConfig in org.apache.tika.pipes.fork
Methods in org.apache.tika.pipes.fork that return PipesConfigModifier and TypeMethodDescriptionPipesForkParserConfig.getPipesConfig()Get the underlying PipesConfig for advanced configuration. -
Uses of PipesConfig in org.apache.tika.server.core.resource
Methods in org.apache.tika.server.core.resource that return PipesConfigModifier and TypeMethodDescriptionPipesParsingHelper.getPipesConfig()Gets the PipesConfig instance.Constructors in org.apache.tika.server.core.resource with parameters of type PipesConfigModifierConstructorDescriptionPipesParsingHelper(PipesParser pipesParser, PipesConfig pipesConfig, Path inputTempDirectory, Path unpackEmitterBasePath) Creates a PipesParsingHelper.