K - the cache key typeV - the cache value typepublic class DistributableCacheFactoryServiceConfigurator<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>> extends org.wildfly.clustering.service.SimpleServiceNameProvider implements CapabilityServiceConfigurator, CacheFactory<K,V>
CacheFactory.| Constructor and Description |
|---|
DistributableCacheFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name,
CapabilityServiceConfigurator configurator) |
| 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) |
Cache<K,V> |
createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
equals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfiguregetServiceNamepublic DistributableCacheFactoryServiceConfigurator(org.jboss.msc.service.ServiceName name,
CapabilityServiceConfigurator configurator)
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 Cache<K,V> createCache(IdentifierFactory<K> identifierFactory, StatefulObjectFactory<V> factory, PassivationListener<V> passivationListener)
createCache in interface CacheFactory<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>Copyright © 2019 JBoss by Red Hat. All rights reserved.