Uses of Class
org.apache.drill.exec.store.mongo.MongoStoragePluginConfig
Packages that use MongoStoragePluginConfig
-
Uses of MongoStoragePluginConfig in org.apache.drill.exec.store.mongo
Methods in org.apache.drill.exec.store.mongo that return MongoStoragePluginConfigModifier and TypeMethodDescriptionMongoStoragePlugin.getConfig()MongoGroupScan.getStorageConfig()MongoStoragePluginConfig.updateCredentialProvider(CredentialsProvider credentialsProvider) Constructors in org.apache.drill.exec.store.mongo with parameters of type MongoStoragePluginConfigModifierConstructorDescriptionMongoGroupScan(String userName, MongoScanSpec scanSpec, MongoStoragePluginConfig storagePluginConfig, List<SchemaPath> columns, boolean useAggregate, StoragePluginRegistry pluginRegistry) MongoStoragePlugin(MongoStoragePluginConfig mongoConfig, DrillbitContext context, String name) MongoSubScan(String userName, MongoStoragePlugin storagePlugin, MongoStoragePluginConfig storagePluginConfig, List<BaseMongoSubScanSpec> chunkScanSpecList, List<SchemaPath> columns)