public interface HTreeAnnotations extends IndexAnnotations
HTree
.Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS_BITS
The number of address bits to use (default
DEFAULT_ADDRESS_BITS
). |
static int |
DEFAULT_ADDRESS_BITS |
DEFAULT_MAX_RECLEN, DEFAULT_RAW_RECORDS, DEFAULT_WRITE_RETENTION_QUEUE_CAPACITY, MAX_RECLEN, RAW_RECORDS, WRITE_RETENTION_QUEUE_CAPACITY
static final String ADDRESS_BITS
DEFAULT_ADDRESS_BITS
). The fan-out of the HTree
will be 2^addressBits
. A
value of 10
will have a fan-out of 1024
and the
resulting page size will be in 4 ~ 8k.DEFAULT_ADDRESS_BITS
static final int DEFAULT_ADDRESS_BITS
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.