| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
DefragmentResponse |
DefragmentResponse.Builder.build() |
DefragmentResponse |
DefragmentResponse.Builder.buildPartial() |
DefragmentResponse |
MaintenanceGrpc.MaintenanceBlockingStub.defragment(DefragmentRequest request)
Defragment defragments a member's backend database to recover storage space.
|
static DefragmentResponse |
DefragmentResponse.getDefaultInstance() |
DefragmentResponse |
DefragmentResponse.getDefaultInstanceForType() |
DefragmentResponse |
DefragmentResponse.Builder.getDefaultInstanceForType() |
static DefragmentResponse |
DefragmentResponse.parseDelimitedFrom(InputStream input) |
static DefragmentResponse |
DefragmentResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DefragmentResponse |
DefragmentResponse.parseFrom(byte[] data) |
static DefragmentResponse |
DefragmentResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DefragmentResponse |
DefragmentResponse.parseFrom(ByteBuffer data) |
static DefragmentResponse |
DefragmentResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DefragmentResponse |
DefragmentResponse.parseFrom(com.google.protobuf.ByteString data) |
static DefragmentResponse |
DefragmentResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DefragmentResponse |
DefragmentResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static DefragmentResponse |
DefragmentResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DefragmentResponse |
DefragmentResponse.parseFrom(InputStream input) |
static DefragmentResponse |
DefragmentResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<DefragmentResponse> |
MaintenanceGrpc.MaintenanceFutureStub.defragment(DefragmentRequest request)
Defragment defragments a member's backend database to recover storage space.
|
static io.grpc.MethodDescriptor<DefragmentRequest,DefragmentResponse> |
MaintenanceGrpc.getDefragmentMethod() |
com.google.protobuf.Parser<DefragmentResponse> |
DefragmentResponse.getParserForType() |
static com.google.protobuf.Parser<DefragmentResponse> |
DefragmentResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
DefragmentResponse.Builder |
DefragmentResponse.Builder.mergeFrom(DefragmentResponse other) |
static DefragmentResponse.Builder |
DefragmentResponse.newBuilder(DefragmentResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
MaintenanceGrpc.AsyncService.defragment(DefragmentRequest request,
io.grpc.stub.StreamObserver<DefragmentResponse> responseObserver)
Defragment defragments a member's backend database to recover storage space.
|
void |
MaintenanceGrpc.MaintenanceStub.defragment(DefragmentRequest request,
io.grpc.stub.StreamObserver<DefragmentResponse> responseObserver)
Defragment defragments a member's backend database to recover storage space.
|
Copyright © 2023. All rights reserved.