Modifier and Type | Method and Description |
---|---|
protected ApiJobStore |
AbstractBinderFactory.buildApiJobStore()
Builds an instance of the interface to the storage system to use to store metadata about asynchronous
requests.
|
Modifier and Type | Class and Description |
---|---|
class |
HashJobStore
An ApiJobStore backed by an in-memory map.
|
class |
NoOpApiJobStore
An ApiJobStore that doesn't actually do anything.
|
Constructor and Description |
---|
DefaultAsynchronousWorkflowsBuilder(ApiJobStore apiJobStore,
PreResponseStore preResponseStore,
Clock timestampGenerator)
A factory for constructing the asynchronous response building workflow.
|
Constructor and Description |
---|
JobsApiRequestImpl(String format,
String asyncAfter,
String perPage,
String page,
String filters,
javax.ws.rs.core.UriInfo uriInfo,
JobPayloadBuilder jobPayloadBuilder,
ApiJobStore apiJobStore)
Parses the API request URL and generates the Api Request object.
|
Constructor and Description |
---|
JobsServlet(ObjectMappersSuite objectMappers,
ApiJobStore apiJobStore,
JobPayloadBuilder jobPayloadBuilder,
PreResponseStore preResponseStore,
BroadcastChannel<String> broadcastChannel,
RequestMapper requestMapper,
HttpResponseMaker httpResponseMaker,
ResponseFormatResolver formatResolver)
Constructor.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.