public class CacheRecycler extends AbstractComponent
Modifier and Type | Class and Description |
---|---|
static class |
CacheRecycler.Type |
Modifier and Type | Field and Description |
---|---|
Recycler<com.carrotsearch.hppc.DoubleIntOpenHashMap> |
doubleIntMap |
Recycler<com.carrotsearch.hppc.DoubleObjectOpenHashMap> |
doubleObjectMap |
Recycler<com.carrotsearch.hppc.FloatIntOpenHashMap> |
floatIntMap |
Recycler<com.carrotsearch.hppc.ObjectObjectOpenHashMap> |
hashMap |
Recycler<com.carrotsearch.hppc.ObjectOpenHashSet> |
hashSet |
Recycler<com.carrotsearch.hppc.IntIntOpenHashMap> |
intIntMap |
Recycler<com.carrotsearch.hppc.IntObjectOpenHashMap> |
intObjectMap |
Recycler<com.carrotsearch.hppc.LongIntOpenHashMap> |
longIntMap |
Recycler<com.carrotsearch.hppc.LongLongOpenHashMap> |
longLongMap |
Recycler<com.carrotsearch.hppc.LongObjectOpenHashMap> |
longObjectMap |
Recycler<com.carrotsearch.hppc.ObjectFloatOpenHashMap> |
objectFloatMap |
Recycler<com.carrotsearch.hppc.ObjectIntOpenHashMap> |
objectIntMap |
componentSettings, logger, settings
Constructor and Description |
---|
CacheRecycler(Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Recycler.V<com.carrotsearch.hppc.DoubleIntOpenHashMap> |
doubleIntMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.DoubleObjectOpenHashMap<T>> |
doubleObjectMap(int sizing) |
Recycler.V<com.carrotsearch.hppc.FloatIntOpenHashMap> |
floatIntMap(int sizing) |
<K,V> Recycler.V<com.carrotsearch.hppc.ObjectObjectOpenHashMap<K,V>> |
hashMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.ObjectOpenHashSet<T>> |
hashSet(int sizing) |
Recycler.V<com.carrotsearch.hppc.IntIntOpenHashMap> |
intIntMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.IntObjectOpenHashMap<T>> |
intObjectMap(int sizing) |
Recycler.V<com.carrotsearch.hppc.LongIntOpenHashMap> |
longIntMap(int sizing) |
Recycler.V<com.carrotsearch.hppc.LongLongOpenHashMap> |
longLongMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.LongObjectOpenHashMap<T>> |
longObjectMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.ObjectFloatOpenHashMap<T>> |
objectFloatMap(int sizing) |
<T> Recycler.V<com.carrotsearch.hppc.ObjectIntOpenHashMap<T>> |
objectIntMap(int sizing) |
nodeName
public final Recycler<com.carrotsearch.hppc.ObjectObjectOpenHashMap> hashMap
public final Recycler<com.carrotsearch.hppc.ObjectOpenHashSet> hashSet
public final Recycler<com.carrotsearch.hppc.DoubleObjectOpenHashMap> doubleObjectMap
public final Recycler<com.carrotsearch.hppc.LongObjectOpenHashMap> longObjectMap
public final Recycler<com.carrotsearch.hppc.LongLongOpenHashMap> longLongMap
public final Recycler<com.carrotsearch.hppc.IntIntOpenHashMap> intIntMap
public final Recycler<com.carrotsearch.hppc.FloatIntOpenHashMap> floatIntMap
public final Recycler<com.carrotsearch.hppc.DoubleIntOpenHashMap> doubleIntMap
public final Recycler<com.carrotsearch.hppc.LongIntOpenHashMap> longIntMap
public final Recycler<com.carrotsearch.hppc.ObjectIntOpenHashMap> objectIntMap
public final Recycler<com.carrotsearch.hppc.IntObjectOpenHashMap> intObjectMap
public final Recycler<com.carrotsearch.hppc.ObjectFloatOpenHashMap> objectFloatMap
public void close()
public <K,V> Recycler.V<com.carrotsearch.hppc.ObjectObjectOpenHashMap<K,V>> hashMap(int sizing)
public <T> Recycler.V<com.carrotsearch.hppc.ObjectOpenHashSet<T>> hashSet(int sizing)
public <T> Recycler.V<com.carrotsearch.hppc.DoubleObjectOpenHashMap<T>> doubleObjectMap(int sizing)
public <T> Recycler.V<com.carrotsearch.hppc.LongObjectOpenHashMap<T>> longObjectMap(int sizing)
public Recycler.V<com.carrotsearch.hppc.LongLongOpenHashMap> longLongMap(int sizing)
public Recycler.V<com.carrotsearch.hppc.IntIntOpenHashMap> intIntMap(int sizing)
public Recycler.V<com.carrotsearch.hppc.FloatIntOpenHashMap> floatIntMap(int sizing)
public Recycler.V<com.carrotsearch.hppc.DoubleIntOpenHashMap> doubleIntMap(int sizing)
public Recycler.V<com.carrotsearch.hppc.LongIntOpenHashMap> longIntMap(int sizing)
public <T> Recycler.V<com.carrotsearch.hppc.ObjectIntOpenHashMap<T>> objectIntMap(int sizing)
public <T> Recycler.V<com.carrotsearch.hppc.IntObjectOpenHashMap<T>> intObjectMap(int sizing)
public <T> Recycler.V<com.carrotsearch.hppc.ObjectFloatOpenHashMap<T>> objectFloatMap(int sizing)
Copyright © 2009–2015. All rights reserved.