| Package | Description |
|---|---|
| tigase.pubsub.cluster | |
| tigase.pubsub.cluster.modules |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStrategy |
class |
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).
|
class |
PartitionedStrategy
PartitionedStrategy is a class implementing StrategyIfc which is responible for
selecting a node which will process particular packet.
|
| Constructor and Description |
|---|
CachedPubSubRepositoryClustered(tigase.pubsub.repository.PubSubDAO dao,
Integer maxCacheSize,
StrategyIfc strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
PresenceCollectorModuleClustered.setStrategy(StrategyIfc strategy) |
Copyright © 2017 Tigase. All rights reserved.