| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.watch |
| Modifier and Type | Method and Description |
|---|---|
WatchResponse |
WatchResponse.Builder.build() |
WatchResponse |
WatchResponse.Builder.buildPartial() |
static WatchResponse |
WatchResponse.getDefaultInstance() |
WatchResponse |
WatchResponse.getDefaultInstanceForType() |
WatchResponse |
WatchResponse.Builder.getDefaultInstanceForType() |
static WatchResponse |
WatchResponse.parseDelimitedFrom(InputStream input) |
static WatchResponse |
WatchResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchResponse |
WatchResponse.parseFrom(byte[] data) |
static WatchResponse |
WatchResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchResponse |
WatchResponse.parseFrom(ByteBuffer data) |
static WatchResponse |
WatchResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchResponse |
WatchResponse.parseFrom(com.google.protobuf.ByteString data) |
static WatchResponse |
WatchResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchResponse |
WatchResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static WatchResponse |
WatchResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchResponse |
WatchResponse.parseFrom(InputStream input) |
static WatchResponse |
WatchResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<WatchResponse> |
WatchResponse.getParserForType() |
static io.grpc.MethodDescriptor<WatchRequest,WatchResponse> |
WatchGrpc.getWatchMethod() |
static com.google.protobuf.Parser<WatchResponse> |
WatchResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
WatchResponse.Builder |
WatchResponse.Builder.mergeFrom(WatchResponse other) |
static WatchResponse.Builder |
WatchResponse.newBuilder(WatchResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default io.grpc.stub.StreamObserver<WatchRequest> |
WatchGrpc.AsyncService.watch(io.grpc.stub.StreamObserver<WatchResponse> responseObserver)
Watch watches for events happening or that have happened.
|
io.grpc.stub.StreamObserver<WatchRequest> |
WatchGrpc.WatchStub.watch(io.grpc.stub.StreamObserver<WatchResponse> responseObserver)
Watch watches for events happening or that have happened.
|
| Modifier and Type | Field and Description |
|---|---|
protected GrpcClient.ResilientResponseObserver<WatchRequest,WatchResponse> |
EtcdWatchClient.responseObserver |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EtcdWatchClient.processResponse(WatchResponse wr) |
Copyright © 2023. All rights reserved.