Java com.google.common.util.concurrent CycleDetectingLockFactory fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.util.concurrent CycleDetectingLockFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.util.concurrent CycleDetectingLockFactory.

The text is from its open source code.

Method

CycleDetectingLockFactorynewInstance(Policy policy)
Creates a new factory with the specified policy.
ReentrantLocknewReentrantLock(String lockName)
Equivalent to newReentrantLock(lockName, false) .