public class CacheServiceProviderRegistryBuilder<T> extends Object implements CapabilityServiceBuilder<ServiceProviderRegistry<T>>, CacheServiceProviderRegistryConfiguration<T>, Supplier<CacheServiceProviderRegistry<T>>
ServiceProviderRegistrationFactory service.| Constructor and Description |
|---|
CacheServiceProviderRegistryBuilder(org.jboss.msc.service.ServiceName name,
String containerName,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<ServiceProviderRegistry<T>> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.Builder<ServiceProviderRegistry<T>> |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
CacheServiceProviderRegistry<T> |
get() |
org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> |
getBatcher() |
org.infinispan.Cache<T,Set<org.infinispan.remoting.transport.Address>> |
getCache() |
CommandDispatcherFactory |
getCommandDispatcherFactory() |
Group<org.infinispan.remoting.transport.Address> |
getGroup() |
Object |
getId() |
org.jboss.msc.service.ServiceName |
getServiceName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurepublic CacheServiceProviderRegistry<T> get()
get in interface Supplier<CacheServiceProviderRegistry<T>>public org.jboss.msc.service.ServiceName getServiceName()
getServiceName in interface org.wildfly.clustering.service.ServiceNameProviderpublic org.wildfly.clustering.service.Builder<ServiceProviderRegistry<T>> configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceBuilder<ServiceProviderRegistry<T>>public org.jboss.msc.service.ServiceBuilder<ServiceProviderRegistry<T>> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<ServiceProviderRegistry<T>>public Object getId()
getId in interface CacheServiceProviderRegistryConfiguration<T>public Group<org.infinispan.remoting.transport.Address> getGroup()
getGroup in interface CacheServiceProviderRegistryConfiguration<T>public org.infinispan.Cache<T,Set<org.infinispan.remoting.transport.Address>> getCache()
getCache in interface CacheServiceProviderRegistryConfiguration<T>public CommandDispatcherFactory getCommandDispatcherFactory()
getCommandDispatcherFactory in interface CacheServiceProviderRegistryConfiguration<T>public org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> getBatcher()
getBatcher in interface CacheServiceProviderRegistryConfiguration<T>Copyright © 2018 JBoss by Red Hat. All rights reserved.