Uses of Class
org.apache.drill.exec.store.StorageStrategy
Package
Description
-
Uses of StorageStrategy in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionvoid
AbstractWriter.setStorageStrategy
(StorageStrategy storageStrategy) -
Uses of StorageStrategy in org.apache.drill.exec.planner.logical
ModifierConstructorDescriptionFileSystemCreateTableEntry
(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) -
Uses of StorageStrategy in org.apache.drill.exec.record.metadata.schema
Modifier and TypeMethodDescriptionStorageProperties.Builder.storageStrategy
(StorageStrategy storageStrategy) -
Uses of StorageStrategy in org.apache.drill.exec.store
Modifier and TypeFieldDescriptionstatic final StorageStrategy
StorageStrategy.DEFAULT
For directories: drwxrwxr-x (owner and group have full access, others can read and execute).static final StorageStrategy
StorageStrategy.TEMPORARY
Primary is used for temporary tables.Modifier and TypeMethodDescriptionAbstractSchema.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 filesSubSchemaWrapper.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) -
Uses of StorageStrategy in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionFileSystemSchemaFactory.FileSystemSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) WorkspaceSchemaFactory.WorkspaceSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) -
Uses of StorageStrategy in org.apache.drill.exec.store.dfs.easy
ModifierConstructorDescriptionEasyWriter
(PhysicalOperator child, String location, List<String> partitionColumns, StorageStrategy storageStrategy, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, StoragePluginRegistry engineRegistry) -
Uses of StorageStrategy in org.apache.drill.exec.store.easy.json
ModifierConstructorDescriptionJsonRecordWriter
(StorageStrategy storageStrategy, org.apache.hadoop.conf.Configuration fsConf) -
Uses of StorageStrategy in org.apache.drill.exec.store.easy.text.writer
ModifierConstructorDescriptionTextRecordWriter
(BufferAllocator allocator, StorageStrategy storageStrategy, org.apache.hadoop.conf.Configuration fsConf) -
Uses of StorageStrategy in org.apache.drill.exec.store.googlesheets.schema
Modifier and TypeMethodDescriptionGoogleSheetsDrillSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) -
Uses of StorageStrategy in org.apache.drill.exec.store.jdbc
Modifier and TypeMethodDescriptionCapitalizingJdbcSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy strategy) -
Uses of StorageStrategy in org.apache.drill.exec.store.parquet
ModifierConstructorDescriptionParquetWriter
(PhysicalOperator child, String location, List<String> partitionColumns, StorageStrategy storageStrategy, StoragePluginConfig storageConfig, StoragePluginRegistry engineRegistry) -
Uses of StorageStrategy in org.apache.drill.exec.store.splunk
Modifier and TypeMethodDescriptionSplunkSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy strategy)