public abstract class AbstractTridentProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Stream |
outputStream |
| Constructor and Description |
|---|
AbstractTridentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract TridentTopology |
build(Map<String,ISqlTridentDataSource> sources)
Construct the trident topology based on the SQL.
|
Stream |
outputStream() |
protected Stream outputStream
public Stream outputStream()
public abstract TridentTopology build(Map<String,ISqlTridentDataSource> sources)
Construct the trident topology based on the SQL.
sources - the data sources.Copyright © 2018 The Apache Software Foundation. All Rights Reserved.