public abstract class Storage extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.conf.Configuration |
conf |
Constructor and Description |
---|
Storage(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
abstract Appender |
getAppender(TableMeta meta,
org.apache.hadoop.fs.Path path) |
org.apache.hadoop.conf.Configuration |
getConf() |
abstract Scanner |
openScanner(Schema schema,
FileFragment[] tablets) |
public org.apache.hadoop.conf.Configuration getConf()
public abstract Appender getAppender(TableMeta meta, org.apache.hadoop.fs.Path path) throws IOException
IOException
public abstract Scanner openScanner(Schema schema, FileFragment[] tablets) throws IOException
IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.