Uses of Class
org.apache.tika.pipes.pipesiterator.TotalCountResult.STATUS
-
Packages that use TotalCountResult.STATUS Package Description org.apache.tika.pipes.pipesiterator -
-
Uses of TotalCountResult.STATUS in org.apache.tika.pipes.pipesiterator
Methods in org.apache.tika.pipes.pipesiterator that return TotalCountResult.STATUS Modifier and Type Method Description TotalCountResult.STATUS
TotalCountResult. getStatus()
static TotalCountResult.STATUS
TotalCountResult.STATUS. valueOf(String name)
Returns the enum constant of this type with the specified name.static TotalCountResult.STATUS[]
TotalCountResult.STATUS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.pipes.pipesiterator with parameters of type TotalCountResult.STATUS Constructor Description TotalCountResult(long totalCount, TotalCountResult.STATUS status)
-