| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.etcd.jetcd.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) |
WatchResponse |
WatchGrpc.WatchBlockingStub.progress(WatchProgressRequest request)
Progress requests that a watch stream progress status
be sent in the watch response stream as soon as possible.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<WatchResponse> |
WatchResponse.getParserForType() |
static io.grpc.MethodDescriptor<WatchProgressRequest,WatchResponse> |
WatchGrpc.getProgressMethod() |
static io.grpc.MethodDescriptor<WatchRequest,WatchResponse> |
WatchGrpc.getWatchMethod() |
static com.google.protobuf.Parser<WatchResponse> |
WatchResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<WatchResponse> |
WatchGrpc.WatchFutureStub.progress(WatchProgressRequest request)
Progress requests that a watch stream progress status
be sent in the watch response stream as soon as possible.
|
| 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 |
|---|---|
void |
WatchGrpc.WatchImplBase.progress(WatchProgressRequest request,
io.grpc.stub.StreamObserver<WatchResponse> responseObserver)
Progress requests that a watch stream progress status
be sent in the watch response stream as soon as possible.
|
void |
WatchGrpc.WatchStub.progress(WatchProgressRequest request,
io.grpc.stub.StreamObserver<WatchResponse> responseObserver)
Progress requests that a watch stream progress status
be sent in the watch response stream as soon as possible.
|
io.grpc.stub.StreamObserver<WatchRequest> |
WatchGrpc.WatchImplBase.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 | Method and Description |
|---|---|
static boolean |
WatchResponse.isProgressNotify(WatchResponse response)
returns true if the WatchResponse is progress notification.
|
| Constructor and Description |
|---|
WatchResponse(WatchResponse response) |
WatchResponse(WatchResponse response,
ByteSequence namespace) |
Copyright © 2021. All rights reserved.