Interface ProgressInterface
- All Known Implementing Classes:
ECpdsPlugin
public interface ProgressInterface
ECMWF Product Data Store (OpenECPDS) Project.
- Since:
- 2024-07-01
- Version:
- 6.7.7
- Author:
- Laurent Gougeon - syi@ecmwf.int, ECMWF.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the byte sent.long
Gets the data file id.getRoot()
Gets the root.void
Update progress.
-
Method Details
-
getDataFileId
long getDataFileId()Gets the data file id.- Returns:
- the data file id
-
getRoot
-
getByteSent
long getByteSent()Gets the byte sent.- Returns:
- the byte sent
-
update
Update progress.- Parameters:
root
- the rootbyteSent
- the byte sent
-