| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.streamer |
TODO. |
| org.gridgain.grid.streamer |
Contains main Streaming APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerStageWrapper
Stage wrapper that handles metrics calculation and time measurement.
|
| Modifier and Type | Method and Description |
|---|---|
GridStreamerStage |
GridStreamerStageWrapper.unwrap() |
| Constructor and Description |
|---|
GridStreamerStageWrapper(GridStreamerStage<Object> delegate,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridStreamerStage> |
GridStreamerConfiguration.getStages()
Gets collection of streamer stages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridStreamerConfiguration.setStages(Collection<GridStreamerStage> stages)
Sets stages.
|
Copyright © 2014. All rights reserved.