| Package | Description |
|---|---|
| org.graylog2.rest.models.system | |
| org.graylog2.rest.resources.cluster | |
| org.graylog2.rest.resources.system.jobs |
| Modifier and Type | Method and Description |
|---|---|
static SystemJobSummary |
SystemJobSummary.create(UUID id,
String description,
String name,
String info,
String nodeId,
org.joda.time.DateTime startedAt,
int percentComplete,
boolean isCancelable,
boolean providesProgress) |
| Modifier and Type | Method and Description |
|---|---|
SystemJobSummary |
ClusterSystemJobResource.cancelJob(String jobId) |
SystemJobSummary |
ClusterSystemJobResource.getJob(String jobId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Optional<Map<String,List<SystemJobSummary>>>> |
ClusterSystemJobResource.list() |
| Modifier and Type | Method and Description |
|---|---|
SystemJobSummary |
SystemJobResource.cancel(String jobId) |
SystemJobSummary |
SystemJobResource.get(String jobId) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<SystemJobSummary> |
RemoteSystemJobResource.delete(String jobId) |
retrofit2.Call<SystemJobSummary> |
RemoteSystemJobResource.get(String jobId) |
Map<String,List<SystemJobSummary>> |
SystemJobResource.list() |
retrofit2.Call<Map<String,List<SystemJobSummary>>> |
RemoteSystemJobResource.list() |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.