Class GetArchiveWriteETATask
java.lang.Object
org.jivesoftware.openfire.archive.GetArchiveWriteETATask
- All Implemented Interfaces:
Externalizable,Serializable,Runnable,ClusterTask<Duration>
A task that retrieves a time estimation on the time it takes for data to have been written to persistent storage.
- Author:
- Guus der Kinderen, guus.der.kinderen@gmail.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GetArchiveWriteETATask
public GetArchiveWriteETATask() -
GetArchiveWriteETATask
-
-
Method Details
-
run
public void run() -
getResult
- Specified by:
getResultin interfaceClusterTask<Duration>
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-