Uses of Interface
com.google.apphosting.runtime.anyrpc.EvaluationRuntimeServerInterface
-
Packages that use EvaluationRuntimeServerInterface Package Description com.google.apphosting.runtime com.google.apphosting.runtime.anyrpc com.google.apphosting.runtime.grpc -
-
Uses of EvaluationRuntimeServerInterface in com.google.apphosting.runtime
Classes in com.google.apphosting.runtime that implement EvaluationRuntimeServerInterface Modifier and Type Class Description classJavaRuntimeJavaRuntime implements the Prometheus EvaluationRuntime service.Methods in com.google.apphosting.runtime that return EvaluationRuntimeServerInterface Modifier and Type Method Description abstract 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 EvaluationRuntimeServerInterface Modifier and Type Method Description abstract 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 EvaluationRuntimeServerInterface Modifier and Type Method Description abstract 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 EvaluationRuntimeServerInterface Modifier and Type Method Description voidGrpcPlugin. startServer(EvaluationRuntimeServerInterface evaluationRuntime, CloneControllerServerInterface cloneController)
-