类 HazelcastClientFactory

    • 构造器详细资料

      • HazelcastClientFactory

        public HazelcastClientFactory​(org.springframework.core.io.Resource clientConfigLocation)
                               throws IOException
        Create a HazelcastClientFactory for the specified configuration location.
        参数:
        clientConfigLocation - the location of the configuration file
        抛出:
        IOException - if the configuration location could not be read
    • 方法详细资料

      • getHazelcastInstance

        public com.hazelcast.core.HazelcastInstance getHazelcastInstance()
        Get the HazelcastInstance.
        返回:
        the HazelcastInstance