Class HotRodSyncLocks

  • All Implemented Interfaces:
    org.infinispan.api.sync.SyncLocks

    public class HotRodSyncLocks
    extends Object
    implements org.infinispan.api.sync.SyncLocks
    Since:
    14.0
    • Method Detail

      • create

        public HotRodSyncLock create​(String name,
                                     org.infinispan.api.configuration.LockConfiguration configuration)
        Specified by:
        create in interface org.infinispan.api.sync.SyncLocks
      • get

        public HotRodSyncLock get​(String name)
        Specified by:
        get in interface org.infinispan.api.sync.SyncLocks
      • remove

        public void remove​(String name)
        Specified by:
        remove in interface org.infinispan.api.sync.SyncLocks
      • names

        public org.infinispan.api.common.CloseableIterable<String> names()
        Specified by:
        names in interface org.infinispan.api.sync.SyncLocks