K - the cache key typeV - the cache value typepublic class CacheBuilder<K,V> extends Object implements CapabilityServiceBuilder<org.infinispan.Cache<K,V>>, Supplier<org.infinispan.Cache<K,V>>, Consumer<org.infinispan.Cache<K,V>>
| Constructor and Description |
|---|
CacheBuilder(org.jboss.msc.service.ServiceName name,
String containerName,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.infinispan.Cache<K,V> cache) |
org.jboss.msc.service.ServiceBuilder<org.infinispan.Cache<K,V>> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.Builder<org.infinispan.Cache<K,V>> |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
org.infinispan.Cache<K,V> |
get() |
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<org.infinispan.Cache<K,V>> configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface CapabilityServiceBuilder<org.infinispan.Cache<K,V>>Copyright © 2018 JBoss by Red Hat. All rights reserved.