public class CacheRegistryFactoryServiceConfigurator<K,V> extends FunctionalRegistryFactoryServiceConfigurator<K,V> implements CacheRegistryConfiguration<K,V>
RegistryFactory.| Constructor and Description |
|---|
CacheRegistryFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name,
String containerName,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
Registry<K,V> |
apply(Map.Entry<K,V> entry,
Runnable closeTask) |
org.wildfly.clustering.service.ServiceConfigurator |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> |
getBatcher() |
org.infinispan.Cache<org.infinispan.remoting.transport.Address,Map.Entry<K,V>> |
getCache() |
Group<org.infinispan.remoting.transport.Address> |
getGroup() |
<T> org.jboss.msc.service.ServiceBuilder<T> |
register(org.jboss.msc.service.ServiceBuilder<T> builder) |
buildequals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfiguregetServiceNameandThenpublic org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceConfiguratorpublic <T> org.jboss.msc.service.ServiceBuilder<T> register(org.jboss.msc.service.ServiceBuilder<T> builder)
register in interface org.wildfly.clustering.service.Dependencypublic org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> getBatcher()
getBatcher in interface CacheRegistryConfiguration<K,V>public Group<org.infinispan.remoting.transport.Address> getGroup()
getGroup in interface CacheRegistryConfiguration<K,V>Copyright © 2020 JBoss by Red Hat. All rights reserved.