Uses of Interface
org.apache.storm.sql.runtime.DataSourcesProvider
Package
Description
-
Uses of DataSourcesProvider in org.apache.storm.sql.hdfs
Modifier and TypeClassDescriptionclass
Create a HDFS sink based on the URI and properties. -
Uses of DataSourcesProvider in org.apache.storm.sql.kafka
Modifier and TypeClassDescriptionclass
Create a Kafka spout/sink based on the URI and properties. -
Uses of DataSourcesProvider in org.apache.storm.sql.redis
Modifier and TypeClassDescriptionclass
Create a Redis sink based on the URI and properties. -
Uses of DataSourcesProvider in org.apache.storm.sql.runtime
Modifier and TypeMethodDescriptionstatic Map<String,
DataSourcesProvider> DataSourcesRegistry.providerMap()
Allow unit tests to inject data sources. -
Uses of DataSourcesProvider in org.apache.storm.sql.runtime.datasource.socket
Modifier and TypeClassDescriptionclass
Create a Socket data source based on the URI and properties.