| Package | Description |
|---|---|
| org.apache.apex.malhar.stream.api.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ApexStreamImpl.Brick<T> |
ApexStreamImpl.lastBrick
Right now the stream only support single extension point
You can have multiple downstream operators connect to this single extension point though
|
| Modifier and Type | Method and Description |
|---|---|
ApexStreamImpl.Brick<T> |
ApexStreamImpl.getLastBrick() |
| Modifier and Type | Method and Description |
|---|---|
protected <O> ApexStream<O> |
ApexStreamImpl.newStream(DagMeta graph,
ApexStreamImpl.Brick<O> newBrick) |
protected <O> ApexStream<O> |
ApexWindowedStreamImpl.newStream(DagMeta graph,
ApexStreamImpl.Brick<O> newBrick) |
void |
ApexStreamImpl.setLastBrick(ApexStreamImpl.Brick<T> lastBrick) |
| Constructor and Description |
|---|
ApexStreamImpl(DagMeta graph,
ApexStreamImpl.Brick<T> lastBrick) |
Copyright © 2015-2017 Apache Software Foundation. All Rights Reserved.