Uses of Enum Class
com.yahoo.application.Networking
Packages that use Networking
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 Networking in com.yahoo.application
Methods in com.yahoo.application that return NetworkingModifier and TypeMethodDescriptionstatic NetworkingReturns the enum constant of this class with the specified name.static Networking[]Networking.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.application with parameters of type NetworkingModifier and TypeMethodDescriptionstatic ApplicationApplication.fromApplicationPackage(File file, Networking networking) Factory method to create an Application from an application package.static ApplicationApplication.fromApplicationPackage(Path path, Networking networking) Factory method to create an Application from an application package.static ApplicationApplication.fromServicesXml(String xml, Networking networking) Factory method to create an Application from an XML String.Application.Builder.networking(Networking networking) ApplicationBuilder.networking(Networking networking) Disabled per default -
Uses of Networking in com.yahoo.application.container
Methods in com.yahoo.application.container with parameters of type NetworkingModifier 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.