Package | Description |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.util |
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 |
Constructor and Description |
---|
FileLink.FileLinkInputStream(org.apache.hadoop.fs.FileSystem fs,
FileLink fileLink) |
FileLink.FileLinkInputStream(org.apache.hadoop.fs.FileSystem fs,
FileLink fileLink,
int bufferSize) |
FSDataInputStreamWrapper(org.apache.hadoop.fs.FileSystem fs,
FileLink link) |
FSDataInputStreamWrapper(org.apache.hadoop.fs.FileSystem fs,
FileLink link,
boolean dropBehind) |
FSDataInputStreamWrapper(org.apache.hadoop.fs.FileSystem fs,
FileLink link,
org.apache.hadoop.fs.Path path,
boolean dropBehind) |
Modifier and Type | Method and Description |
---|---|
FileLink |
HFileV1Detector.getFileLinkWithPreNSPath(org.apache.hadoop.fs.Path storeFilePath)
Creates a FileLink which adds pre-namespace paths in its list of available paths.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.