Skip navigation links
A B C D E F G H I J K M N O P Q R S T U V W _ 

A

add(String, String) - Method in class com.yahoo.application.container.handler.Headers
Adds the given value to the entry of the specified key.
add(String, List<String>) - Method in class com.yahoo.application.container.handler.Headers
Adds the given values to the entry of the specified key.
addAll(Map<? extends String, ? extends List<String>>) - Method in class com.yahoo.application.container.handler.Headers
Adds all the entries of the given map to this.
Application - Class in com.yahoo.application
Contains one or more containers built from services.xml.
Application(Path, Networking, boolean) - Constructor for class com.yahoo.application.Application
 
application - Variable in class com.yahoo.application.container.JDisc
 
Application.Builder - Class in com.yahoo.application
A wrapper around ApplicationBuilder that generates a services.xml
Application.Builder.Container - Class in com.yahoo.application
 
Application.Builder.Container.ComponentItem<T> - Class in com.yahoo.application
 
ApplicationBuilder - Class in com.yahoo.application
Builds an application package on disk and returns a path to the result.
ApplicationBuilder() - Constructor for class com.yahoo.application.ApplicationBuilder
 
applicationDir - Variable in class com.yahoo.application.ApplicationBuilder
 
ApplicationException - Exception in com.yahoo.application.container
Wraps an Exception in a RuntimeException, for user convenience.
ApplicationException(Exception) - Constructor for exception com.yahoo.application.container.ApplicationException
 
asChainRegistry(SearchChainRegistry) - Method in class com.yahoo.application.container.Search
 
attributes - Variable in class com.yahoo.application.container.handler.Request
 
awaitFuture(ListenableFuture<Boolean>) - Method in class com.yahoo.application.container.ProcessingBase
 

B

bindings(Path, ConfigModelRepo, Networking) - Method in class com.yahoo.application.container.JDisc
 
BlockingCompletionHandler() - Constructor for class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingCompletionHandler
 
BlockingResponseHandler() - Constructor for class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingResponseHandler
 
body - Variable in class com.yahoo.application.container.handler.Request
 
body - Variable in class com.yahoo.application.container.handler.Response
 
build() - Method in class com.yahoo.application.Application.Builder
 
build(PrintWriter, String, int) - Method in class com.yahoo.application.Application.Builder.Container
 
build() - Method in class com.yahoo.application.ApplicationBuilder
 
Builder() - Constructor for class com.yahoo.application.Application.Builder
 
Builder() - Constructor for class com.yahoo.application.MockApplicationConfig.Builder
 
Builder(MockApplicationConfig) - Constructor for class com.yahoo.application.MockApplicationConfig.Builder
 
Builder() - Constructor for class com.yahoo.application.MockApplicationConfig.Mymapstruct.Builder
 
Builder(MockApplicationConfig.Mymapstruct) - Constructor for class com.yahoo.application.MockApplicationConfig.Mymapstruct.Builder
 
Builder() - Constructor for class com.yahoo.application.MockApplicationConfig.Mystruct.Builder
 
Builder(MockApplicationConfig.Mystruct) - Constructor for class com.yahoo.application.MockApplicationConfig.Mystruct.Builder
 
Builder() - Constructor for class com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
 
Builder(MockApplicationConfig.Mystructlist) - Constructor for class com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
 

C

charset() - Method in class com.yahoo.application.container.handler.Response
 
charset(String) - Static method in class com.yahoo.application.container.handler.Response
 
charsetPattern - Static variable in class com.yahoo.application.container.handler.Response
 
clear() - Method in class com.yahoo.application.container.handler.Headers
 
client(String, Class<? extends ClientProvider>) - Method in class com.yahoo.application.Application.Builder.Container
 
clients - Variable in class com.yahoo.application.Application.Builder.Container
 
close() - Method in class com.yahoo.application.Application
Shuts down all services.
close() - Method in class com.yahoo.application.container.JDisc
Closes the current JDisc.
close(CompletionHandler) - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingResponseHandler
 
closedLatch - Variable in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingResponseHandler
 
com.yahoo.application - package com.yahoo.application
This package provides an API for building Vespa or jDisc applications programmatically or from an application package source, and instantiating those applications inside the current Java runtime.
com.yahoo.application.container - package com.yahoo.application.container
API for interacting with a locally instantiated jDisc container.
com.yahoo.application.container.handler - package com.yahoo.application.container.handler
API for passing requests and inspecting responses to a locally instantiated container.
completed() - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingCompletionHandler
 
component(Class<?>) - Method in class com.yahoo.application.Application.Builder.Container
 
component(String, Class<?>, ConfigInstance...) - Method in class com.yahoo.application.Application.Builder.Container
 
component - Variable in class com.yahoo.application.Application.Builder.Container.ComponentItem
 
ComponentItem(String, Class<? extends T>, ConfigInstance...) - Constructor for class com.yahoo.application.Application.Builder.Container.ComponentItem
 
components - Variable in class com.yahoo.application.Application.Builder.Container
 
components() - Method in class com.yahoo.application.container.JDisc
Returns a registry of all components available in this
concatenateBuffers(List<ByteBuffer>) - Static method in class com.yahoo.application.container.SynchronousRequestResponseHandler
 
config(ConfigInstance) - Method in class com.yahoo.application.Application.Builder.Container
 
CONFIG_DEF_MD5 - Static variable in class com.yahoo.application.MockApplicationConfig
 
CONFIG_DEF_NAME - Static variable in class com.yahoo.application.MockApplicationConfig
 
CONFIG_DEF_NAMESPACE - Static variable in class com.yahoo.application.MockApplicationConfig
 
CONFIG_DEF_SCHEMA - Static variable in class com.yahoo.application.MockApplicationConfig
 
CONFIG_DEF_VERSION - Static variable in class com.yahoo.application.MockApplicationConfig
 
configs - Variable in class com.yahoo.application.Application.Builder.Container.ComponentItem
 
configs - Variable in class com.yahoo.application.Application.Builder.Container
 
connectRequest(Request, TestDriver, ResponseHandler) - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler
 
container(String, Application.Builder.Container) - Method in class com.yahoo.application.Application.Builder
 
Container() - Constructor for class com.yahoo.application.Application.Builder.Container
 
container - Variable in class com.yahoo.application.Application
 
container - Variable in class com.yahoo.application.container.JDisc
 
containers - Variable in class com.yahoo.application.Application.Builder
 
contains(String, String) - Method in class com.yahoo.application.container.handler.Headers
Convenience method for checking whether or not a named header contains a specific value.
containsFieldsFlaggedWithRestart() - Static method in class com.yahoo.application.MockApplicationConfig
 
containsIgnoreCase(String, String) - Method in class com.yahoo.application.container.handler.Headers
Convenience method for checking whether or not a named header contains a specific value, regardless of case.
containsKey(Object) - Method in class com.yahoo.application.container.handler.Headers
 
containsValue(Object) - Method in class com.yahoo.application.container.handler.Headers
 
contentClusters - Variable in class com.yahoo.application.Application
 
copyResponseHeaders(Response, Response) - Static method in class com.yahoo.application.container.SynchronousRequestResponseHandler
 
createDiscRequest(Request, CurrentContainer) - Static method in class com.yahoo.application.container.SynchronousRequestResponseHandler
 
createFile(Path, String) - Method in class com.yahoo.application.Application.Builder
 
createFile(Path, String) - Method in class com.yahoo.application.ApplicationBuilder
 
createMap(Map<String, MockApplicationConfig.Mymapstruct.Builder>) - Static method in class com.yahoo.application.MockApplicationConfig.Mymapstruct
 
createVector(List<MockApplicationConfig.Mystructlist.Builder>) - Static method in class com.yahoo.application.MockApplicationConfig.Mystructlist
 
createVespaModel() - Method in class com.yahoo.application.Application
 

D

DEFAULT_CHAIN - Static variable in class com.yahoo.application.Application.Builder
 
deletePathWhenClosing - Variable in class com.yahoo.application.Application
 
deletePathWhenClosing - Variable in class com.yahoo.application.container.JDisc
 
discResponse - Variable in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingResponseHandler
 
dispatchGetConfig(ConfigInstance.Producer) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
docprocs - Variable in class com.yahoo.application.Application.Builder.Container
 
DocumentProcessing - Class in com.yahoo.application.container
For doing document processing with JDisc.
DocumentProcessing(DocumentProcessingHandler) - Constructor for class com.yahoo.application.container.DocumentProcessing
 
documentProcessing() - Method in class com.yahoo.application.container.JDisc
Returns a DocumentProcessing, used to process objects of type Document, DocumentRemove and DocumentUpdate.
documentProcessor(Class<? extends DocumentProcessor>) - Method in class com.yahoo.application.Application.Builder.Container
 
documentProcessor(String, Class<? extends DocumentProcessor>, ConfigInstance...) - Method in class com.yahoo.application.Application.Builder.Container
 
documentProcessor(String, String, Class<? extends DocumentProcessor>, ConfigInstance...) - Method in class com.yahoo.application.Application.Builder.Container
 
documentType(String, String) - Method in class com.yahoo.application.Application.Builder
 
documentType(String, String) - Method in class com.yahoo.application.ApplicationBuilder
 
documentTypes - Variable in class com.yahoo.application.container.DocumentProcessing
 
doGetRenderer(ComponentSpecification) - Method in class com.yahoo.application.container.Processing
 
doGetRenderer(ComponentSpecification) - Method in class com.yahoo.application.container.ProcessingBase
 
doGetRenderer(ComponentSpecification) - Method in class com.yahoo.application.container.Search
 
doneLatch - Variable in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingCompletionHandler
 
doProcess(Chain<Processor>, Request) - Method in class com.yahoo.application.container.Processing
 
doProcess(Chain<PROCESSOR>, REQUEST) - Method in class com.yahoo.application.container.ProcessingBase
 
doProcess(Chain<Searcher>, Query) - Method in class com.yahoo.application.container.Search
 
doProcessAndRender(ComponentSpecification, Request, Renderer<Response>, ByteArrayOutputStream) - Method in class com.yahoo.application.container.Processing
 
doProcessAndRender(ComponentSpecification, REQUEST, Renderer<RESPONSE>, ByteArrayOutputStream) - Method in class com.yahoo.application.container.ProcessingBase
 
doProcessAndRender(ComponentSpecification, Query, Renderer<Result>, ByteArrayOutputStream) - Method in class com.yahoo.application.container.Search
 

E

enableSearch - Variable in class com.yahoo.application.Application.Builder.Container
 
ensureNotAlreadyBuild() - Method in class com.yahoo.application.ApplicationBuilder
 
entries() - Method in class com.yahoo.application.container.handler.Headers
Returns an unmodifiable list of all key-value pairs of this.
entrySet() - Method in class com.yahoo.application.container.handler.Headers
 
equals(Object) - Method in class com.yahoo.application.container.handler.Headers
 
expressionInclude(String, String) - Method in class com.yahoo.application.Application.Builder
 

F

failed(Throwable) - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingCompletionHandler
 
fromApplicationPackage(Path, Networking) - Static method in class com.yahoo.application.Application
Factory method to create an Application from an application package.
fromApplicationPackage(File, Networking) - Static method in class com.yahoo.application.Application
Factory method to create an Application from an application package.
fromBuilder(Application.Builder) - Static method in class com.yahoo.application.Application
 
fromPath(Path, Networking) - Static method in class com.yahoo.application.container.JDisc
Factory method to create a JDisc from an application package.
fromPath(Path, Networking, ConfigModelRepo) - Static method in class com.yahoo.application.container.JDisc
Create a jDisc instance which is given a config model repo (in which (mock) content clusters can be looked up).
fromServicesXml(String, Networking) - Static method in class com.yahoo.application.Application
Factory method to create an Application from an XML String.
fromServicesXml(String, Networking) - Static method in class com.yahoo.application.container.JDisc
Factory method to create a JDisc from an XML String.

G

generateComponent(PrintWriter, Application.Builder.Container.ComponentItem<?>, String) - Method in class com.yahoo.application.Application.Builder.Container
 
generateConfig(PrintWriter, ConfigInstance) - Method in class com.yahoo.application.Application.Builder.Container
 
generateConfigField(PrintWriter, InnerNode, Field) - Method in class com.yahoo.application.Application.Builder.Container
 
generateConfigNode(PrintWriter, InnerNode) - Method in class com.yahoo.application.Application.Builder.Container
 
generateXml() - Method in class com.yahoo.application.Application.Builder
 
get(Object) - Method in class com.yahoo.application.container.handler.Headers
 
getAnnotationTypes() - Method in class com.yahoo.application.container.DocumentProcessing
 
getAttributes() - Method in class com.yahoo.application.container.handler.Request
 
getBody() - Method in class com.yahoo.application.container.handler.Request
Returns the body of this Request.
getBody() - Method in class com.yahoo.application.container.handler.Response
Returns the body of this Response.
getBodyAsString() - Method in class com.yahoo.application.container.handler.Response
Attempts to decode the buffer returned by Response.getBody() as a String in a best-effort manner.
getChain(ComponentSpecification) - Method in class com.yahoo.application.container.ProcessingBase
 
getChains() - Method in class com.yahoo.application.container.DocumentProcessing
Returns a registry of configured docproc chains.
getChains() - Method in class com.yahoo.application.container.Processing
 
getChains() - Method in class com.yahoo.application.container.ProcessingBase
Returns a registry of configured chains.
getChains() - Method in class com.yahoo.application.container.Search
 
getChangesRequiringRestart(MockApplicationConfig) - Method in class com.yahoo.application.MockApplicationConfig
 
getChangesRequiringRestart(MockApplicationConfig.Mymapstruct) - Method in class com.yahoo.application.MockApplicationConfig.Mymapstruct
 
getChangesRequiringRestart(MockApplicationConfig.Mystruct) - Method in class com.yahoo.application.MockApplicationConfig.Mystruct
 
getChangesRequiringRestart(MockApplicationConfig.Mystructlist) - Method in class com.yahoo.application.MockApplicationConfig.Mystructlist
 
getConfig(MockApplicationConfig.Builder) - Method in interface com.yahoo.application.MockApplicationConfig.Producer
 
getDefMd5() - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
getDefMd5() - Static method in class com.yahoo.application.MockApplicationConfig
 
getDefName() - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
getDefName() - Static method in class com.yahoo.application.MockApplicationConfig
 
getDefNamespace() - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
getDefNamespace() - Static method in class com.yahoo.application.MockApplicationConfig
 
getDefVersion() - Static method in class com.yahoo.application.MockApplicationConfig
 
getDocumentTypes() - Method in class com.yahoo.application.container.DocumentProcessing
 
getExecutor(ComponentSpecification) - Method in class com.yahoo.application.container.DocumentProcessing
 
getFirst(String) - Method in class com.yahoo.application.container.handler.Headers
Convenience method for retrieving the first value of a named header field.
getHeaders() - Method in class com.yahoo.application.container.handler.Request
Returns a mutable multi-map of headers for this Request.
getHeaders() - Method in class com.yahoo.application.container.handler.Response
Returns a mutable multi-map of headers for this Response.
getJDisc(String) - Method in class com.yahoo.application.Application
 
getMethod() - Method in class com.yahoo.application.container.handler.Request
 
getPath() - Method in class com.yahoo.application.ApplicationBuilder
 
getRandomPort() - Static method in class com.yahoo.application.Application.Builder
 
getRenderer(ComponentSpecification) - Method in class com.yahoo.application.container.ProcessingBase
 
getResourceFile(String) - Static method in class com.yahoo.application.Application.Builder
Get the file name (path) of a resource or fail if it can not be found
getResponse() - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingResponseHandler
 
getScheme(String) - Static method in class com.yahoo.application.container.SynchronousRequestResponseHandler
 
getSearchHandler() - Method in class com.yahoo.application.container.JDisc
 
getStatus() - Method in class com.yahoo.application.container.handler.Response
Returns the status code of this response.
getTempDir() - Static method in class com.yahoo.application.Application.Builder
Get the temporary directory
getUri() - Method in class com.yahoo.application.container.handler.Request
Returns the URI of this Request.

H

h - Variable in class com.yahoo.application.container.handler.Headers
 
handler(String, Class<? extends RequestHandler>) - Method in class com.yahoo.application.Application.Builder.Container
 
handler - Variable in class com.yahoo.application.container.DocumentProcessing
 
handler - Variable in class com.yahoo.application.container.Processing
 
handler - Variable in class com.yahoo.application.container.Search
 
handleRequest(Request) - Method in class com.yahoo.application.container.JDisc
Handles the given Request by passing it to the RequestHandler that is bound to the request's URI.
handleRequest(Request, TestDriver) - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler
 
handleResponse(Response) - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingResponseHandler
 
handlers - Variable in class com.yahoo.application.Application.Builder.Container
 
hashCode() - Method in class com.yahoo.application.container.handler.Headers
 
Headers - Class in com.yahoo.application.container.handler
A multi-map for Request and Response header fields.
Headers() - Constructor for class com.yahoo.application.container.handler.Headers
 
headers - Variable in class com.yahoo.application.container.handler.Request
 
headers - Variable in class com.yahoo.application.container.handler.Response
 

I

id - Variable in class com.yahoo.application.Application.Builder.Container.ComponentItem
 
id - Variable in class com.yahoo.application.MockApplicationConfig.Mymapstruct.Builder
 
id(String) - Method in class com.yahoo.application.MockApplicationConfig.Mymapstruct.Builder
 
id - Variable in class com.yahoo.application.MockApplicationConfig.Mymapstruct
 
id() - Method in class com.yahoo.application.MockApplicationConfig.Mymapstruct
 
id - Variable in class com.yahoo.application.MockApplicationConfig.Mystruct.Builder
 
id(String) - Method in class com.yahoo.application.MockApplicationConfig.Mystruct.Builder
 
id - Variable in class com.yahoo.application.MockApplicationConfig.Mystruct
 
id() - Method in class com.yahoo.application.MockApplicationConfig.Mystruct
 
id - Variable in class com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
 
id(String) - Method in class com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
 
id - Variable in class com.yahoo.application.MockApplicationConfig.Mystructlist
 
id() - Method in class com.yahoo.application.MockApplicationConfig.Mystructlist
 
isEmpty() - Method in class com.yahoo.application.container.handler.Headers
 
isTrue(String) - Method in class com.yahoo.application.container.handler.Headers
Convenience method for checking whether or not a named header field is true.

J

JDisc - Class in com.yahoo.application.container
A JDisc Container configured from XML.
JDisc(Path, boolean, Networking, ConfigModelRepo) - Constructor for class com.yahoo.application.container.JDisc
 

K

keySet() - Method in class com.yahoo.application.container.handler.Headers
 

M

makeTempDir(String, String) - Static method in class com.yahoo.application.Application.Builder
Create a temporary directory using @{link File.createTempFile()}, but creating a directory instead of a file.
method - Variable in class com.yahoo.application.container.handler.Request
 
Method() - Constructor for enum com.yahoo.application.container.handler.Request.Method
 
MockApplicationConfig - Class in com.yahoo.application
This class represents the root node of mock-application Copyright 2017 Yahoo Holdings.
MockApplicationConfig(MockApplicationConfig.Builder) - Constructor for class com.yahoo.application.MockApplicationConfig
 
MockApplicationConfig(MockApplicationConfig.Builder, boolean) - Constructor for class com.yahoo.application.MockApplicationConfig
 
MockApplicationConfig.Builder - Class in com.yahoo.application
 
MockApplicationConfig.Mymapstruct - Class in com.yahoo.application
This class represents mock-application.mymapstruct{}
MockApplicationConfig.Mymapstruct.Builder - Class in com.yahoo.application
 
MockApplicationConfig.Mystruct - Class in com.yahoo.application
This class represents mock-application.mystruct
MockApplicationConfig.Mystruct.Builder - Class in com.yahoo.application
 
MockApplicationConfig.Mystructlist - Class in com.yahoo.application
This class represents mock-application.mystructlist[]
MockApplicationConfig.Mystructlist.Builder - Class in com.yahoo.application
 
MockApplicationConfig.Producer - Interface in com.yahoo.application
 
mylist - Variable in class com.yahoo.application.MockApplicationConfig.Builder
 
mylist(String) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
mylist(Collection<String>) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
mylist - Variable in class com.yahoo.application.MockApplicationConfig
 
mylist() - Method in class com.yahoo.application.MockApplicationConfig
 
mylist(int) - Method in class com.yahoo.application.MockApplicationConfig
 
mymap - Variable in class com.yahoo.application.MockApplicationConfig.Builder
 
mymap(String, String) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
mymap(Map<String, String>) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
mymap - Variable in class com.yahoo.application.MockApplicationConfig
 
mymap() - Method in class com.yahoo.application.MockApplicationConfig
 
mymap(String) - Method in class com.yahoo.application.MockApplicationConfig
 
mymapstruct - Variable in class com.yahoo.application.MockApplicationConfig.Builder
 
mymapstruct(String, MockApplicationConfig.Mymapstruct.Builder) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
mymapstruct(Map<String, MockApplicationConfig.Mymapstruct.Builder>) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
mymapstruct - Variable in class com.yahoo.application.MockApplicationConfig
 
mymapstruct() - Method in class com.yahoo.application.MockApplicationConfig
 
mymapstruct(String) - Method in class com.yahoo.application.MockApplicationConfig
 
Mymapstruct(MockApplicationConfig.Mymapstruct.Builder) - Constructor for class com.yahoo.application.MockApplicationConfig.Mymapstruct
 
Mymapstruct(MockApplicationConfig.Mymapstruct.Builder, boolean) - Constructor for class com.yahoo.application.MockApplicationConfig.Mymapstruct
 
mystruct - Variable in class com.yahoo.application.MockApplicationConfig.Builder
 
mystruct(MockApplicationConfig.Mystruct.Builder) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
mystruct - Variable in class com.yahoo.application.MockApplicationConfig
 
mystruct() - Method in class com.yahoo.application.MockApplicationConfig
 
Mystruct(MockApplicationConfig.Mystruct.Builder) - Constructor for class com.yahoo.application.MockApplicationConfig.Mystruct
 
Mystruct(MockApplicationConfig.Mystruct.Builder, boolean) - Constructor for class com.yahoo.application.MockApplicationConfig.Mystruct
 
mystructlist - Variable in class com.yahoo.application.MockApplicationConfig.Builder
 
mystructlist(MockApplicationConfig.Mystructlist.Builder) - Method in class com.yahoo.application.MockApplicationConfig.Builder
Add the given builder to this builder's list of Mystructlist builders
mystructlist(List<MockApplicationConfig.Mystructlist.Builder>) - Method in class com.yahoo.application.MockApplicationConfig.Builder
Set the given list as this builder's list of Mystructlist builders
mystructlist - Variable in class com.yahoo.application.MockApplicationConfig
 
mystructlist() - Method in class com.yahoo.application.MockApplicationConfig
 
mystructlist(int) - Method in class com.yahoo.application.MockApplicationConfig
 
Mystructlist() - Constructor for class com.yahoo.application.MockApplicationConfig.Mystructlist
Deprecated.
Not for public use. Does not check for uninitialized fields. Replaced by Mystructlist(Builder)
Mystructlist(MockApplicationConfig.Mystructlist.Builder) - Constructor for class com.yahoo.application.MockApplicationConfig.Mystructlist
 
Mystructlist(MockApplicationConfig.Mystructlist.Builder, boolean) - Constructor for class com.yahoo.application.MockApplicationConfig.Mystructlist
 

N

nestedResource(Path, String, String) - Method in class com.yahoo.application.Application.Builder
 
nestedResource(Path, String, String) - Method in class com.yahoo.application.ApplicationBuilder
 
networking - Variable in class com.yahoo.application.Application.Builder
 
networking(Networking) - Method in class com.yahoo.application.Application.Builder
 
networking - Variable in class com.yahoo.application.ApplicationBuilder
 
networking(Networking) - Method in class com.yahoo.application.ApplicationBuilder
Disabled per default
Networking - Enum in com.yahoo.application
 
Networking() - Constructor for enum com.yahoo.application.Networking
 

O

osgiFramework - Variable in class com.yahoo.application.container.JDisc
 
override(MockApplicationConfig.Builder) - Method in class com.yahoo.application.MockApplicationConfig.Builder
 
override(MockApplicationConfig.Mymapstruct.Builder) - Method in class com.yahoo.application.MockApplicationConfig.Mymapstruct.Builder
 
override(MockApplicationConfig.Mystruct.Builder) - Method in class com.yahoo.application.MockApplicationConfig.Mystruct.Builder
 
override(MockApplicationConfig.Mystructlist.Builder) - Method in class com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
 

P

path - Variable in class com.yahoo.application.Application.Builder
 
path - Variable in class com.yahoo.application.Application
 
path - Variable in class com.yahoo.application.container.JDisc
 
process(ComponentSpecification, Processing) - Method in class com.yahoo.application.container.DocumentProcessing
Processes the given Processing through the specified chain.
process(ComponentSpecification, REQUEST) - Method in class com.yahoo.application.container.ProcessingBase
Processes the given request with the given chain, and returns the response.
processAndRender(ComponentSpecification, ComponentSpecification, REQUEST) - Method in class com.yahoo.application.container.ProcessingBase
 
processing() - Method in class com.yahoo.application.container.JDisc
Returns a Processing, used to do generic asynchronous operations in a request/response API.
Processing - Class in com.yahoo.application.container
 
Processing(ProcessingHandler) - Constructor for class com.yahoo.application.container.Processing
 
ProcessingBase<REQUEST extends com.yahoo.processing.Request,RESPONSE extends com.yahoo.processing.Response,PROCESSOR extends com.yahoo.processing.Processor> - Class in com.yahoo.application.container
 
ProcessingBase() - Constructor for class com.yahoo.application.container.ProcessingBase
 
processOnce(ComponentSpecification, Processing) - Method in class com.yahoo.application.container.DocumentProcessing
Processes the given Processing through the specified chain.
put(String, List<String>) - Method in class com.yahoo.application.container.handler.Headers
 
put(String, String) - Method in class com.yahoo.application.container.handler.Headers
Convenience method to call Headers.put(String, List) with a singleton list that contains the specified value.
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.yahoo.application.container.handler.Headers
 

Q

queryProfile(String, String) - Method in class com.yahoo.application.Application.Builder
 
queryProfile(String, String) - Method in class com.yahoo.application.ApplicationBuilder
 
queryProfileType(String, String) - Method in class com.yahoo.application.Application.Builder
 
queryProfileType(String, String) - Method in class com.yahoo.application.ApplicationBuilder
 

R

random - Static variable in class com.yahoo.application.Application.Builder
 
rankExpression(String, String) - Method in class com.yahoo.application.Application.Builder
 
rankExpression(String, String) - Method in class com.yahoo.application.ApplicationBuilder
 
remove(Object) - Method in class com.yahoo.application.container.handler.Headers
 
remove(String, String) - Method in class com.yahoo.application.container.handler.Headers
Removes the given value from the entry of the specified key.
renderer(String, Class<? extends Renderer>, ConfigInstance...) - Method in class com.yahoo.application.Application.Builder.Container
 
renderers - Variable in class com.yahoo.application.Application.Builder.Container
 
Request - Class in com.yahoo.application.container.handler
A request for use with JDisc.handleRequest(Request).
Request(String) - Constructor for class com.yahoo.application.container.handler.Request
Creates a Request with an empty body.
Request(String, byte[]) - Constructor for class com.yahoo.application.container.handler.Request
Creates a GET Request with a message body.
Request(String, String) - Constructor for class com.yahoo.application.container.handler.Request
Creates a GET Request with a message body.
Request(String, byte[], Request.Method) - Constructor for class com.yahoo.application.container.handler.Request
Creates a Request with a message body.
Request(String, String, Request.Method) - Constructor for class com.yahoo.application.container.handler.Request
Creates a Request with a message body.
Request.Method - Enum in com.yahoo.application.container.handler
 
Response - Class in com.yahoo.application.container.handler
A response for use with JDisc.handleRequest(Request).
Response() - Constructor for class com.yahoo.application.container.handler.Response
Creates a Response with an empty body, and 200 (OK) response code.
Response(byte[]) - Constructor for class com.yahoo.application.container.handler.Response
Creates a Response with a message body, and 200 (OK) response code.
Response(int, byte[]) - Constructor for class com.yahoo.application.container.handler.Response
Creates a Response with a message body, and the given response code.
responseBuffers - Variable in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingResponseHandler
 
retrieveDocumentTypes(DocumentTypeManager) - Static method in class com.yahoo.application.container.DocumentProcessing
 

S

search(boolean) - Method in class com.yahoo.application.Application.Builder.Container
 
search() - Method in class com.yahoo.application.container.JDisc
Returns a Search, used to perform search query operations on this container.
Search - Class in com.yahoo.application.container
 
Search(SearchHandler) - Constructor for class com.yahoo.application.container.Search
 
searcher(Class<? extends Searcher>) - Method in class com.yahoo.application.Application.Builder.Container
 
searcher(String, Class<? extends Searcher>, ConfigInstance...) - Method in class com.yahoo.application.Application.Builder.Container
 
searcher(String, String, Class<? extends Searcher>, ConfigInstance...) - Method in class com.yahoo.application.Application.Builder.Container
 
searchers - Variable in class com.yahoo.application.Application.Builder.Container
 
server(String, Class<? extends ServerProvider>) - Method in class com.yahoo.application.Application.Builder.Container
 
servers - Variable in class com.yahoo.application.Application.Builder.Container
 
servicesXml(String) - Method in class com.yahoo.application.ApplicationBuilder
 
size() - Method in class com.yahoo.application.container.handler.Headers
 
status - Variable in class com.yahoo.application.container.handler.Response
 
SynchronousRequestResponseHandler - Class in com.yahoo.application.container
 
SynchronousRequestResponseHandler() - Constructor for class com.yahoo.application.container.SynchronousRequestResponseHandler
 
SynchronousRequestResponseHandler.BlockingCompletionHandler - Class in com.yahoo.application.container
 
SynchronousRequestResponseHandler.BlockingResponseHandler - Class in com.yahoo.application.container
 

T

testDriver - Variable in class com.yahoo.application.container.JDisc
 
throwable - Variable in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingCompletionHandler
 
toString() - Method in class com.yahoo.application.container.handler.Headers
 
toString() - Method in class com.yahoo.application.container.handler.Request
 
toString() - Method in class com.yahoo.application.container.handler.Response
 

U

uri - Variable in class com.yahoo.application.container.handler.Request
 

V

value - Variable in class com.yahoo.application.MockApplicationConfig.Mymapstruct.Builder
 
value(String) - Method in class com.yahoo.application.MockApplicationConfig.Mymapstruct.Builder
 
value - Variable in class com.yahoo.application.MockApplicationConfig.Mymapstruct
 
value() - Method in class com.yahoo.application.MockApplicationConfig.Mymapstruct
 
value - Variable in class com.yahoo.application.MockApplicationConfig.Mystruct.Builder
 
value(String) - Method in class com.yahoo.application.MockApplicationConfig.Mystruct.Builder
 
value - Variable in class com.yahoo.application.MockApplicationConfig.Mystruct
 
value() - Method in class com.yahoo.application.MockApplicationConfig.Mystruct
 
value - Variable in class com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
 
value(String) - Method in class com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
 
value - Variable in class com.yahoo.application.MockApplicationConfig.Mystructlist
 
value() - Method in class com.yahoo.application.MockApplicationConfig.Mystructlist
 
valueOf(String) - Static method in enum com.yahoo.application.container.handler.Request.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.yahoo.application.Networking
Returns the enum constant of this type with the specified name.
values() - Method in class com.yahoo.application.container.handler.Headers
 
values() - Static method in enum com.yahoo.application.container.handler.Request.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.yahoo.application.Networking
Returns an array containing the constants of this enum type, in the order they are declared.
vespaLocalProperty - Static variable in class com.yahoo.application.Application
This system property is set to "true" upon creation of an Application.

W

waitUntilCompleted() - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingCompletionHandler
 
write(ByteBuffer, CompletionHandler) - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler.BlockingResponseHandler
 
writeRequestBody(Request, ContentChannel) - Method in class com.yahoo.application.container.SynchronousRequestResponseHandler
 

_

__uninitialized - Variable in class com.yahoo.application.MockApplicationConfig.Builder
 
__uninitialized - Variable in class com.yahoo.application.MockApplicationConfig.Mymapstruct.Builder
 
__uninitialized - Variable in class com.yahoo.application.MockApplicationConfig.Mystruct.Builder
 
__uninitialized - Variable in class com.yahoo.application.MockApplicationConfig.Mystructlist.Builder
 
A B C D E F G H I J K M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2017. All rights reserved.