Uses of Interface
com.google.apphosting.runtime.anyrpc.EvaluationRuntimeServerInterface
Packages that use EvaluationRuntimeServerInterface
Package
Description
-
Uses of EvaluationRuntimeServerInterface in com.google.apphosting.runtime
Classes in com.google.apphosting.runtime that implement EvaluationRuntimeServerInterfaceModifier and TypeClassDescriptionclassJavaRuntime implements the Prometheus EvaluationRuntime service.Methods in com.google.apphosting.runtime that return EvaluationRuntimeServerInterfaceModifier and TypeMethodDescriptionabstract EvaluationRuntimeServerInterfaceServletEngineAdapter.Config.evaluationRuntimeServerInterface()A local server that can be called directly to satisfy EvaluationRuntime requests.Methods in com.google.apphosting.runtime with parameters of type EvaluationRuntimeServerInterfaceModifier and TypeMethodDescriptionabstract ServletEngineAdapter.Config.BuilderServletEngineAdapter.Config.Builder.setEvaluationRuntimeServerInterface(EvaluationRuntimeServerInterface server) voidNullRpcPlugin.startServer(EvaluationRuntimeServerInterface evaluationRuntime, CloneControllerServerInterface cloneController) -
Uses of EvaluationRuntimeServerInterface in com.google.apphosting.runtime.anyrpc
Methods in com.google.apphosting.runtime.anyrpc with parameters of type EvaluationRuntimeServerInterfaceModifier and TypeMethodDescriptionabstract voidAnyRpcPlugin.startServer(EvaluationRuntimeServerInterface evaluationRuntime, CloneControllerServerInterface cloneController) Starts the server using the two specified implementations of the RPC-agnostic EvaluationRuntime and CloneController interfaces. -
Uses of EvaluationRuntimeServerInterface in com.google.apphosting.runtime.grpc
Methods in com.google.apphosting.runtime.grpc with parameters of type EvaluationRuntimeServerInterfaceModifier and TypeMethodDescriptionvoidGrpcPlugin.startServer(EvaluationRuntimeServerInterface evaluationRuntime, CloneControllerServerInterface cloneController)