Uses of Interface
tigase.pubsub.cluster.StrategyIfc
-
Packages that use StrategyIfc Package Description tigase.pubsub.cluster tigase.pubsub.cluster.modules -
-
Uses of StrategyIfc in tigase.pubsub.cluster
Classes in tigase.pubsub.cluster that implement StrategyIfc Modifier and Type Class Description classAbstractStrategyclassClusteredNodeStrategyClusteredNodeStrategy - 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).classPartitionedStrategyDeprecated.Methods in tigase.pubsub.cluster with parameters of type StrategyIfc Modifier and Type Method Description voidPubSubComponentClustered. setStrategy(StrategyIfc strategy) -
Uses of StrategyIfc in tigase.pubsub.cluster.modules
Methods in tigase.pubsub.cluster.modules with parameters of type StrategyIfc Modifier and Type Method Description voidPresenceCollectorModuleClustered. setStrategy(StrategyIfc strategy)
-