public class BackupOptions extends Object
Constructor and Description |
---|
BackupOptions(String targetDirectory,
boolean localFileSystem) |
Modifier and Type | Method and Description |
---|---|
static BackupOptions |
fromThrift(BackupTOptions tOpts) |
String |
getTargetDirectory() |
boolean |
isLocalFileSystem() |
BackupTOptions |
toThrift() |
public static BackupOptions fromThrift(BackupTOptions tOpts)
tOpts
- thrift optionspublic BackupTOptions toThrift()
@Nullable public String getTargetDirectory()
public boolean isLocalFileSystem()
Copyright © 2023. All Rights Reserved.