Package com.carrotsearch.hppc
Interface Accountable
-
- All Known Implementing Classes:
ByteArrayDeque,ByteArrayList,ByteStack,CharArrayDeque,CharArrayList,CharByteHashMap,CharByteScatterMap,CharCharHashMap,CharCharScatterMap,CharDoubleHashMap,CharDoubleScatterMap,CharFloatHashMap,CharFloatScatterMap,CharHashSet,CharIntHashMap,CharIntScatterMap,CharLongHashMap,CharLongScatterMap,CharObjectHashMap,CharObjectScatterMap,CharScatterSet,CharShortHashMap,CharShortScatterMap,CharStack,DoubleArrayDeque,DoubleArrayList,DoubleStack,FloatArrayDeque,FloatArrayList,FloatStack,IntArrayDeque,IntArrayList,IntByteHashMap,IntByteScatterMap,IntCharHashMap,IntCharScatterMap,IntDoubleHashMap,IntDoubleScatterMap,IntFloatHashMap,IntFloatScatterMap,IntHashSet,IntIntHashMap,IntIntScatterMap,IntLongHashMap,IntLongScatterMap,IntObjectHashMap,IntObjectScatterMap,IntScatterSet,IntShortHashMap,IntShortScatterMap,IntStack,LongArrayDeque,LongArrayList,LongByteHashMap,LongByteScatterMap,LongCharHashMap,LongCharScatterMap,LongDoubleHashMap,LongDoubleScatterMap,LongFloatHashMap,LongFloatScatterMap,LongHashSet,LongIntHashMap,LongIntScatterMap,LongLongHashMap,LongLongScatterMap,LongObjectHashMap,LongObjectScatterMap,LongScatterSet,LongShortHashMap,LongShortScatterMap,LongStack,ObjectArrayDeque,ObjectArrayList,ObjectByteHashMap,ObjectByteIdentityHashMap,ObjectByteScatterMap,ObjectCharHashMap,ObjectCharIdentityHashMap,ObjectCharScatterMap,ObjectDoubleHashMap,ObjectDoubleIdentityHashMap,ObjectDoubleScatterMap,ObjectFloatHashMap,ObjectFloatIdentityHashMap,ObjectFloatScatterMap,ObjectHashSet,ObjectIdentityHashSet,ObjectIntHashMap,ObjectIntIdentityHashMap,ObjectIntScatterMap,ObjectLongHashMap,ObjectLongIdentityHashMap,ObjectLongScatterMap,ObjectObjectHashMap,ObjectObjectIdentityHashMap,ObjectObjectScatterMap,ObjectScatterSet,ObjectShortHashMap,ObjectShortIdentityHashMap,ObjectShortScatterMap,ObjectStack,ShortArrayDeque,ShortArrayList,ShortByteHashMap,ShortByteScatterMap,ShortCharHashMap,ShortCharScatterMap,ShortDoubleHashMap,ShortDoubleScatterMap,ShortFloatHashMap,ShortFloatScatterMap,ShortHashSet,ShortIntHashMap,ShortIntScatterMap,ShortLongHashMap,ShortLongScatterMap,ShortObjectHashMap,ShortObjectScatterMap,ShortScatterSet,ShortShortHashMap,ShortShortScatterMap,ShortStack
public interface AccountableAnything that could be accounted for memory usage Partly forked from Lucene tag releases/lucene-solr/8.5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longramBytesAllocated()Allocated memory estimationlongramBytesUsed()Bytes that is actually been used
-