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