Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.meta | |
alluxio.wire |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<BackupPResponse> |
BackupPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BackupPResponse |
MetaMasterClientServiceGrpc.MetaMasterClientServiceBlockingStub.backup(BackupPOptions request)
Backs up the Alluxio master to the specified URI
|
BackupPResponse |
BackupPResponse.Builder.build() |
BackupPResponse |
BackupPResponse.Builder.buildPartial() |
static BackupPResponse |
BackupPResponse.getDefaultInstance() |
BackupPResponse |
BackupPResponse.getDefaultInstanceForType() |
BackupPResponse |
BackupPResponse.Builder.getDefaultInstanceForType() |
static BackupPResponse |
BackupPResponse.parseDelimitedFrom(InputStream input) |
static BackupPResponse |
BackupPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackupPResponse |
BackupPResponse.parseFrom(byte[] data) |
static BackupPResponse |
BackupPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackupPResponse |
BackupPResponse.parseFrom(ByteBuffer data) |
static BackupPResponse |
BackupPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackupPResponse |
BackupPResponse.parseFrom(com.google.protobuf.ByteString data) |
static BackupPResponse |
BackupPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackupPResponse |
BackupPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static BackupPResponse |
BackupPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackupPResponse |
BackupPResponse.parseFrom(InputStream input) |
static BackupPResponse |
BackupPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BackupPResponse> |
MetaMasterClientServiceGrpc.MetaMasterClientServiceFutureStub.backup(BackupPOptions request)
Backs up the Alluxio master to the specified URI
|
static io.grpc.MethodDescriptor<BackupPOptions,BackupPResponse> |
MetaMasterClientServiceGrpc.getBackupMethod() |
com.google.protobuf.Parser<BackupPResponse> |
BackupPResponse.getParserForType() |
static com.google.protobuf.Parser<BackupPResponse> |
BackupPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BackupPResponse.Builder |
BackupPResponse.Builder.mergeFrom(BackupPResponse other) |
static BackupPResponse.Builder |
BackupPResponse.newBuilder(BackupPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase.backup(BackupPOptions request,
io.grpc.stub.StreamObserver<BackupPResponse> responseObserver)
Backs up the Alluxio master to the specified URI
|
void |
MetaMasterClientServiceGrpc.MetaMasterClientServiceStub.backup(BackupPOptions request,
io.grpc.stub.StreamObserver<BackupPResponse> responseObserver)
Backs up the Alluxio master to the specified URI
|
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterClientServiceHandler.backup(BackupPOptions options,
io.grpc.stub.StreamObserver<BackupPResponse> responseObserver) |
Modifier and Type | Method and Description |
---|---|
BackupPResponse |
BackupResponse.toProto() |
Modifier and Type | Method and Description |
---|---|
static BackupResponse |
BackupResponse.fromProto(BackupPResponse pResp) |
Copyright © 2023. All Rights Reserved.