Example usage for java.util.concurrent.locks ReadWriteLock interface-usage

List of usage examples for java.util.concurrent.locks ReadWriteLock interface-usage

Introduction

In this page you can find the example usage for java.util.concurrent.locks ReadWriteLock interface-usage.

Usage

From source file org.apache.accumulo.server.zookeeper.DistributedReadWriteLock.java

public class DistributedReadWriteLock implements java.util.concurrent.locks.ReadWriteLock {

    static enum LockType {
        READ, WRITE,
    };

From source file org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock.java

public class DistributedReadWriteLock implements java.util.concurrent.locks.ReadWriteLock {

    static enum LockType {
        READ, WRITE,
    };