Uses of Class
org.apache.drill.exec.store.StorageStrategy
Packages that use StorageStrategy
Package
Description
-
Uses of StorageStrategy in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base that return StorageStrategyMethods in org.apache.drill.exec.physical.base with parameters of type StorageStrategyModifier and TypeMethodDescriptionvoid
AbstractWriter.setStorageStrategy
(StorageStrategy storageStrategy) -
Uses of StorageStrategy in org.apache.drill.exec.planner.logical
Constructors in org.apache.drill.exec.planner.logical with parameters of type StorageStrategyModifierConstructorDescriptionFileSystemCreateTableEntry
(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
Methods in org.apache.drill.exec.record.metadata.schema that return StorageStrategyMethods in org.apache.drill.exec.record.metadata.schema with parameters of type StorageStrategyModifier and TypeMethodDescriptionStorageProperties.Builder.storageStrategy
(StorageStrategy storageStrategy) -
Uses of StorageStrategy in org.apache.drill.exec.store
Fields in org.apache.drill.exec.store declared as StorageStrategyModifier 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.Methods in org.apache.drill.exec.store with parameters of type StorageStrategyModifier 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
Methods in org.apache.drill.exec.store.dfs with parameters of type StorageStrategyModifier 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
Constructors in org.apache.drill.exec.store.dfs.easy with parameters of type StorageStrategyModifierConstructorDescriptionEasyWriter
(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
Constructors in org.apache.drill.exec.store.easy.json with parameters of type StorageStrategyModifierConstructorDescriptionJsonRecordWriter
(StorageStrategy storageStrategy, org.apache.hadoop.conf.Configuration fsConf) -
Uses of StorageStrategy in org.apache.drill.exec.store.easy.text.writer
Constructors in org.apache.drill.exec.store.easy.text.writer with parameters of type StorageStrategyModifierConstructorDescriptionTextRecordWriter
(BufferAllocator allocator, StorageStrategy storageStrategy, org.apache.hadoop.conf.Configuration fsConf) -
Uses of StorageStrategy in org.apache.drill.exec.store.googlesheets.schema
Methods in org.apache.drill.exec.store.googlesheets.schema with parameters of type StorageStrategyModifier and TypeMethodDescriptionGoogleSheetsDrillSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) -
Uses of StorageStrategy in org.apache.drill.exec.store.jdbc
Methods in org.apache.drill.exec.store.jdbc with parameters of type StorageStrategyModifier and TypeMethodDescriptionCapitalizingJdbcSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy strategy) -
Uses of StorageStrategy in org.apache.drill.exec.store.parquet
Constructors in org.apache.drill.exec.store.parquet with parameters of type StorageStrategyModifierConstructorDescriptionParquetWriter
(PhysicalOperator child, String location, List<String> partitionColumns, StorageStrategy storageStrategy, StoragePluginConfig storageConfig, StoragePluginRegistry engineRegistry) -
Uses of StorageStrategy in org.apache.drill.exec.store.splunk
Methods in org.apache.drill.exec.store.splunk with parameters of type StorageStrategyModifier and TypeMethodDescriptionSplunkSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy strategy)