org.elasticsearch.common.util.concurrent
Class ConcurrentCollections

java.lang.Object
  extended by org.elasticsearch.common.util.concurrent.ConcurrentCollections

public abstract class ConcurrentCollections
extends Object


Method Summary
static
<T> BlockingQueue<T>
newBlockingQueue()
           
static
<K,V> ConcurrentMap<K,V>
newConcurrentMap()
           
static
<V> ConcurrentMapLong<V>
newConcurrentMapLong()
           
static
<V> Set<V>
newConcurrentSet()
           
static
<T> Queue<T>
newQueue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newConcurrentMap

public static <K,V> ConcurrentMap<K,V> newConcurrentMap()

newConcurrentMapLong

public static <V> ConcurrentMapLong<V> newConcurrentMapLong()

newConcurrentSet

public static <V> Set<V> newConcurrentSet()

newQueue

public static <T> Queue<T> newQueue()

newBlockingQueue

public static <T> BlockingQueue<T> newBlockingQueue()


Copyright © 2009-2012. All Rights Reserved.