public class CacheRegistryFactoryBuilder<K,V> extends Object implements CapabilityServiceBuilder<RegistryFactory<K,V>>, CacheRegistryConfiguration<K,V>
RegistryFactory.| Constructor and Description |
|---|
CacheRegistryFactoryBuilder(org.jboss.msc.service.ServiceName name,
String containerName,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<RegistryFactory<K,V>> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.Builder<RegistryFactory<K,V>> |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> |
getBatcher() |
org.infinispan.Cache<Node,Map.Entry<K,V>> |
getCache() |
Group<org.infinispan.remoting.transport.Address> |
getGroup() |
org.jboss.msc.service.ServiceName |
getServiceName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurepublic org.jboss.msc.service.ServiceName getServiceName()
getServiceName in interface org.wildfly.clustering.service.ServiceNameProviderpublic org.wildfly.clustering.service.Builder<RegistryFactory<K,V>> configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceBuilder<RegistryFactory<K,V>>public org.jboss.msc.service.ServiceBuilder<RegistryFactory<K,V>> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<RegistryFactory<K,V>>public 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 © 2018 JBoss by Red Hat. All rights reserved.