|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use BytesRefHash.BytesStartArray | |
|---|---|
| org.apache.lucene.util | Some utility classes. |
| Uses of BytesRefHash.BytesStartArray in org.apache.lucene.util |
|---|
| Subclasses of BytesRefHash.BytesStartArray in org.apache.lucene.util | |
|---|---|
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 Counter
instance. |
| Constructors in org.apache.lucene.util with parameters of type BytesRefHash.BytesStartArray | |
|---|---|
BytesRefHash(ByteBlockPool pool,
int capacity,
BytesRefHash.BytesStartArray bytesStartArray)
Creates a new BytesRefHash |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||