Skip navigation links
A C D E F G I J N O P S T U W 

A

ack(Object) - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 
activate() - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 
apply(Values) - Method in class org.apache.storm.sql.runtime.streams.functions.EvaluationCalc
 
apply(Values) - Method in class org.apache.storm.sql.runtime.streams.functions.EvaluationFunction
 
apply(Values) - Method in class org.apache.storm.sql.runtime.streams.functions.StreamInsertMapToPairFunction
 
apply(Tuple) - Method in class org.apache.storm.sql.runtime.streams.functions.StreamsScanTupleValueMapper
 
AvroScheme - Class in org.apache.storm.sql.runtime.serde.avro
AvroScheme uses generic(without code generation) instead of specific(with code generation) readers.
AvroScheme(String, List<String>) - Constructor for class org.apache.storm.sql.runtime.serde.avro.AvroScheme
AvroScheme Constructor.
AvroSerializer - Class in org.apache.storm.sql.runtime.serde.avro
AvroSerializer uses generic(without code generation) instead of specific(with code generation) writers.
AvroSerializer(String, List<String>) - Constructor for class org.apache.storm.sql.runtime.serde.avro.AvroSerializer
AvroSerializer Constructor.

C

CachedSchemas - Class in org.apache.storm.sql.runtime.serde.avro
 
CachedSchemas() - Constructor for class org.apache.storm.sql.runtime.serde.avro.CachedSchemas
 
cleanup() - Method in class org.apache.storm.sql.runtime.datasource.socket.bolt.SocketBolt
 
close() - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 
constructStreams(URI, String, String, Properties, List<FieldInfo>) - Method in class org.apache.storm.sql.runtime.datasource.socket.SocketDataSourcesProvider
 
constructStreams(URI, String, String, Properties, List<FieldInfo>) - Method in interface org.apache.storm.sql.runtime.DataSourcesProvider
Construct a new data source for streams mode.
constructStreamsDataSource(URI, String, String, Properties, List<FieldInfo>) - Static method in class org.apache.storm.sql.runtime.DataSourcesRegistry
Construct a streams data source.
convertAvroUtf8(Object) - Static method in class org.apache.storm.sql.runtime.utils.SerdeUtils
Convert a Avro object to a Java object, changing the Avro Utf8 type to Java String.
CsvScheme - Class in org.apache.storm.sql.runtime.serde.csv
CsvScheme uses the standard RFC4180 CSV Parser One of the difference from Tsv format is that fields with embedded commas will be quoted.
CsvScheme(List<String>) - Constructor for class org.apache.storm.sql.runtime.serde.csv.CsvScheme
 
CsvSerializer - Class in org.apache.storm.sql.runtime.serde.csv
CsvSerializer uses the standard RFC4180 CSV Parser One of the difference from Tsv format is that fields with embedded commas will be quoted.
CsvSerializer(List<String>) - Constructor for class org.apache.storm.sql.runtime.serde.csv.CsvSerializer
 

D

DataSourcesProvider - Interface in org.apache.storm.sql.runtime
 
DataSourcesRegistry - Class in org.apache.storm.sql.runtime
 
deactivate() - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 
DebuggableExecutableExpression - Class in org.apache.storm.sql.runtime.calcite
 
DebuggableExecutableExpression(ExecutableExpression, String) - Constructor for class org.apache.storm.sql.runtime.calcite.DebuggableExecutableExpression
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.storm.sql.runtime.datasource.socket.bolt.SocketBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 
deserialize(ByteBuffer) - Method in class org.apache.storm.sql.runtime.serde.avro.AvroScheme
 
deserialize(ByteBuffer) - Method in class org.apache.storm.sql.runtime.serde.csv.CsvScheme
 
deserialize(ByteBuffer) - Method in class org.apache.storm.sql.runtime.serde.json.JsonScheme
 
deserialize(ByteBuffer) - Method in class org.apache.storm.sql.runtime.serde.tsv.TsvScheme
 

E

EvaluationCalc - Class in org.apache.storm.sql.runtime.streams.functions
 
EvaluationCalc(ExecutableExpression, ExecutableExpression, int, DataContext) - Constructor for class org.apache.storm.sql.runtime.streams.functions.EvaluationCalc
EvaluationCalc Constructor.
EvaluationFilter - Class in org.apache.storm.sql.runtime.streams.functions
 
EvaluationFilter(ExecutableExpression, DataContext) - Constructor for class org.apache.storm.sql.runtime.streams.functions.EvaluationFilter
EvaluationFilter Constructor.
EvaluationFunction - Class in org.apache.storm.sql.runtime.streams.functions
 
EvaluationFunction(ExecutableExpression, int, DataContext) - Constructor for class org.apache.storm.sql.runtime.streams.functions.EvaluationFunction
EvaluationFunction Constructor.
ExecutableExpression - Interface in org.apache.storm.sql.runtime.calcite
Compiled executable expression.
execute(Context) - Method in class org.apache.storm.sql.runtime.calcite.DebuggableExecutableExpression
 
execute(Context, Object[]) - Method in class org.apache.storm.sql.runtime.calcite.DebuggableExecutableExpression
 
execute(Context) - Method in interface org.apache.storm.sql.runtime.calcite.ExecutableExpression
 
execute(Context, Object[]) - Method in interface org.apache.storm.sql.runtime.calcite.ExecutableExpression
 
execute(Tuple) - Method in class org.apache.storm.sql.runtime.datasource.socket.bolt.SocketBolt
 

F

fail(Object) - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 
FieldInfo - Class in org.apache.storm.sql.runtime
Describe each column of the field.
FieldInfo(String, Class<?>, boolean) - Constructor for class org.apache.storm.sql.runtime.FieldInfo
FieldInfo Constructor.
FieldInfoUtils - Class in org.apache.storm.sql.runtime.utils
 
FieldInfoUtils() - Constructor for class org.apache.storm.sql.runtime.utils.FieldInfoUtils
 

G

get(String) - Method in class org.apache.storm.sql.runtime.calcite.StormDataContext
 
getComponentConfiguration() - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 
getConsumer() - Method in interface org.apache.storm.sql.runtime.ISqlStreamsDataSource
Provides instance of IRichBolt which can be used as consumer in topology.
getDelegateCode() - Method in class org.apache.storm.sql.runtime.calcite.DebuggableExecutableExpression
 
getFieldNames(List<FieldInfo>) - Static method in class org.apache.storm.sql.runtime.utils.FieldInfoUtils
 
getOutputFields() - Method in class org.apache.storm.sql.runtime.serde.avro.AvroScheme
 
getOutputFields() - Method in class org.apache.storm.sql.runtime.serde.csv.CsvScheme
 
getOutputFields() - Method in class org.apache.storm.sql.runtime.serde.json.JsonScheme
 
getOutputFields() - Method in class org.apache.storm.sql.runtime.serde.tsv.TsvScheme
 
getProducer() - Method in interface org.apache.storm.sql.runtime.ISqlStreamsDataSource
Provides instance of IRichSpout which can be used as producer in topology.
getQueryProvider() - Method in class org.apache.storm.sql.runtime.calcite.StormDataContext
 
getRootSchema() - Method in class org.apache.storm.sql.runtime.calcite.StormDataContext
 
getSchema(String) - Method in class org.apache.storm.sql.runtime.serde.avro.CachedSchemas
Get a schema based on schema string.
getScheme(String, Properties, List<String>) - Static method in class org.apache.storm.sql.runtime.utils.SerdeUtils
Get a Scheme instance based on specific configurations.
getSerializer(String, Properties, List<String>) - Static method in class org.apache.storm.sql.runtime.utils.SerdeUtils
Get a OutputSerializer instance based on specific configurations.
getTypeFactory() - Method in class org.apache.storm.sql.runtime.calcite.StormDataContext
 

I

IOutputSerializer - Interface in org.apache.storm.sql.runtime
 
isPrimary() - Method in class org.apache.storm.sql.runtime.FieldInfo
 
ISqlStreamsDataSource - Interface in org.apache.storm.sql.runtime
An ISqlStreamsDataSource specifies how an external data source produces and consumes data.

J

JsonScheme - Class in org.apache.storm.sql.runtime.serde.json
 
JsonScheme(List<String>) - Constructor for class org.apache.storm.sql.runtime.serde.json.JsonScheme
 
JsonSerializer - Class in org.apache.storm.sql.runtime.serde.json
 
JsonSerializer(List<String>) - Constructor for class org.apache.storm.sql.runtime.serde.json.JsonSerializer
 

N

name() - Method in class org.apache.storm.sql.runtime.FieldInfo
 
nextTuple() - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 

O

open(Map<String, Object>, TopologyContext, SpoutOutputCollector) - Method in class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
 
org.apache.calcite.interpreter - package org.apache.calcite.interpreter
 
org.apache.storm.sql.runtime - package org.apache.storm.sql.runtime
 
org.apache.storm.sql.runtime.calcite - package org.apache.storm.sql.runtime.calcite
 
org.apache.storm.sql.runtime.datasource.socket - package org.apache.storm.sql.runtime.datasource.socket
 
org.apache.storm.sql.runtime.datasource.socket.bolt - package org.apache.storm.sql.runtime.datasource.socket.bolt
 
org.apache.storm.sql.runtime.datasource.socket.spout - package org.apache.storm.sql.runtime.datasource.socket.spout
 
org.apache.storm.sql.runtime.serde.avro - package org.apache.storm.sql.runtime.serde.avro
 
org.apache.storm.sql.runtime.serde.csv - package org.apache.storm.sql.runtime.serde.csv
 
org.apache.storm.sql.runtime.serde.json - package org.apache.storm.sql.runtime.serde.json
 
org.apache.storm.sql.runtime.serde.tsv - package org.apache.storm.sql.runtime.serde.tsv
 
org.apache.storm.sql.runtime.streams.functions - package org.apache.storm.sql.runtime.streams.functions
 
org.apache.storm.sql.runtime.utils - package org.apache.storm.sql.runtime.utils
 

P

prepare(Map<String, Object>, TopologyContext, OutputCollector) - Method in class org.apache.storm.sql.runtime.datasource.socket.bolt.SocketBolt
 
providerMap() - Static method in class org.apache.storm.sql.runtime.DataSourcesRegistry
Allow unit tests to inject data sources.

S

scheme() - Method in class org.apache.storm.sql.runtime.datasource.socket.SocketDataSourcesProvider
 
scheme() - Method in interface org.apache.storm.sql.runtime.DataSourcesProvider
Get the scheme of the data source.
SerdeUtils - Class in org.apache.storm.sql.runtime.utils
 
SerdeUtils() - Constructor for class org.apache.storm.sql.runtime.utils.SerdeUtils
 
SocketBolt - Class in org.apache.storm.sql.runtime.datasource.socket.bolt
The Bolt implementation for Socket.
SocketBolt(IOutputSerializer, String, int) - Constructor for class org.apache.storm.sql.runtime.datasource.socket.bolt.SocketBolt
Constructor.
SocketDataSourcesProvider - Class in org.apache.storm.sql.runtime.datasource.socket
Create a Socket data source based on the URI and properties.
SocketDataSourcesProvider() - Constructor for class org.apache.storm.sql.runtime.datasource.socket.SocketDataSourcesProvider
 
SocketSpout - Class in org.apache.storm.sql.runtime.datasource.socket.spout
Spout for Socket data.
SocketSpout(Scheme, String, int) - Constructor for class org.apache.storm.sql.runtime.datasource.socket.spout.SocketSpout
SocketSpout Constructor.
split(String, char) - Static method in class org.apache.storm.sql.runtime.utils.Utils
This method for splitting string into parts by a delimiter.
StormContext - Class in org.apache.calcite.interpreter
This is a hack to use Calcite Context.
StormContext(DataContext) - Constructor for class org.apache.calcite.interpreter.StormContext
 
StormDataContext - Class in org.apache.storm.sql.runtime.calcite
This is based on SlimDataContext in Calcite, and borrow some from DataContextImpl in Calcite.
StormDataContext() - Constructor for class org.apache.storm.sql.runtime.calcite.StormDataContext
StormDataContext Constructor.
StreamInsertMapToPairFunction - Class in org.apache.storm.sql.runtime.streams.functions
 
StreamInsertMapToPairFunction(int) - Constructor for class org.apache.storm.sql.runtime.streams.functions.StreamInsertMapToPairFunction
 
StreamsScanTupleValueMapper - Class in org.apache.storm.sql.runtime.streams.functions
 
StreamsScanTupleValueMapper(List<String>) - Constructor for class org.apache.storm.sql.runtime.streams.functions.StreamsScanTupleValueMapper
Constructor.

T

test(Values) - Method in class org.apache.storm.sql.runtime.streams.functions.EvaluationFilter
 
TsvScheme - Class in org.apache.storm.sql.runtime.serde.tsv
TsvScheme uses a simple delimited format implemention by splitting string, and it supports user defined delimiter.
TsvScheme(List<String>, char) - Constructor for class org.apache.storm.sql.runtime.serde.tsv.TsvScheme
 
TsvSerializer - Class in org.apache.storm.sql.runtime.serde.tsv
TsvSerializer uses a simple delimited format implemention by splitting string, and it supports user defined delimiter.
TsvSerializer(List<String>, char) - Constructor for class org.apache.storm.sql.runtime.serde.tsv.TsvSerializer
 
type() - Method in class org.apache.storm.sql.runtime.FieldInfo
 

U

Utils - Class in org.apache.storm.sql.runtime.utils
 
Utils() - Constructor for class org.apache.storm.sql.runtime.utils.Utils
 

W

write(List<Object>, ByteBuffer) - Method in interface org.apache.storm.sql.runtime.IOutputSerializer
Serialize the data to a ByteBuffer.
write(List<Object>, ByteBuffer) - Method in class org.apache.storm.sql.runtime.serde.avro.AvroSerializer
 
write(List<Object>, ByteBuffer) - Method in class org.apache.storm.sql.runtime.serde.csv.CsvSerializer
 
write(List<Object>, ByteBuffer) - Method in class org.apache.storm.sql.runtime.serde.json.JsonSerializer
 
write(List<Object>, ByteBuffer) - Method in class org.apache.storm.sql.runtime.serde.tsv.TsvSerializer
 
A C D E F G I J N O P S T U W 
Skip navigation links

Copyright © 2022 The Apache Software Foundation. All rights reserved.