| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.snapshot | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HFileLink
HFileLink describes a link to an hfile. 
 | 
class  | 
WALLink
WALLink describes a link to a WAL. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private FileLink | 
FileLink.FileLinkInputStream.fileLink  | 
private FileLink | 
FSDataInputStreamWrapper.link  | 
| Modifier and Type | Method and Description | 
|---|---|
private static IOException | 
FileLink.handleAccessLocationException(FileLink fileLink,
                             IOException newException,
                             IOException previousException)
Handle exceptions which are thrown when access locations of file link 
 | 
| Constructor and Description | 
|---|
FileLinkInputStream(org.apache.hadoop.fs.FileSystem fs,
                   FileLink fileLink)  | 
FileLinkInputStream(org.apache.hadoop.fs.FileSystem fs,
                   FileLink fileLink,
                   int bufferSize)  | 
FSDataInputStreamWrapper(org.apache.hadoop.fs.FileSystem fs,
                        FileLink link,
                        boolean dropBehind,
                        long readahead)  | 
FSDataInputStreamWrapper(org.apache.hadoop.fs.FileSystem fs,
                        FileLink link,
                        org.apache.hadoop.fs.Path path,
                        boolean dropBehind,
                        long readahead)  | 
| Modifier and Type | Method and Description | 
|---|---|
private FileLink | 
ExportSnapshot.ExportMapper.getFileLink(org.apache.hadoop.fs.Path path,
           org.apache.hadoop.conf.Configuration conf)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.