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

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

Introduction

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

The text is from its open source code.

Method

Lget(Object key)
Returns the stripe that corresponds to the passed key.
StripedlazyWeakLock(int stripes)
Creates a Striped with lazily initialized, weakly referenced locks.
StripedlazyWeakReadWriteLock(int stripes)
Creates a Striped with lazily initialized, weakly referenced read-write locks.
Stripedlock(int stripes)
Creates a Striped with eagerly initialized, strongly referenced locks.
StripedreadWriteLock(int stripes)
Creates a Striped with eagerly initialized, strongly referenced read-write locks.
Stripedsemaphore(int stripes, final int permits)
Creates a Striped with eagerly initialized, strongly referenced semaphores, with the specified number of permits.