public class MongoDataSourcesProvider extends Object implements org.apache.storm.sql.runtime.DataSourcesProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_NAME |
static String |
DEFAULT_VALUE_SERIALIZED_FIELD |
static String |
SCHEME_NAME |
static String |
TRIDENT_VALUE_SERIALIZED_FIELD |
static String |
VALUE_SERIALIZED_FIELD |
| Constructor and Description |
|---|
MongoDataSourcesProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.storm.sql.runtime.ISqlStreamsDataSource |
constructStreams(URI uri,
String inputFormatClass,
String outputFormatClass,
Properties properties,
List<org.apache.storm.sql.runtime.FieldInfo> fields) |
String |
scheme() |
public static final String SCHEME_NAME
public static final String VALUE_SERIALIZED_FIELD
public static final String TRIDENT_VALUE_SERIALIZED_FIELD
public static final String DEFAULT_VALUE_SERIALIZED_FIELD
public static final String COLLECTION_NAME
public String scheme()
scheme in interface org.apache.storm.sql.runtime.DataSourcesProviderpublic org.apache.storm.sql.runtime.ISqlStreamsDataSource constructStreams(URI uri, String inputFormatClass, String outputFormatClass, Properties properties, List<org.apache.storm.sql.runtime.FieldInfo> fields)
constructStreams in interface org.apache.storm.sql.runtime.DataSourcesProviderCopyright © 2023 The Apache Software Foundation. All rights reserved.