| Package | Description |
|---|---|
| org.hawkular.metrics.scheduler.api | |
| org.hawkular.metrics.scheduler.impl |
| Modifier and Type | Field and Description |
|---|---|
static RetryPolicy |
RetryPolicy.NONE |
static RetryPolicy |
RetryPolicy.NOW |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.register(String jobType,
rx.functions.Func1<JobDetails,rx.Completable> jobProducer,
rx.functions.Func2<JobDetails,Throwable,RetryPolicy> retryFunction)
Registers two functions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestScheduler.register(String jobType,
rx.functions.Func1<JobDetails,rx.Completable> jobProducer,
rx.functions.Func2<JobDetails,Throwable,RetryPolicy> retryFunction) |
void |
SchedulerImpl.register(String jobType,
rx.functions.Func1<JobDetails,rx.Completable> jobProducer,
rx.functions.Func2<JobDetails,Throwable,RetryPolicy> retryFunction) |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.