Uses of Interface
org.apache.storm.sql.runtime.ISqlStreamsDataSource
Packages that use ISqlStreamsDataSource
Package
Description
-
Uses of ISqlStreamsDataSource in org.apache.storm.sql
Methods in org.apache.storm.sql that return types with arguments of type ISqlStreamsDataSource -
Uses of ISqlStreamsDataSource in org.apache.storm.sql.hdfs
Methods in org.apache.storm.sql.hdfs that return ISqlStreamsDataSourceModifier and TypeMethodDescriptionHdfsDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<FieldInfo> fields) -
Uses of ISqlStreamsDataSource in org.apache.storm.sql.kafka
Methods in org.apache.storm.sql.kafka that return ISqlStreamsDataSourceModifier and TypeMethodDescriptionKafkaDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<FieldInfo> fields) -
Uses of ISqlStreamsDataSource in org.apache.storm.sql.planner.streams
Methods in org.apache.storm.sql.planner.streams that return types with arguments of type ISqlStreamsDataSourceMethod parameters in org.apache.storm.sql.planner.streams with type arguments of type ISqlStreamsDataSourceModifier and TypeMethodDescriptionQueryPlanner.compile
(Map<String, ISqlStreamsDataSource> sources, String query) Constructor parameters in org.apache.storm.sql.planner.streams with type arguments of type ISqlStreamsDataSourceModifierConstructorDescriptionStreamsPlanCreator
(Map<String, ISqlStreamsDataSource> sources, org.apache.calcite.rex.RexBuilder rexBuilder) -
Uses of ISqlStreamsDataSource in org.apache.storm.sql.redis
Methods in org.apache.storm.sql.redis that return ISqlStreamsDataSourceModifier and TypeMethodDescriptionRedisDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties props, List<FieldInfo> fields) -
Uses of ISqlStreamsDataSource in org.apache.storm.sql.runtime
Methods in org.apache.storm.sql.runtime that return ISqlStreamsDataSourceModifier and TypeMethodDescriptionDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<FieldInfo> fields) Construct a new data source for streams mode.static ISqlStreamsDataSource
DataSourcesRegistry.constructStreamsDataSource
(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<FieldInfo> fields) Construct a streams data source. -
Uses of ISqlStreamsDataSource in org.apache.storm.sql.runtime.datasource.socket
Methods in org.apache.storm.sql.runtime.datasource.socket that return ISqlStreamsDataSourceModifier and TypeMethodDescriptionSocketDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<FieldInfo> fields)