- java.lang.Object
-
- org.apache.lucene.index.BufferedUpdates.BytesRefIntMap
-
- Enclosing class:
- BufferedUpdates
private static class BufferedUpdates.BytesRefIntMap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private BytesRefHash
bytesRefHash
private Counter
counter
private static long
INIT_RAM_BYTES
private int[]
values
-
Constructor Summary
Constructors Modifier Constructor Description private
BytesRefIntMap(ByteBlockPool pool, Counter counter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
get(BytesRef key)
private java.util.Set<BytesRef>
keySet()
private boolean
put(BytesRef key, int value)
-
-
-
Field Detail
-
INIT_RAM_BYTES
private static final long INIT_RAM_BYTES
-
counter
private final Counter counter
-
bytesRefHash
private final BytesRefHash bytesRefHash
-
values
private int[] values
-
-
Constructor Detail
-
BytesRefIntMap
private BytesRefIntMap(ByteBlockPool pool, Counter counter)
-
-