Class BytesRefHash.BytesStartArray
Manages allocation of the per-term addresses.
Inheritance
System.Object
BytesRefHash.BytesStartArray
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class BytesStartArray : object
Methods
Name | Description |
---|---|
BytesUsed() | A Counter reference holding the number of bytes used by this BytesRefHash.BytesStartArray. The BytesRefHash uses this reference to track it memory usage. |
Clear() | Clears the BytesRefHash.BytesStartArray and returns the cleared instance. |
Grow() | Grows the BytesRefHash.BytesStartArray. |
Init() | Initializes the BytesRefHash.BytesStartArray. This call will allocate memory. |