Interface CacheRegistry.Configuration<K,V>
- Type Parameters:
K- the registry key typeV- the registry value type
- All Superinterfaces:
BasicCacheConfiguration, BasicCacheContainerConfiguration, CacheConfiguration, EmbeddedCacheConfiguration, EmbeddedCacheContainerConfiguration
- Enclosing class:
CacheRegistry<K,V>
The configuration of this registry.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault RunnableReturns a task to run onRegistry.close().getEntry()Returns the entry of the local member.getGroup()Returns the group with which this registry is associated.Methods inherited from interface BasicCacheConfiguration
getBatchFactoryMethods inherited from interface EmbeddedCacheConfiguration
getCache, getCacheContainer, getCacheEntryMutatorFactory, getCacheEntryMutatorFactory, getCacheProperties, getName, getReadForUpdateCache, getReadWriteCache, getRetryConfig, getSilentWriteCache, getStopTimeout, getTransactionManager, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache, isActive, isFaultTolerantMethods inherited from interface EmbeddedCacheContainerConfiguration
getExecutor
-
Method Details
-
getGroup
CacheContainerGroup getGroup()Returns the group with which this registry is associated.- Returns:
- the group with which this registry is associated.
-
getEntry
-
getCloseTask
Returns a task to run onRegistry.close().- Returns:
- a task to run on
Registry.close().
-