Class InfinispanClusterManager

    • Constructor Detail

      • InfinispanClusterManager

        public InfinispanClusterManager()
        Creates a new cluster manager configured with infinispan.xml and jgroups.xml files.
      • InfinispanClusterManager

        public InfinispanClusterManager​(org.infinispan.manager.DefaultCacheManager cacheManager)
        Creates a new cluster manager with an existing DefaultCacheManager. It is your responsibility to start/stop the cache manager when the Vert.x instance joins/leaves the cluster.
        Parameters:
        cacheManager - the existing cache manager