| 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) |
| 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 |
|---|---|
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 |
|---|---|
WatchResponse |
WatchResponseWithError.getWatchResponse() |
| Constructor and Description |
|---|
WatchResponse(WatchResponse response) |
WatchResponse(WatchResponse response,
ByteSequence namespace) |
WatchResponseWithError(WatchResponse watchResponse) |
Copyright © 2019. All rights reserved.