BytesStartArray

abstract class BytesStartArray

Manages allocation of the per-term addresses.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun bytesUsed(): Counter

A Counter reference holding the number of bytes used by this BytesStartArray. The BytesRefHash uses this reference to track it memory usage

Link copied to clipboard
abstract fun clear(): IntArray?

clears the BytesStartArray and returns the cleared instance.

Link copied to clipboard
abstract fun grow(): IntArray?

Grows the BytesStartArray

Link copied to clipboard
abstract fun init(): IntArray?

Initializes the BytesStartArray. This call will allocate memory