| Package | Description |
|---|---|
| com.google.apphosting.runtime | |
| com.google.apphosting.runtime.anyrpc | |
| com.google.apphosting.runtime.grpc |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaRuntime
JavaRuntime implements the Prometheus EvaluationRuntime service.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EvaluationRuntimeServerInterface |
ServletEngineAdapter.Config.evaluationRuntimeServerInterface()
A local server that can be called directly to satisfy EvaluationRuntime requests.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServletEngineAdapter.Config.Builder |
ServletEngineAdapter.Config.Builder.setEvaluationRuntimeServerInterface(EvaluationRuntimeServerInterface server) |
void |
NullRpcPlugin.startServer(EvaluationRuntimeServerInterface evaluationRuntime,
CloneControllerServerInterface cloneController) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AnyRpcPlugin.startServer(EvaluationRuntimeServerInterface evaluationRuntime,
CloneControllerServerInterface cloneController)
Starts the server using the two specified implementations of the
RPC-agnostic EvaluationRuntime and CloneController interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrpcPlugin.startServer(EvaluationRuntimeServerInterface evaluationRuntime,
CloneControllerServerInterface cloneController) |
Copyright © 2022. All rights reserved.