| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.etcd.jetcd.maintenance |
| Modifier and Type | Method and Description |
|---|---|
SnapshotResponse |
SnapshotResponse.Builder.build() |
SnapshotResponse |
SnapshotResponse.Builder.buildPartial() |
static SnapshotResponse |
SnapshotResponse.getDefaultInstance() |
SnapshotResponse |
SnapshotResponse.getDefaultInstanceForType() |
SnapshotResponse |
SnapshotResponse.Builder.getDefaultInstanceForType() |
static SnapshotResponse |
SnapshotResponse.parseDelimitedFrom(InputStream input) |
static SnapshotResponse |
SnapshotResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotResponse |
SnapshotResponse.parseFrom(byte[] data) |
static SnapshotResponse |
SnapshotResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotResponse |
SnapshotResponse.parseFrom(ByteBuffer data) |
static SnapshotResponse |
SnapshotResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotResponse |
SnapshotResponse.parseFrom(com.google.protobuf.ByteString data) |
static SnapshotResponse |
SnapshotResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotResponse |
SnapshotResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static SnapshotResponse |
SnapshotResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotResponse |
SnapshotResponse.parseFrom(InputStream input) |
static SnapshotResponse |
SnapshotResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SnapshotResponse> |
SnapshotResponse.getParserForType() |
static io.grpc.MethodDescriptor<SnapshotRequest,SnapshotResponse> |
MaintenanceGrpc.getSnapshotMethod() |
static com.google.protobuf.Parser<SnapshotResponse> |
SnapshotResponse.parser() |
Iterator<SnapshotResponse> |
MaintenanceGrpc.MaintenanceBlockingStub.snapshot(SnapshotRequest request)
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotResponse.Builder |
SnapshotResponse.Builder.mergeFrom(SnapshotResponse other) |
static SnapshotResponse.Builder |
SnapshotResponse.newBuilder(SnapshotResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceGrpc.MaintenanceImplBase.snapshot(SnapshotRequest request,
io.grpc.stub.StreamObserver<SnapshotResponse> responseObserver)
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
|
void |
MaintenanceGrpc.MaintenanceStub.snapshot(SnapshotRequest request,
io.grpc.stub.StreamObserver<SnapshotResponse> responseObserver)
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
|
| Constructor and Description |
|---|
SnapshotResponse(SnapshotResponse response) |
Copyright © 2021. All rights reserved.