Uses of Class
org.apache.tika.pipes.pipesiterator.TotalCountResult
Packages that use TotalCountResult
Package
Description
-
Uses of TotalCountResult in org.apache.tika.pipes
Methods in org.apache.tika.pipes with parameters of type TotalCountResultModifier and TypeMethodDescriptionvoid
CompositePipesReporter.report
(TotalCountResult totalCountResult) void
PipesReporter.report
(TotalCountResult totalCountResult) No-op implementation. -
Uses of TotalCountResult in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async that return TotalCountResultMethods in org.apache.tika.pipes.async with parameters of type TotalCountResultModifier and TypeMethodDescriptionvoid
AsyncStatus.update
(Map<PipesResult.STATUS, Long> statusCounts, TotalCountResult totalCountResult, AsyncStatus.ASYNC_STATUS status) -
Uses of TotalCountResult in org.apache.tika.pipes.pipesiterator
Fields in org.apache.tika.pipes.pipesiterator declared as TotalCountResultMethods in org.apache.tika.pipes.pipesiterator that return TotalCountResult -
Uses of TotalCountResult in org.apache.tika.pipes.pipesiterator.fs
Methods in org.apache.tika.pipes.pipesiterator.fs that return TotalCountResult -
Uses of TotalCountResult in org.apache.tika.pipes.reporters.fs
Methods in org.apache.tika.pipes.reporters.fs with parameters of type TotalCountResultModifier and TypeMethodDescriptionvoid
FileSystemStatusReporter.report
(TotalCountResult totalCountResult)