public class CacheRegistryFactoryBuilder<K,V> extends RegistryFactoryServiceNameProvider implements Builder<RegistryFactory<K,V>>, org.jboss.msc.value.Value<RegistryFactory<K,V>>, CacheRegistryFactoryConfiguration<K,V>
RegistryFactory.cacheName, containerName| Constructor and Description |
|---|
CacheRegistryFactoryBuilder(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)
Builds a service into the specified target.
|
Batcher<? extends Batch> |
getBatcher() |
org.infinispan.Cache<Node,Map.Entry<K,V>> |
getCache() |
Group |
getGroup() |
NodeFactory<org.infinispan.remoting.transport.Address> |
getNodeFactory() |
RegistryFactory<K,V> |
getValue() |
getServiceNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServiceNamepublic org.jboss.msc.service.ServiceBuilder<RegistryFactory<K,V>> build(org.jboss.msc.service.ServiceTarget target)
Builderbuild in interface Builder<RegistryFactory<K,V>>target - the service installation targetpublic RegistryFactory<K,V> getValue()
getValue in interface org.jboss.msc.value.Value<RegistryFactory<K,V>>public Batcher<? extends Batch> getBatcher()
getBatcher in interface CacheRegistryFactoryConfiguration<K,V>public Group getGroup()
getGroup in interface CacheRegistryFactoryConfiguration<K,V>public org.infinispan.Cache<Node,Map.Entry<K,V>> getCache()
getCache in interface CacheRegistryFactoryConfiguration<K,V>public NodeFactory<org.infinispan.remoting.transport.Address> getNodeFactory()
getNodeFactory in interface CacheRegistryFactoryConfiguration<K,V>Copyright © 2023 JBoss by Red Hat. All rights reserved.