Class DocumentV1ApiHandler
java.lang.Object
com.yahoo.jdisc.AbstractResource
com.yahoo.jdisc.handler.AbstractRequestHandler
com.yahoo.document.restapi.resource.DocumentV1ApiHandler
- All Implemented Interfaces:
com.yahoo.jdisc.handler.RequestHandler,com.yahoo.jdisc.SharedResource
public class DocumentV1ApiHandler
extends com.yahoo.jdisc.handler.AbstractRequestHandler
Asynchronous HTTP handler for /document/v1
- Author:
- jonmv
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.jdisc.SharedResource
com.yahoo.jdisc.SharedResource.Debug -
Field Summary
Fields inherited from interface com.yahoo.jdisc.SharedResource
DEBUG, SYSTEM_PROPERTY_NAME_DEBUG -
Constructor Summary
ConstructorsConstructorDescriptionDocumentV1ApiHandler(com.yahoo.jdisc.Metric metric, com.yahoo.metrics.simple.MetricReceiver metricReceiver, com.yahoo.container.core.documentapi.VespaDocumentAccess documentAccess, com.yahoo.document.config.DocumentmanagerConfig documentManagerConfig, com.yahoo.cloud.config.ClusterListConfig clusterListConfig, com.yahoo.vespa.config.content.AllClustersBucketSpacesConfig bucketSpacesConfig, DocumentOperationExecutorConfig executorConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()com.yahoo.jdisc.handler.ContentChannelhandleRequest(com.yahoo.jdisc.Request rawRequest, com.yahoo.jdisc.handler.ResponseHandler rawResponseHandler) voidhandleTimeout(com.yahoo.jdisc.Request request, com.yahoo.jdisc.handler.ResponseHandler responseHandler) Methods inherited from class com.yahoo.jdisc.AbstractResource
currentState, refer, refer, release, retainCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.jdisc.SharedResource
refer, refer, release
-
Constructor Details
-
DocumentV1ApiHandler
@Inject public DocumentV1ApiHandler(com.yahoo.jdisc.Metric metric, com.yahoo.metrics.simple.MetricReceiver metricReceiver, com.yahoo.container.core.documentapi.VespaDocumentAccess documentAccess, com.yahoo.document.config.DocumentmanagerConfig documentManagerConfig, com.yahoo.cloud.config.ClusterListConfig clusterListConfig, com.yahoo.vespa.config.content.AllClustersBucketSpacesConfig bucketSpacesConfig, DocumentOperationExecutorConfig executorConfig)
-
-
Method Details
-
handleRequest
public com.yahoo.jdisc.handler.ContentChannel handleRequest(com.yahoo.jdisc.Request rawRequest, com.yahoo.jdisc.handler.ResponseHandler rawResponseHandler) -
handleTimeout
public void handleTimeout(com.yahoo.jdisc.Request request, com.yahoo.jdisc.handler.ResponseHandler responseHandler) - Specified by:
handleTimeoutin interfacecom.yahoo.jdisc.handler.RequestHandler- Overrides:
handleTimeoutin classcom.yahoo.jdisc.handler.AbstractRequestHandler
-
destroy
public void destroy()- Overrides:
destroyin classcom.yahoo.jdisc.AbstractResource
-