Uses of Class
com.yahoo.documentapi.DocumentAccess
Packages that use DocumentAccess
Package
Description
-
Uses of DocumentAccess in com.yahoo.documentapi
Methods in com.yahoo.documentapi that return DocumentAccessModifier and TypeMethodDescriptionstatic DocumentAccessDocumentAccess.createForNonContainer()This is a convenience method to return a document access object when running outside of a Vespa application container, with all default parameter values. -
Uses of DocumentAccess in com.yahoo.documentapi.local
Subclasses of DocumentAccess in com.yahoo.documentapi.localModifier and TypeClassDescriptionclassThe main class of the local implementation of the document api. -
Uses of DocumentAccess in com.yahoo.documentapi.messagebus
Subclasses of DocumentAccess in com.yahoo.documentapi.messagebusModifier and TypeClassDescriptionfinal classThis class implements theDocumentAccessinterface using message bus for communication.