| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.streamer |
TODO. |
| org.gridgain.grid.streamer |
Contains main Streaming APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerWindowMetricsAdapter
Streamer window metrics adapter.
|
class |
GridStreamerWindowMetricsHolder
Streamer window metrics holder.
|
| Modifier and Type | Method and Description |
|---|---|
GridStreamerWindowMetrics |
GridStreamerMetricsHolder.windowMetrics(String winName)
Gets current window metrics, if window with given name is not configured
then
IllegalArgumentException will be thrown. |
GridStreamerWindowMetrics |
GridStreamerMetricsAdapter.windowMetrics(String winName)
Gets current window metrics, if window with given name is not configured
then
IllegalArgumentException will be thrown. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridStreamerWindowMetrics> |
GridStreamerMetricsHolder.windowMetrics()
Gets metrics for all windows.
|
Collection<GridStreamerWindowMetrics> |
GridStreamerMetricsAdapter.windowMetrics()
Gets metrics for all windows.
|
| Constructor and Description |
|---|
GridStreamerWindowMetricsAdapter(GridStreamerWindowMetrics m) |
| Modifier and Type | Method and Description |
|---|---|
GridStreamerWindowMetrics |
GridStreamerMetrics.windowMetrics(String winName)
Gets current window metrics, if window with given name is not configured
then
IllegalArgumentException will be thrown. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridStreamerWindowMetrics> |
GridStreamerMetrics.windowMetrics()
Gets metrics for all windows.
|
Copyright © 2014. All rights reserved.