Interface CacheServiceProviderRegistryConfiguration<T>
-
public interface CacheServiceProviderRegistryConfiguration<T>Configuration for aCacheServiceProviderRegistry.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch>getBatcher()org.infinispan.Cache<T,Set<org.infinispan.remoting.transport.Address>>getCache()CommandDispatcherFactorygetCommandDispatcherFactory()Group<org.infinispan.remoting.transport.Address>getGroup()ObjectgetId()
-
-
-
Method Detail
-
getId
Object getId()
-
getGroup
Group<org.infinispan.remoting.transport.Address> getGroup()
-
getCommandDispatcherFactory
CommandDispatcherFactory getCommandDispatcherFactory()
-
getBatcher
org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> getBatcher()
-
-