Uses of Class
org.apache.storm.sql.runtime.FieldInfo
Packages that use FieldInfo
Package
Description
-
Uses of FieldInfo in org.apache.storm.sql.hdfs
Method parameters in org.apache.storm.sql.hdfs with type arguments of type FieldInfoModifier and TypeMethodDescriptionHdfsDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<FieldInfo> fields) -
Uses of FieldInfo in org.apache.storm.sql.kafka
Method parameters in org.apache.storm.sql.kafka with type arguments of type FieldInfoModifier and TypeMethodDescriptionKafkaDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<FieldInfo> fields) -
Uses of FieldInfo in org.apache.storm.sql.redis
Method parameters in org.apache.storm.sql.redis with type arguments of type FieldInfoModifier and TypeMethodDescriptionRedisDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties props, List<FieldInfo> fields) -
Uses of FieldInfo in org.apache.storm.sql.runtime
Method parameters in org.apache.storm.sql.runtime with type arguments of type FieldInfoModifier 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 FieldInfo in org.apache.storm.sql.runtime.datasource.socket
Method parameters in org.apache.storm.sql.runtime.datasource.socket with type arguments of type FieldInfoModifier and TypeMethodDescriptionSocketDataSourcesProvider.constructStreams
(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<FieldInfo> fields) -
Uses of FieldInfo in org.apache.storm.sql.runtime.utils
Method parameters in org.apache.storm.sql.runtime.utils with type arguments of type FieldInfo