Uses of Interface
org.apache.storm.sql.runtime.DataSourcesProvider
Packages that use DataSourcesProvider
Package
Description
- 
Uses of DataSourcesProvider in org.apache.storm.sql.hdfsClasses in org.apache.storm.sql.hdfs that implement DataSourcesProviderModifier and TypeClassDescriptionclassCreate a HDFS sink based on the URI and properties.
- 
Uses of DataSourcesProvider in org.apache.storm.sql.kafkaClasses in org.apache.storm.sql.kafka that implement DataSourcesProviderModifier and TypeClassDescriptionclassCreate a Kafka spout/sink based on the URI and properties.
- 
Uses of DataSourcesProvider in org.apache.storm.sql.redisClasses in org.apache.storm.sql.redis that implement DataSourcesProviderModifier and TypeClassDescriptionclassCreate a Redis sink based on the URI and properties.
- 
Uses of DataSourcesProvider in org.apache.storm.sql.runtimeMethods in org.apache.storm.sql.runtime that return types with arguments of type DataSourcesProviderModifier and TypeMethodDescriptionstatic Map<String,DataSourcesProvider> DataSourcesRegistry.providerMap()Allow unit tests to inject data sources.
- 
Uses of DataSourcesProvider in org.apache.storm.sql.runtime.datasource.socketClasses in org.apache.storm.sql.runtime.datasource.socket that implement DataSourcesProviderModifier and TypeClassDescriptionclassCreate a Socket data source based on the URI and properties.