| Package | Description |
|---|---|
| org.apache.tajo.storage |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Class<? extends Appender>> |
OldStorageManager.APPENDER_HANDLER_CACHE
Cache of appender handlers for each storage type.
|
| Modifier and Type | Method and Description |
|---|---|
Appender |
Tablespace.getAppender(OverridableConf queryContext,
TaskAttemptId taskAttemptId,
TableMeta meta,
Schema schema,
org.apache.hadoop.fs.Path workDir)
Returns Appender instance.
|
Appender |
Tablespace.getAppenderForInsertRow(OverridableConf queryContext,
TaskAttemptId taskAttemptId,
TableMeta meta,
Schema schema,
org.apache.hadoop.fs.Path workDir) |
Copyright © 2016 Apache Software Foundation. All Rights Reserved.