Uses of Class
org.apache.storm.sql.runtime.FieldInfo
-
-
Uses of FieldInfo in org.apache.storm.sql.hdfs
Method parameters in org.apache.storm.sql.hdfs with type arguments of type FieldInfo Modifier and Type Method Description ISqlStreamsDataSource
HdfsDataSourcesProvider. 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 FieldInfo Modifier and Type Method Description ISqlStreamsDataSource
KafkaDataSourcesProvider. 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 FieldInfo Modifier and Type Method Description ISqlStreamsDataSource
RedisDataSourcesProvider. 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 FieldInfo Modifier and Type Method Description ISqlStreamsDataSource
DataSourcesProvider. 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 FieldInfo Modifier and Type Method Description ISqlStreamsDataSource
SocketDataSourcesProvider. 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 Modifier and Type Method Description static List<String>
FieldInfoUtils. getFieldNames(List<FieldInfo> fields)
-