| 程序包 | 说明 |
|---|---|
| io.grpc.health.v1 | |
| org.apache.dubbo.rpc.protocol.tri.service |
| 限定符和类型 | 方法和说明 |
|---|---|
HealthCheckResponse |
HealthCheckResponse.Builder.build() |
HealthCheckResponse |
HealthCheckResponse.Builder.buildPartial() |
HealthCheckResponse |
Health.check(HealthCheckRequest request) |
HealthCheckResponse |
DubboHealthTriple.HealthStub.check(HealthCheckRequest request) |
HealthCheckResponse |
DubboHealthTriple.HealthImplBase.check(HealthCheckRequest request) |
static HealthCheckResponse |
HealthCheckResponse.getDefaultInstance() |
HealthCheckResponse |
HealthCheckResponse.getDefaultInstanceForType() |
HealthCheckResponse |
HealthCheckResponse.Builder.getDefaultInstanceForType() |
static HealthCheckResponse |
HealthCheckResponse.parseDelimitedFrom(InputStream input) |
static HealthCheckResponse |
HealthCheckResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(byte[] data) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(ByteBuffer data) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(com.google.protobuf.ByteString data) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(InputStream input) |
static HealthCheckResponse |
HealthCheckResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
default CompletableFuture<HealthCheckResponse> |
Health.checkAsync(HealthCheckRequest request) |
CompletableFuture<HealthCheckResponse> |
DubboHealthTriple.HealthStub.checkAsync(HealthCheckRequest request) |
com.google.protobuf.Parser<HealthCheckResponse> |
HealthCheckResponse.getParserForType() |
static com.google.protobuf.Parser<HealthCheckResponse> |
HealthCheckResponse.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
HealthCheckResponse.Builder |
HealthCheckResponse.Builder.mergeFrom(HealthCheckResponse other) |
static HealthCheckResponse.Builder |
HealthCheckResponse.newBuilder(HealthCheckResponse prototype) |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
Health.check(HealthCheckRequest request,
org.apache.dubbo.common.stream.StreamObserver<HealthCheckResponse> responseObserver)
This server stream type unary method is only used for generated stub to support async unary method.
|
void |
DubboHealthTriple.HealthStub.check(HealthCheckRequest request,
org.apache.dubbo.common.stream.StreamObserver<HealthCheckResponse> responseObserver) |
void |
Health.watch(HealthCheckRequest request,
org.apache.dubbo.common.stream.StreamObserver<HealthCheckResponse> responseObserver)
Performs a watch for the serving status of the requested service.
|
void |
DubboHealthTriple.HealthStub.watch(HealthCheckRequest request,
org.apache.dubbo.common.stream.StreamObserver<HealthCheckResponse> responseObserver)
Performs a watch for the serving status of the requested service.
|
void |
DubboHealthTriple.HealthImplBase.watch(HealthCheckRequest request,
org.apache.dubbo.common.stream.StreamObserver<HealthCheckResponse> responseObserver)
Performs a watch for the serving status of the requested service.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HealthCheckResponse |
TriHealthImpl.check(HealthCheckRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TriHealthImpl.watch(HealthCheckRequest request,
org.apache.dubbo.common.stream.StreamObserver<HealthCheckResponse> responseObserver) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.