public class CacheGroupServiceConfigurator extends org.wildfly.clustering.service.SimpleServiceNameProvider implements CapabilityServiceConfigurator, CacheGroupConfiguration, Supplier<CacheGroup>
Group service for a cache.| Constructor and Description |
|---|
CacheGroupServiceConfigurator(org.jboss.msc.service.ServiceName name,
String containerName,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.ServiceConfigurator |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
CacheGroup |
get() |
org.infinispan.Cache<?,?> |
getCache() |
NodeFactory<org.jgroups.Address> |
getMemberFactory() |
equals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfiguregetServiceNamepublic CacheGroup get()
get in interface Supplier<CacheGroup>public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceConfiguratorpublic org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.ServiceConfiguratorpublic org.infinispan.Cache<?,?> getCache()
getCache in interface CacheGroupConfigurationpublic NodeFactory<org.jgroups.Address> getMemberFactory()
getMemberFactory in interface CacheGroupConfigurationCopyright © 2020 JBoss by Red Hat. All rights reserved.