org.elasticsearch.common.util.concurrent
Class ConcurrentCollections

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

public abstract class ConcurrentCollections
extends java.lang.Object


Method Summary
static
<K,V> java.util.concurrent.ConcurrentMap<K,V>
newConcurrentMap()
           
static
<V> ConcurrentMapLong<V>
newConcurrentMapLong()
           
static
<V> java.util.Set<V>
newConcurrentSet()
           
 
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> java.util.concurrent.ConcurrentMap<K,V> newConcurrentMap()

newConcurrentMapLong

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

newConcurrentSet

public static <V> java.util.Set<V> newConcurrentSet()