Uses of Enum Class
org.apache.tika.pipes.core.EmitStrategy
Packages that use EmitStrategy
Package
Description
-
Uses of EmitStrategy in org.apache.tika.pipes.core
Fields in org.apache.tika.pipes.core declared as EmitStrategyModifier and TypeFieldDescriptionstatic final EmitStrategyEmitStrategyConfig.DEFAULT_EMIT_STRATEGYDefault emit strategy for PipesServer.Methods in org.apache.tika.pipes.core that return EmitStrategyModifier and TypeMethodDescriptionEmitStrategyConfig.getType()Get the emit strategy type.static EmitStrategyReturns the enum constant of this class with the specified name.static EmitStrategy[]EmitStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tika.pipes.core with parameters of type EmitStrategyModifier and TypeMethodDescriptionvoidEmitStrategyConfig.setType(EmitStrategy type) Set the emit strategy type.Constructors in org.apache.tika.pipes.core with parameters of type EmitStrategy -
Uses of EmitStrategy in org.apache.tika.pipes.core.config
Methods in org.apache.tika.pipes.core.config that return EmitStrategyMethods in org.apache.tika.pipes.core.config with parameters of type EmitStrategyModifier and TypeMethodDescriptionConfigOverrides.Builder.setEmitStrategy(EmitStrategy emitStrategy) Set the emit strategy. -
Uses of EmitStrategy in org.apache.tika.pipes.core.server
Methods in org.apache.tika.pipes.core.server that return EmitStrategy