Class ScatteredCacheServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.jboss.as.clustering.infinispan.subsystem.CacheConfigurationServiceConfigurator
-
- org.jboss.as.clustering.infinispan.subsystem.ClusteredCacheServiceConfigurator
-
- org.jboss.as.clustering.infinispan.subsystem.SharedStateCacheServiceConfigurator
-
- org.jboss.as.clustering.infinispan.subsystem.SegmentedCacheServiceConfigurator
-
- org.jboss.as.clustering.infinispan.subsystem.ScatteredCacheServiceConfigurator
-
- All Implemented Interfaces:
Consumer<org.infinispan.configuration.cache.ConfigurationBuilder>,ResourceServiceConfigurator,Dependency,ServiceConfigurator,ServiceNameProvider
@Deprecated public class ScatteredCacheServiceConfigurator extends SegmentedCacheServiceConfigurator
Deprecated.Scattered cache is no longer supported upstream. This just configures a distributed cache configuration with 2 owners.- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.SegmentedCacheServiceConfigurator
accept, configure, register
-
Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.CacheConfigurationServiceConfigurator
build
-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-