| Package | Description |
|---|---|
| org.apache.tajo.storage |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Class<? extends Tablespace>> |
TablespaceManager.TABLE_SPACE_HANDLERS |
protected static TreeMap<URI,Tablespace> |
TablespaceManager.TABLE_SPACES |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Tablespace> |
TablespaceManager.get(String uri)
Get tablespace for the given URI.
|
static <T extends Tablespace> |
TablespaceManager.get(URI uri)
Get tablespace for the given URI.
|
static <T extends Tablespace> |
TablespaceManager.getByName(String name) |
static <T extends Tablespace> |
TablespaceManager.getDefault()
It returns the default tablespace.
|
static <T extends Tablespace> |
TablespaceManager.getLocalFs() |
| Modifier and Type | Method and Description |
|---|---|
static Tablespace |
OldStorageManager.getStorageManager(TajoConf tajoConf,
String dataFormat)
Returns the proper Tablespace instance according to the dataFormat.
|
static Tablespace |
OldStorageManager.getStorageManager(TajoConf tajoConf,
URI uri,
String dataFormat)
Returns the proper Tablespace instance according to the dataFormat
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<Tablespace> |
TablespaceManager.addTableSpaceForTest(Tablespace space) |
static Iterable<Tablespace> |
TablespaceManager.getAllTablespaces() |
static com.google.common.base.Optional<? extends Tablespace> |
TablespaceManager.getAnyByScheme(String scheme) |
static com.google.common.base.Optional<Tablespace> |
TablespaceManager.removeTablespaceForTest(String name) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<Tablespace> |
TablespaceManager.addTableSpaceForTest(Tablespace space) |
Copyright © 2016 Apache Software Foundation. All Rights Reserved.