Constructor BytesRefHash
BytesRefHash()
Creates a new BytesRefHash with a ByteBlockPool using a ByteBlockPool.DirectAllocator.
Declaration
public BytesRefHash()
BytesRefHash(ByteBlockPool)
Creates a new BytesRefHash
Declaration
public BytesRefHash(ByteBlockPool pool)
Parameters
Type | Name | Description |
---|---|---|
ByteBlockPool | pool |
BytesRefHash(ByteBlockPool, Int32, BytesRefHash.BytesStartArray)
Creates a new BytesRefHash
Declaration
public BytesRefHash(ByteBlockPool pool, int capacity, BytesRefHash.BytesStartArray bytesStartArray)
Parameters
Type | Name | Description |
---|---|---|
ByteBlockPool | pool | |
System.Int32 | capacity | |
BytesRefHash.BytesStartArray | bytesStartArray |