Package io.quarkus.jacoco.runtime
Class DataFileWatch
java.lang.Object
io.quarkus.jacoco.runtime.DataFileWatch
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataFileWatch(Path datafile, BooleanSupplier jacocoFinished, Consumer<String> errorMsg) DataFileWatch(LongSupplier clock, Path datafile, BooleanSupplier jacocoFinished, Consumer<String> errorMsg) -
Method Summary
Modifier and TypeMethodDescription(package private) long(package private) boolean(package private) void
-
Field Details
-
ABORT_TIMEOUT_MILLIS
static final int ABORT_TIMEOUT_MILLIS- See Also:
-
-
Constructor Details
-
DataFileWatch
DataFileWatch(Path datafile, BooleanSupplier jacocoFinished, Consumer<String> errorMsg) -
DataFileWatch
DataFileWatch(LongSupplier clock, Path datafile, BooleanSupplier jacocoFinished, Consumer<String> errorMsg)
-
-
Method Details
-
waitForDataFile
- Throws:
IOExceptionInterruptedException
-
waitSleep
- Throws:
InterruptedException
-
dataFileSize
- Throws:
IOException
-