Uses of Class
org.apache.hadoop.hbase.backup.util.BackupFileSystemManager.WalPathInfo
Packages that use BackupFileSystemManager.WalPathInfo
-
Uses of BackupFileSystemManager.WalPathInfo in org.apache.hadoop.hbase.backup.util
Methods in org.apache.hadoop.hbase.backup.util that return BackupFileSystemManager.WalPathInfoModifier and TypeMethodDescriptionBackupFileSystemManager.extractWalPathInfo(org.apache.hadoop.fs.Path walPath) Validate the walPath has the expected structure: .../WALs//<wal-file> and return WalPathInfo(prefixBeforeWALs, dateSegment).