Class HazelcastServiceConfiguration

  • All Implemented Interfaces:

    @Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled() 
    public class HazelcastServiceConfiguration
    
                        
    Since:

    2019-12-03

    Author:

    trydofor

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      HazelcastGlobalLock hazelcastGlobalLock(HazelcastInstance hazelcastInstance)
      HazelcastCacheManager hazelcastCacheManager(SlardarCacheProp conf, HazelcastInstance instance)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HazelcastServiceConfiguration

        HazelcastServiceConfiguration()
    • Method Detail

      • hazelcastCacheManager

        @Bean(value = WingsCache.Manager.Server)@ConditionalWingsEnabled() HazelcastCacheManager hazelcastCacheManager(SlardarCacheProp conf, HazelcastInstance instance)