| Interface | Description |
|---|---|
| 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.
|
Copyright © 2015 Tigase. All rights reserved.