| Package | Description |
|---|---|
| org.hawkular.metrics.scheduler.api | |
| org.hawkular.metrics.scheduler.impl |
| Modifier and Type | Method and Description |
|---|---|
rx.Single<JobDetails> |
Scheduler.scheduleJob(String type,
String name,
Map<String,String> parameters,
Trigger trigger) |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.registerJobFactory(String jobType,
rx.functions.Func1<JobDetails,rx.Completable> factory) |
| Modifier and Type | Method and Description |
|---|---|
rx.Single<JobDetails> |
SchedulerImpl.scheduleJob(String type,
String name,
Map<String,String> parameter,
Trigger trigger) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerImpl.registerJobFactory(String jobType,
rx.functions.Func1<JobDetails,rx.Completable> factory) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.