Interface CacheRegistry.Configuration<K,V>

Type Parameters:
K - the registry key type
V - the registry value type
All Superinterfaces:
BasicCacheConfiguration, BasicCacheContainerConfiguration, CacheConfiguration, EmbeddedCacheConfiguration, EmbeddedCacheContainerConfiguration
Enclosing class:
CacheRegistry<K,V>

public static interface CacheRegistry.Configuration<K,V> extends EmbeddedCacheConfiguration
The configuration of this registry.
Author:
Paul Ferraro
  • 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().