| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.kernal.processors.streamer |
TODO. |
| Modifier and Type | Method and Description |
|---|---|
GridStreamer |
Grid.streamer(String name)
Gets an instance of streamer by name, if one does not exist then
IllegalArgumentException will be thrown. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridStreamer> |
Grid.streamers()
Gets all instances of streamers.
|
| Modifier and Type | Method and Description |
|---|---|
GridStreamer |
GridKernal.streamer(String name)
Gets an instance of streamer by name, if one does not exist then
IllegalArgumentException will be thrown. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridStreamer> |
GridKernal.streamers()
Gets all instances of streamers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridStreamerEx
Extended streamer context with methods intended for internal use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerImpl |
| Modifier and Type | Method and Description |
|---|---|
GridStreamer |
GridStreamProcessor.streamer() |
GridStreamer |
GridStreamProcessor.streamer(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridStreamer> |
GridStreamProcessor.streamers() |
Copyright © 2014. All rights reserved.