Uses of Class
org.elasticsearch.common.trove.ExtTLongObjectHashMap

Packages that use ExtTLongObjectHashMap
org.elasticsearch.common   
org.elasticsearch.search.facet.datehistogram   
org.elasticsearch.search.facet.histogram.unbounded   
 

Uses of ExtTLongObjectHashMap in org.elasticsearch.common
 

Methods in org.elasticsearch.common that return ExtTLongObjectHashMap
static
<T> ExtTLongObjectHashMap<T>
CacheRecycler.popLongObjectMap()
           
 

Methods in org.elasticsearch.common with parameters of type ExtTLongObjectHashMap
static void CacheRecycler.pushLongObjectMap(ExtTLongObjectHashMap map)
           
 

Uses of ExtTLongObjectHashMap in org.elasticsearch.search.facet.datehistogram
 

Constructors in org.elasticsearch.search.facet.datehistogram with parameters of type ExtTLongObjectHashMap
InternalFullDateHistogramFacet(String name, DateHistogramFacet.ComparatorType comparatorType, ExtTLongObjectHashMap<InternalFullDateHistogramFacet.FullEntry> entries, boolean cachedEntries)
           
 

Uses of ExtTLongObjectHashMap in org.elasticsearch.search.facet.histogram.unbounded
 

Constructors in org.elasticsearch.search.facet.histogram.unbounded with parameters of type ExtTLongObjectHashMap
InternalFullHistogramFacet(String name, HistogramFacet.ComparatorType comparatorType, ExtTLongObjectHashMap<InternalFullHistogramFacet.FullEntry> entries, boolean cachedEntries)
           
 



Copyright © 2009-2012. All Rights Reserved.