public final class BackfillResource extends Object
| Constructor and Description |
|---|
BackfillResource(String schedulerServiceBaseUrl,
Storage storage) |
| Modifier and Type | Method and Description |
|---|---|
com.spotify.apollo.Response<BackfillPayload> |
getBackfill(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<? extends com.spotify.apollo.route.Route<? extends com.spotify.apollo.route.AsyncHandler<? extends com.spotify.apollo.Response<okio.ByteString>>>> |
routes() |
com.spotify.apollo.Response<Backfill> |
updateBackfill(String id,
Backfill backfill) |
public Stream<? extends com.spotify.apollo.route.Route<? extends com.spotify.apollo.route.AsyncHandler<? extends com.spotify.apollo.Response<okio.ByteString>>>> routes()
public BackfillsPayload getBackfills(com.spotify.apollo.RequestContext rc)
public com.spotify.apollo.Response<BackfillPayload> getBackfill(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 © 2017. All rights reserved.