See: Description
| Interface | Description |
|---|---|
| GridStreamerAffinityEventRouter.AffinityEvent |
All events that implement this interface will be routed based on key affinity.
|
| GridStreamerCacheAffinityEventRouter.CacheAffinityEvent |
All events that implement this interface will be routed based on key affinity.
|
| Class | Description |
|---|---|
| GridStreamerAffinityEventRouter |
Router used to colocate identical streamer events or events with identical affinity
key on the same node.
|
| GridStreamerCacheAffinityEventRouter |
Router used to colocate streamer events with data stored in a partitioned cache.
|
| GridStreamerLocalEventRouter |
Local router.
|
| GridStreamerRandomEventRouter |
Random router.
|
| GridStreamerRoundRobinEventRouter |
Round robin router.
|
Copyright © 2014. All rights reserved.