| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Method and Description |
|---|---|
WatchProgressRequest |
WatchProgressRequest.Builder.build() |
WatchProgressRequest |
WatchProgressRequest.Builder.buildPartial() |
static WatchProgressRequest |
WatchProgressRequest.getDefaultInstance() |
WatchProgressRequest |
WatchProgressRequest.getDefaultInstanceForType() |
WatchProgressRequest |
WatchProgressRequest.Builder.getDefaultInstanceForType() |
WatchProgressRequest |
WatchRequestOrBuilder.getProgressRequest()
.etcdserverpb.WatchProgressRequest progress_request = 3; |
WatchProgressRequest |
WatchRequest.getProgressRequest()
.etcdserverpb.WatchProgressRequest progress_request = 3; |
WatchProgressRequest |
WatchRequest.Builder.getProgressRequest()
.etcdserverpb.WatchProgressRequest progress_request = 3; |
static WatchProgressRequest |
WatchProgressRequest.parseDelimitedFrom(InputStream input) |
static WatchProgressRequest |
WatchProgressRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(byte[] data) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(ByteBuffer data) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(com.google.protobuf.ByteString data) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(InputStream input) |
static WatchProgressRequest |
WatchProgressRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<WatchProgressRequest> |
WatchProgressRequest.getParserForType() |
static io.grpc.MethodDescriptor<WatchProgressRequest,WatchResponse> |
WatchGrpc.getProgressMethod() |
static com.google.protobuf.Parser<WatchProgressRequest> |
WatchProgressRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
WatchProgressRequest.Builder |
WatchProgressRequest.Builder.mergeFrom(WatchProgressRequest other) |
WatchRequest.Builder |
WatchRequest.Builder.mergeProgressRequest(WatchProgressRequest value)
.etcdserverpb.WatchProgressRequest progress_request = 3; |
static WatchProgressRequest.Builder |
WatchProgressRequest.newBuilder(WatchProgressRequest prototype) |
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.
|
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.
|
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.
|
WatchRequest.Builder |
WatchRequest.Builder.setProgressRequest(WatchProgressRequest value)
.etcdserverpb.WatchProgressRequest progress_request = 3; |
Copyright © 2021. All rights reserved.