Uses of Interface
com.google.apphosting.runtime.anyrpc.CloneControllerServerInterface
Packages that use CloneControllerServerInterface
Package
Description
-
Uses of CloneControllerServerInterface in com.google.apphosting.runtime
Classes in com.google.apphosting.runtime that implement CloneControllerServerInterfaceModifier and TypeClassDescriptionclassCloneControllerImplimplements theCloneControllerServerInterfaceRPC interface.Methods in com.google.apphosting.runtime with parameters of type CloneControllerServerInterfaceModifier and TypeMethodDescriptionvoidNullRpcPlugin.startServer(EvaluationRuntimeServerInterface evaluationRuntime, CloneControllerServerInterface cloneController) -
Uses of CloneControllerServerInterface in com.google.apphosting.runtime.anyrpc
Methods in com.google.apphosting.runtime.anyrpc with parameters of type CloneControllerServerInterfaceModifier 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 CloneControllerServerInterface in com.google.apphosting.runtime.grpc
Methods in com.google.apphosting.runtime.grpc with parameters of type CloneControllerServerInterfaceModifier and TypeMethodDescriptionvoidGrpcPlugin.startServer(EvaluationRuntimeServerInterface evaluationRuntime, CloneControllerServerInterface cloneController)