Uses of Interface
org.apache.storm.sql.runtime.ISqlStreamsDataSource
Packages that use ISqlStreamsDataSource
Package
Description
- 
Uses of ISqlStreamsDataSource in org.apache.storm.sqlMethods in org.apache.storm.sql that return types with arguments of type ISqlStreamsDataSource
- 
Uses of ISqlStreamsDataSource in org.apache.storm.sql.hdfsMethods 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.kafkaMethods 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.streamsMethods 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.redisMethods 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.runtimeMethods 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 ISqlStreamsDataSourceDataSourcesRegistry.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.socketMethods 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)