| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.kcache.keta.server.grpc |
| Modifier and Type | Method and Description |
|---|---|
WatchRequest |
WatchRequest.Builder.build() |
WatchRequest |
WatchRequest.Builder.buildPartial() |
static WatchRequest |
WatchRequest.getDefaultInstance() |
WatchRequest |
WatchRequest.getDefaultInstanceForType() |
WatchRequest |
WatchRequest.Builder.getDefaultInstanceForType() |
static WatchRequest |
WatchRequest.parseDelimitedFrom(InputStream input) |
static WatchRequest |
WatchRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchRequest |
WatchRequest.parseFrom(byte[] data) |
static WatchRequest |
WatchRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchRequest |
WatchRequest.parseFrom(com.google.protobuf.ByteString data) |
static WatchRequest |
WatchRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchRequest |
WatchRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static WatchRequest |
WatchRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WatchRequest |
WatchRequest.parseFrom(InputStream input) |
static WatchRequest |
WatchRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<WatchRequest> |
WatchRequest.getParserForType() |
static io.grpc.MethodDescriptor<WatchRequest,WatchResponse> |
WatchGrpc.getWatchMethod() |
static com.google.protobuf.Parser<WatchRequest> |
WatchRequest.parser() |
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 |
|---|---|
WatchRequest.Builder |
WatchRequest.Builder.mergeFrom(WatchRequest other) |
static WatchRequest.Builder |
WatchRequest.newBuilder(WatchRequest prototype) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.streams.ReadStream<WatchResponse> |
VertxWatchGrpc.WatchVertxStub.watch(io.vertx.core.Handler<io.vertx.core.streams.WriteStream<WatchRequest>> hdlr)
Range gets the keys in the range from the key-value store.
|
void |
VertxWatchGrpc.WatchVertxImplBase.watch(io.vertx.core.streams.ReadStream<WatchRequest> request,
io.vertx.core.streams.WriteStream<WatchResponse> response)
Range gets the keys in the range from the key-value store.
|
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<WatchRequest> |
WatchService.watch(io.grpc.stub.StreamObserver<WatchResponse> responseObserver) |
Copyright © 2021. All rights reserved.