| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.streamer |
TODO. |
| org.gridgain.grid.streamer |
Contains main Streaming APIs.
|
| org.gridgain.grid.streamer.router |
Contains streamer event router implementations.
|
| Modifier and Type | Method and Description |
|---|---|
GridStreamerEventRouter |
GridStreamerImpl.eventRouter() |
GridStreamerEventRouter |
GridStreamerEx.eventRouter() |
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerEventRouterAdapter
Streamer adapter for event routers.
|
| Modifier and Type | Method and Description |
|---|---|
GridStreamerEventRouter |
GridStreamerConfiguration.getRouter()
Gets streamer event router.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridStreamerConfiguration.setRouter(GridStreamerEventRouter router)
Sets router for streamer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridStreamerAffinityEventRouter
Router used to colocate identical streamer events or events with identical affinity
key on the same node.
|
class |
GridStreamerCacheAffinityEventRouter
Router used to colocate streamer events with data stored in a partitioned cache.
|
class |
GridStreamerLocalEventRouter
Local router.
|
class |
GridStreamerRandomEventRouter
Random router.
|
class |
GridStreamerRoundRobinEventRouter
Round robin router.
|
Copyright © 2014. All rights reserved.