public class HFile extends HPath
BLOCK_REPLICATION_KEY, BLOCK_SIZE_KEY, LENGTH_KEY, MODIFICATION_TIME_KEY| Constructor and Description |
|---|
HFile(HDataStorage fs,
org.apache.hadoop.fs.Path path) |
HFile(HDataStorage fs,
org.apache.hadoop.fs.Path parent,
org.apache.hadoop.fs.Path child) |
HFile(HDataStorage fs,
org.apache.hadoop.fs.Path parent,
java.lang.String child) |
HFile(HDataStorage fs,
java.lang.String pathString) |
HFile(HDataStorage fs,
java.lang.String parent,
org.apache.hadoop.fs.Path child) |
HFile(HDataStorage fs,
java.lang.String parent,
java.lang.String child) |
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
create(java.util.Properties configuration)
Opens a stream onto which an entity can be written to.
|
java.io.InputStream |
open() |
java.io.InputStream |
open(java.util.Properties configuration)
Open for read a given entity
|
SeekableInputStream |
sopen() |
SeekableInputStream |
sopen(java.util.Properties configuration)
Open an element in the Data Storage with support for random access
(seek operations).
|
compareTo, copy, copy, create, delete, equals, exists, getConfiguration, getDataStorage, getHFS, getPath, getStatistics, hashCode, rename, setPermission, systemElement, toString, updateConfigurationpublic HFile(HDataStorage fs, org.apache.hadoop.fs.Path parent, org.apache.hadoop.fs.Path child)
public HFile(HDataStorage fs, java.lang.String parent, java.lang.String child)
public HFile(HDataStorage fs, org.apache.hadoop.fs.Path parent, java.lang.String child)
public HFile(HDataStorage fs, java.lang.String parent, org.apache.hadoop.fs.Path child)
public HFile(HDataStorage fs, java.lang.String pathString)
public HFile(HDataStorage fs, org.apache.hadoop.fs.Path path)
public java.io.OutputStream create(java.util.Properties configuration)
throws java.io.IOException
ElementDescriptorcreate in interface ElementDescriptorcreate in class HPathconfiguration - information at the object levelDataStorageExceptionjava.io.IOExceptionpublic java.io.InputStream open(java.util.Properties configuration)
throws java.io.IOException
ElementDescriptorjava.io.IOExceptionpublic java.io.InputStream open()
throws java.io.IOException
open in interface ElementDescriptoropen in class HPathjava.io.IOExceptionpublic SeekableInputStream sopen(java.util.Properties configuration) throws java.io.IOException
ElementDescriptorDataStorageExceptionjava.io.IOExceptionpublic SeekableInputStream sopen() throws java.io.IOException
sopen in interface ElementDescriptorsopen in class HPathjava.io.IOExceptionCopyright © 2007-2012 The Apache Software Foundation