public class StorageManagerFactory extends Object
Constructor and Description |
---|
StorageManagerFactory() |
Modifier and Type | Method and Description |
---|---|
static SeekableScanner |
getSeekableScanner(TajoConf conf,
TableMeta meta,
Schema schema,
FileFragment fragment,
Schema target) |
static SeekableScanner |
getSeekableScanner(TajoConf conf,
TableMeta meta,
Schema schema,
org.apache.hadoop.fs.Path path) |
static AbstractStorageManager |
getStorageManager(TajoConf conf) |
static AbstractStorageManager |
getStorageManager(TajoConf conf,
org.apache.hadoop.fs.Path warehouseDir) |
public static AbstractStorageManager getStorageManager(TajoConf conf) throws IOException
IOException
public static AbstractStorageManager getStorageManager(TajoConf conf, org.apache.hadoop.fs.Path warehouseDir) throws IOException
IOException
public static SeekableScanner getSeekableScanner(TajoConf conf, TableMeta meta, Schema schema, FileFragment fragment, Schema target) throws IOException
IOException
public static SeekableScanner getSeekableScanner(TajoConf conf, TableMeta meta, Schema schema, org.apache.hadoop.fs.Path path) throws IOException
IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.