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