@Generated(value="by gRPC proto compiler (version 1.48.0)", comments="Source: brpb.proto") public final class ExternalStorageGrpc extends Object
ExternalStorage is a service for using a cloud backend from StorageBackend to store files. This can be used to backup and restore SST files.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ExternalStorageGrpc.ExternalStorageBlockingStub
ExternalStorage is a service for using a cloud backend from StorageBackend to store files.
|
static class |
ExternalStorageGrpc.ExternalStorageFutureStub
ExternalStorage is a service for using a cloud backend from StorageBackend to store files.
|
static class |
ExternalStorageGrpc.ExternalStorageImplBase
ExternalStorage is a service for using a cloud backend from StorageBackend to store files.
|
static class |
ExternalStorageGrpc.ExternalStorageStub
ExternalStorage is a service for using a cloud backend from StorageBackend to store files.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERVICE_NAME |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.grpc.MethodDescriptor<Brpb.ExternalStorageRestoreRequest,Brpb.ExternalStorageRestoreResponse> |
getRestoreMethod() |
static io.grpc.MethodDescriptor<Brpb.ExternalStorageSaveRequest,Brpb.ExternalStorageSaveResponse> |
getSaveMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ExternalStorageGrpc.ExternalStorageBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ExternalStorageGrpc.ExternalStorageFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ExternalStorageGrpc.ExternalStorageStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static io.grpc.MethodDescriptor<Brpb.ExternalStorageRestoreRequest,Brpb.ExternalStorageRestoreResponse> getRestoreMethod()
public static io.grpc.MethodDescriptor<Brpb.ExternalStorageSaveRequest,Brpb.ExternalStorageSaveResponse> getSaveMethod()
public static ExternalStorageGrpc.ExternalStorageStub newStub(io.grpc.Channel channel)
public static ExternalStorageGrpc.ExternalStorageBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ExternalStorageGrpc.ExternalStorageFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 PingCAP. All rights reserved.