Uses of Class
org.apache.tika.pipes.pipesiterator.TotalCountResult
-
Packages that use TotalCountResult Package Description org.apache.tika.pipes org.apache.tika.pipes.async org.apache.tika.pipes.pipesiterator org.apache.tika.pipes.pipesiterator.fs org.apache.tika.pipes.reporters.fs -
-
Uses of TotalCountResult in org.apache.tika.pipes
Methods in org.apache.tika.pipes with parameters of type TotalCountResult Modifier and Type Method Description void
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 TotalCountResult Modifier and Type Method Description TotalCountResult
AsyncStatus. getTotalCountResult()
Methods in org.apache.tika.pipes.async with parameters of type TotalCountResult Modifier and Type Method Description void
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 TotalCountResult Modifier and Type Field Description static TotalCountResult
TotalCountResult. UNSUPPORTED
Methods in org.apache.tika.pipes.pipesiterator that return TotalCountResult Modifier and Type Method Description TotalCountResult
TotalCounter. getTotalCount()
Returns the total count so far. -
Uses of TotalCountResult in org.apache.tika.pipes.pipesiterator.fs
Methods in org.apache.tika.pipes.pipesiterator.fs that return TotalCountResult Modifier and Type Method Description TotalCountResult
FileSystemPipesIterator. getTotalCount()
-
Uses of TotalCountResult in org.apache.tika.pipes.reporters.fs
Methods in org.apache.tika.pipes.reporters.fs with parameters of type TotalCountResult Modifier and Type Method Description void
FileSystemStatusReporter. report(TotalCountResult totalCountResult)
-