Interface CacheRegistry.Configuration<K,V>

Type Parameters:
K - the registry key type
V - the registry value type
All Superinterfaces:
org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration, org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration, org.wildfly.clustering.cache.CacheConfiguration, org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheConfiguration, org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration
Enclosing class:
CacheRegistry<K,V>

public static interface CacheRegistry.Configuration<K,V> extends org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheConfiguration
The configuration of this registry.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    default Runnable
    Returns a task to run on Registry.close().
    Returns the entry of the local member.
    Returns the group with which this registry is associated.

    Methods inherited from interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration

    getBatchFactory

    Methods inherited from interface org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheConfiguration

    getCache, getCacheContainer, getCacheEntryMutatorFactory, getCacheEntryMutatorFactory, getCacheProperties, getName, getReadForUpdateCache, getReadWriteCache, getRetryConfig, getSilentWriteCache, getStopTimeout, getTransactionManager, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache, isActive, isFaultTolerant

    Methods inherited from interface org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration

    getExecutor
  • Method Details

    • getGroup

      Returns the group with which this registry is associated.
      Returns:
      the group with which this registry is associated.
    • getEntry

      Map.Entry<K,V> getEntry()
      Returns the entry of the local member.
      Returns:
      the entry of the local member.
    • getCloseTask

      default Runnable getCloseTask()
      Returns a task to run on Registry.close().
      Returns:
      a task to run on Registry.close().