public final class BackfillResource extends Object
| Constructor and Description |
|---|
BackfillResource(String schedulerServiceBaseUrl,
Storage storage,
WorkflowValidator workflowValidator) |
| Modifier and Type | Method and Description |
|---|---|
com.spotify.apollo.Response<BackfillPayload> |
getBackfill(com.spotify.apollo.RequestContext rc,
String id) |
BackfillsPayload |
getBackfills(com.spotify.apollo.RequestContext rc) |
CompletionStage<com.spotify.apollo.Response<okio.ByteString>> |
haltBackfill(String id,
com.spotify.apollo.RequestContext rc) |
com.spotify.apollo.Response<Backfill> |
postBackfill(BackfillInput input) |
Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> |
routes() |
com.spotify.apollo.Response<Backfill> |
updateBackfill(String id,
Backfill backfill) |
public BackfillResource(String schedulerServiceBaseUrl, Storage storage, WorkflowValidator workflowValidator)
public Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> routes()
public BackfillsPayload getBackfills(com.spotify.apollo.RequestContext rc)
public com.spotify.apollo.Response<BackfillPayload> getBackfill(com.spotify.apollo.RequestContext rc, String id)
public CompletionStage<com.spotify.apollo.Response<okio.ByteString>> haltBackfill(String id, com.spotify.apollo.RequestContext rc)
public com.spotify.apollo.Response<Backfill> postBackfill(BackfillInput input)
Copyright © 2018. All rights reserved.