Uses of Class
org.apache.hadoop.hbase.io.FileLink
Packages that use FileLink
-
Uses of FileLink in org.apache.hadoop.hbase.io
Subclasses of FileLink in org.apache.hadoop.hbase.ioModifier and TypeClassDescriptionclassHFileLink describes a link to an hfile.classWALLink describes a link to a WAL.Fields in org.apache.hadoop.hbase.io declared as FileLinkModifier and TypeFieldDescriptionprivate final FileLinkFileLink.FileLinkInputStream.fileLinkprivate final FileLinkFSDataInputStreamWrapper.linkMethods in org.apache.hadoop.hbase.io with parameters of type FileLinkModifier and TypeMethodDescriptionprivate static IOExceptionFileLink.handleAccessLocationException(FileLink fileLink, IOException newException, IOException previousException) Handle exceptions which are thrown when access locations of file linkConstructors in org.apache.hadoop.hbase.io with parameters of type FileLinkModifierConstructorDescriptionFileLinkInputStream(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) privateFSDataInputStreamWrapper(org.apache.hadoop.fs.FileSystem fs, FileLink link, org.apache.hadoop.fs.Path path, boolean dropBehind, long readahead) -
Uses of FileLink in org.apache.hadoop.hbase.snapshot
Methods in org.apache.hadoop.hbase.snapshot that return FileLinkModifier and TypeMethodDescriptionprivate FileLinkExportSnapshot.ExportMapper.getFileLink(org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf)