Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class | 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 | Description |
---|---|
BytesRefHash(ByteBlockPool pool,
int capacity,
BytesRefHash.BytesStartArray bytesStartArray) |
Creates a new
BytesRefHash |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.