public static interface NativeDistinctFilter.Annotations extends BOpFilterBase.Annotations, BTreeAnnotations, HashMapAnnotations
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_INITIAL_CAPACITY
Overrides the default initial capacity to be relatively large.
|
static int |
DEFAULT_MAX_RECLEN
The default maximum length of an inlined
IV before it is
coverted into a raw record reference. |
static String |
KEY_ORDER |
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, NAMESPACE, TIMEOUT
BRANCHING_FACTOR, DEFAULT_BRANCHING_FACTOR
DEFAULT_RAW_RECORDS, DEFAULT_WRITE_RETENTION_QUEUE_CAPACITY, MAX_RECLEN, RAW_RECORDS, WRITE_RETENTION_QUEUE_CAPACITY
DEFAULT_LOAD_FACTOR, INITIAL_CAPACITY, LOAD_FACTOR
static final int DEFAULT_INITIAL_CAPACITY
static final int DEFAULT_MAX_RECLEN
IV
before it is
coverted into a raw record reference. Encoded IV
s tend to
be relatively small so we are generally better off inlining them
into the bucket page of the HTree
.static final String KEY_ORDER
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.