org.apache.hadoop.hbase.hbql.util
Class ArrayBlockingQueues

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.util.ArrayBlockingQueues

public class ArrayBlockingQueues
extends Object


Constructor Summary
ArrayBlockingQueues()
           
 
Method Summary
static
<E> ArrayBlockingQueue<E>
newArrayBlockingQueue(int size)
           
static
<E> ArrayBlockingQueue<E>
newArrayBlockingQueue(int size, boolean fair)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayBlockingQueues

public ArrayBlockingQueues()
Method Detail

newArrayBlockingQueue

public static <E> ArrayBlockingQueue<E> newArrayBlockingQueue(int size)

newArrayBlockingQueue

public static <E> ArrayBlockingQueue<E> newArrayBlockingQueue(int size,
                                                              boolean fair)


Copyright © 2011. All Rights Reserved.