- HazelcastAsyncCache - Class in io.micronaut.cache.hazelcast
-
A AsyncCache
implementation based on Hazelcast.
- HazelcastAsyncCache(ConversionService<?>, IMap<Object, Object>, ExecutorService) - Constructor for class io.micronaut.cache.hazelcast.HazelcastAsyncCache
-
- HazelcastCacheManager - Class in io.micronaut.cache.hazelcast
-
A CacheManager
implementation for Hazelcast.
- HazelcastCacheManager(ConversionService<?>, HazelcastInstance, ExecutorService) - Constructor for class io.micronaut.cache.hazelcast.HazelcastCacheManager
-
Constructor.
- hazelcastClient() - Method in class io.micronaut.cache.hazelcast.HazelcastFactory
-
Create a singleton HazelcastInstance
client, if client config resource exists.
- HazelcastClientConfigCondition() - Constructor for class io.micronaut.cache.hazelcast.condition.HazelcastConfigResourceCondition.HazelcastClientConfigCondition
-
- HazelcastClientConfiguration - Class in io.micronaut.cache.hazelcast
-
Configuration class for an Hazelcast as a client.
- HazelcastConfigResourceCondition - Class in io.micronaut.cache.hazelcast.condition
-
Condition classes for checking Hazelcast config resources.
- HazelcastConfigResourceCondition() - Constructor for class io.micronaut.cache.hazelcast.condition.HazelcastConfigResourceCondition
-
- HazelcastConfigResourceCondition.HazelcastClientConfigCondition - Class in io.micronaut.cache.hazelcast.condition
-
Condition that matches if any client config file exists.
- HazelcastConfigResourceCondition.HazelcastInstanceConfigCondition - Class in io.micronaut.cache.hazelcast.condition
-
Condition that matches if any instance config file exitsts.
- HazelcastFactory - Class in io.micronaut.cache.hazelcast
-
Factory class that creates a HazelcastInstance
.
- HazelcastFactory() - Constructor for class io.micronaut.cache.hazelcast.HazelcastFactory
-
- hazelcastInstance(ClientConfig) - Method in class io.micronaut.cache.hazelcast.HazelcastFactory
-
Create a singleton HazelcastInstance
client, based on an existing ClientConfig
bean.
- hazelcastInstance(Config) - Method in class io.micronaut.cache.hazelcast.HazelcastFactory
-
Create a singleton HazelcastInstance
member, based on an existing Config
bean.
- hazelcastInstance() - Method in class io.micronaut.cache.hazelcast.HazelcastFactory
-
Create a singleton HazelcastInstance
instance, if instance config resource exists.
- HazelcastInstanceConfigCondition() - Constructor for class io.micronaut.cache.hazelcast.condition.HazelcastConfigResourceCondition.HazelcastInstanceConfigCondition
-
- HazelcastMemberConfiguration - Class in io.micronaut.cache.hazelcast
-
Configuration class for an Hazelcast as a member.
- HazelcastMemberConfiguration() - Constructor for class io.micronaut.cache.hazelcast.HazelcastMemberConfiguration
-
Default constructor.
- HazelcastSyncCache - Class in io.micronaut.cache.hazelcast
-
A SyncCache
implementation based on Hazelcast.
- HazelcastSyncCache(ConversionService<?>, IMap<Object, Object>, ExecutorService) - Constructor for class io.micronaut.cache.hazelcast.HazelcastSyncCache
-
- HeapTieredCacheConfiguration() - Constructor for class io.micronaut.cache.ehcache.configuration.EhcacheConfiguration.HeapTieredCacheConfiguration
-