Uses of Class
com.yahoo.application.container.JDisc
Packages that use JDisc
Package
Description
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.
API for interacting with a locally instantiated jDisc container.
-
Uses of JDisc in com.yahoo.application
Methods in com.yahoo.application that return JDisc -
Uses of JDisc in com.yahoo.application.container
Methods in com.yahoo.application.container that return JDiscModifier and TypeMethodDescriptionstatic JDiscJDisc.fromPath(Path path, Networking networking) Factory method to create a JDisc from an application package.static JDiscJDisc.fromPath(Path path, Networking networking, com.yahoo.config.model.ConfigModelRepo configModelRepo) Create a jDisc instance which is given a config model repo (in which (mock) content clusters can be looked up).static JDiscJDisc.fromServicesXml(String xml, Networking networking) Factory method to create a JDisc from an XML String.