Package org.apache.tika.pipes.async
Class AsyncStatus
java.lang.Object
org.apache.tika.pipes.async.AsyncStatus
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
void
update
(Map<PipesResult.STATUS, Long> statusCounts, TotalCountResult totalCountResult, AsyncStatus.ASYNC_STATUS status) void
updateCrash
(String msg)
-
Constructor Details
-
AsyncStatus
public AsyncStatus()
-
-
Method Details
-
update
public void update(Map<PipesResult.STATUS, Long> statusCounts, TotalCountResult totalCountResult, AsyncStatus.ASYNC_STATUS status) -
updateCrash
-
getStarted
-
getLastUpdate
-
getTotalCountResult
-
getStatusCounts
-
getAsyncStatus
-
getCrashMessage
-
toString
-