public interface IndexAnnotations
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_RECLEN |
static boolean |
DEFAULT_RAW_RECORDS |
static int |
DEFAULT_WRITE_RETENTION_QUEUE_CAPACITY |
static String |
MAX_RECLEN
When
RAW_RECORDS are used, this will be the maximum byte length
of a byte[] value before it is written as a raw record on the backing
store rather than inlined within the bucket page (default
128 . |
static String |
RAW_RECORDS
When
true raw record references will be written on the
backing store and the index will manage the mapping between the keys and
the storage addresses rather than having the byte[] values inline in the
bucket page (default DEFAULT_RAW_RECORDS ). |
static String |
WRITE_RETENTION_QUEUE_CAPACITY |
static final String WRITE_RETENTION_QUEUE_CAPACITY
IndexMetadata.Options#WRITE_RETENTION_QUEUE_CAPACITY
static final int DEFAULT_WRITE_RETENTION_QUEUE_CAPACITY
static final String RAW_RECORDS
true
raw record references will be written on the
backing store and the index will manage the mapping between the keys and
the storage addresses rather than having the byte[] values inline in the
bucket page (default DEFAULT_RAW_RECORDS
).IndexMetadata.getRawRecords()
static final boolean DEFAULT_RAW_RECORDS
static final String MAX_RECLEN
RAW_RECORDS
are used, this will be the maximum byte length
of a byte[] value before it is written as a raw record on the backing
store rather than inlined within the bucket page (default
128 .IndexMetadata.getMaxRecLen()
static final int DEFAULT_MAX_RECLEN
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.