Class CuratorReadWriteTxLock

  • All Implemented Interfaces:
    com.complexible.stardog.pack.replication.util.DistributedReadWriteTxLock

    public class CuratorReadWriteTxLock
    extends java.lang.Object
    implements com.complexible.stardog.pack.replication.util.DistributedReadWriteTxLock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.complexible.stardog.pack.replication.impl.zookeeper.CuratorTxLock readLock()  
      com.complexible.stardog.pack.replication.impl.zookeeper.CuratorTxLock writeLock()  
      • Methods inherited from class java.lang.Object

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

      • readLock

        public com.complexible.stardog.pack.replication.impl.zookeeper.CuratorTxLock readLock()
        Specified by:
        readLock in interface com.complexible.stardog.pack.replication.util.DistributedReadWriteTxLock
      • writeLock

        public com.complexible.stardog.pack.replication.impl.zookeeper.CuratorTxLock writeLock()
        Specified by:
        writeLock in interface com.complexible.stardog.pack.replication.util.DistributedReadWriteTxLock