Class HazelcastCPSemaphoreNamedLockFactory

All Implemented Interfaces:
NamedLockFactory

@Deprecated @Singleton @Named("semaphore-hazelcast") public class HazelcastCPSemaphoreNamedLockFactory extends HazelcastSemaphoreNamedLockFactory
Deprecated.
Hazelcast support will be dropped.
  • Field Details

  • Constructor Details

    • HazelcastCPSemaphoreNamedLockFactory

      Deprecated.
      The default constructor: creates own instance of Hazelcast using standard Hazelcast configuration discovery.
    • HazelcastCPSemaphoreNamedLockFactory

      public HazelcastCPSemaphoreNamedLockFactory(com.hazelcast.core.HazelcastInstance hazelcastInstance, boolean manageHazelcast)
      Deprecated.
      Constructor for customization.