public class FailedReportingAttemptChecker
extends java.util.TimerTask
| Constructor and Description |
|---|
FailedReportingAttemptChecker(java.util.concurrent.ExecutorService executor,
BookKeeperClient bookkeeperClient)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
It will get the list of unreported usages and re-submit them to the book keeper server again.
|
public FailedReportingAttemptChecker(java.util.concurrent.ExecutorService executor,
BookKeeperClient bookkeeperClient)
executor - the executor which will accept the runnable reporting classesbookkeeperClient - the book keeper client which will access the remote the serverCopyright © 2023 Regents of the University of California. All Rights Reserved.