Uses of Interface
com.google.apphosting.runtime.anyrpc.CloneControllerServerInterface
-
Packages that use CloneControllerServerInterface Package Description com.google.apphosting.runtime com.google.apphosting.runtime.anyrpc com.google.apphosting.runtime.grpc -
-
Uses of CloneControllerServerInterface in com.google.apphosting.runtime
Classes in com.google.apphosting.runtime that implement CloneControllerServerInterface Modifier and Type Class Description classCloneControllerImplCloneControllerImplimplements theCloneControllerServerInterfaceRPC interface.Methods in com.google.apphosting.runtime with parameters of type CloneControllerServerInterface Modifier and Type Method Description voidNullRpcPlugin. 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 CloneControllerServerInterface 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 CloneControllerServerInterface in com.google.apphosting.runtime.grpc
Methods in com.google.apphosting.runtime.grpc with parameters of type CloneControllerServerInterface Modifier and Type Method Description voidGrpcPlugin. startServer(EvaluationRuntimeServerInterface evaluationRuntime, CloneControllerServerInterface cloneController)
-