Uses of Class
org.apache.storm.sql.runtime.FieldInfo
Packages that use FieldInfo
Package
Description
- 
Uses of FieldInfo in org.apache.storm.sql.hdfsMethod 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.kafkaMethod 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.redisMethod 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.runtimeMethod 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 ISqlStreamsDataSourceDataSourcesRegistry.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.socketMethod 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.utilsMethod parameters in org.apache.storm.sql.runtime.utils with type arguments of type FieldInfo