Modifier and Type | Method and Description |
---|---|
StorageStrategy |
AbstractWriter.getStorageStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWriter.setStorageStrategy(StorageStrategy storageStrategy) |
Constructor and Description |
---|
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPluginConfig formatConfig,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginRegistry engineRegistry) |
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPlugin formatPlugin,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
Modifier and Type | Method and Description |
---|---|
StorageStrategy |
StorageProperties.getStorageStrategy() |
Modifier and Type | Method and Description |
---|---|
StorageProperties.Builder |
StorageProperties.Builder.storageStrategy(StorageStrategy storageStrategy) |
Modifier and Type | Field and Description |
---|---|
static StorageStrategy |
StorageStrategy.DEFAULT
For directories: drwxrwxr-x (owner and group have full access, others can read and execute).
|
static StorageStrategy |
StorageStrategy.TEMPORARY
Primary is used for temporary tables.
|
Modifier and Type | Method and Description |
---|---|
CreateTableEntry |
SubSchemaWrapper.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
CreateTableEntry |
AbstractSchema.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy)
Creates table entry using table name, list of partition columns
and storage strategy used to create table folder and files
|
Modifier and Type | Method and Description |
---|---|
CreateTableEntry |
FileSystemSchemaFactory.FileSystemSchema.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
CreateTableEntry |
WorkspaceSchemaFactory.WorkspaceSchema.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
Constructor and Description |
---|
EasyWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry) |
Constructor and Description |
---|
JsonRecordWriter(StorageStrategy storageStrategy,
org.apache.hadoop.conf.Configuration fsConf) |
Constructor and Description |
---|
TextRecordWriter(BufferAllocator allocator,
StorageStrategy storageStrategy,
org.apache.hadoop.conf.Configuration fsConf) |
Modifier and Type | Method and Description |
---|---|
CreateTableEntry |
CapitalizingJdbcSchema.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy strategy) |
Constructor and Description |
---|
ParquetWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginConfig storageConfig,
StoragePluginRegistry engineRegistry) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.