Uses of Class
tigase.pubsub.cluster.AbstractStrategy
-
Packages that use AbstractStrategy Package Description tigase.pubsub.cluster tigase.pubsub.cluster.modules -
-
Uses of AbstractStrategy in tigase.pubsub.cluster
Subclasses of AbstractStrategy in tigase.pubsub.cluster Modifier and Type Class Description classClusteredNodeStrategyClusteredNodeStrategy - 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).classPartitionedStrategyPartitionedStrategy is a class implementing StrategyIfc which is responible for selecting a node which will process particular packet. -
Uses of AbstractStrategy in tigase.pubsub.cluster.modules
Methods in tigase.pubsub.cluster.modules with parameters of type AbstractStrategy Modifier and Type Method Description voidPublishItemModuleClustered. setStrategy(AbstractStrategy strategy)
-