public static final class ExternalStorageGrpc.ExternalStorageBlockingStub extends io.grpc.stub.AbstractBlockingStub<ExternalStorageGrpc.ExternalStorageBlockingStub>
ExternalStorage is a service for using a cloud backend from StorageBackend to store files. This can be used to backup and restore SST files.
Modifier and Type | Method and Description |
---|---|
protected ExternalStorageGrpc.ExternalStorageBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Brpb.ExternalStorageRestoreResponse |
restore(Brpb.ExternalStorageRestoreRequest request)
Restore to a file
|
Brpb.ExternalStorageSaveResponse |
save(Brpb.ExternalStorageSaveRequest request)
Save a file to storage
|
protected ExternalStorageGrpc.ExternalStorageBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<ExternalStorageGrpc.ExternalStorageBlockingStub>
public Brpb.ExternalStorageRestoreResponse restore(Brpb.ExternalStorageRestoreRequest request)
Restore to a file
public Brpb.ExternalStorageSaveResponse save(Brpb.ExternalStorageSaveRequest request)
Save a file to storage
Copyright © 2024 PingCAP. All rights reserved.