Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
BytesRefHash.DirectBytesStartArray
A simple
BytesRefHash.BytesStartArray that tracks
memory allocation using a private AtomicLong
instance. |
static class |
BytesRefHash.TrackingDirectBytesStartArray
A simple
BytesRefHash.BytesStartArray that tracks all
memory allocation using a shared AtomicLong
instance. |
Constructor and Description |
---|
BytesRefHash(ByteBlockPool pool,
int capacity,
BytesRefHash.BytesStartArray bytesStartArray)
Creates a new
BytesRefHash |