| Interface | Description |
|---|---|
| ClusterNodesAware | |
| IPubSubRepositoryClustered<T> | |
| PubSubComponentClusteredIfc | |
| StrategyIfc |
StrategyIfc which is interface for classes which are responible for selecting a node which will process particular
packet.
|
| Class | Description |
|---|---|
| AbstractStrategy | |
| Activator | |
| CachedPubSubRepositoryClustered<T> | |
| ClusteredNodeStrategy |
ClusteredNodeStrategy - all pubsub nodes are shared between all cluster nodes, which implies forwarding of packet
information across the cluster with the exception of create/remove operation on nodes (to avoid race conditions).
|
| PartitionedStrategy |
PartitionedStrategy is a class implementing StrategyIfc which is responible for selecting a node which will process
particular packet.
|
| PubSubComponentClustered |
PubSubComponentClustered class is a class extending PubSubComponent class which implements support for clustering of
PubSub component.
|
| PubSubComponentClustered.PacketForwardCommand |
Copyright © 2013–2021 Tigase. All rights reserved.