com.bigdata.bop.rdf.filter
Interface NativeDistinctFilter.Annotations

All Superinterfaces:
BOp.Annotations, BOpFilterBase.Annotations, BTreeAnnotations, HashMapAnnotations, IndexAnnotations
Enclosing class:
NativeDistinctFilter

public static interface NativeDistinctFilter.Annotations
extends BOpFilterBase.Annotations, BTreeAnnotations, HashMapAnnotations


Field Summary
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
           
 
Fields inherited from interface com.bigdata.bop.BOp.Annotations
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, TIMEOUT
 
Fields inherited from interface com.bigdata.bop.BTreeAnnotations
BRANCHING_FACTOR, DEFAULT_BRANCHING_FACTOR
 
Fields inherited from interface com.bigdata.bop.IndexAnnotations
DEFAULT_RAW_RECORDS, DEFAULT_WRITE_RETENTION_QUEUE_CAPACITY, MAX_RECLEN, RAW_RECORDS, WRITE_RETENTION_QUEUE_CAPACITY
 
Fields inherited from interface com.bigdata.bop.HashMapAnnotations
DEFAULT_LOAD_FACTOR, INITIAL_CAPACITY, LOAD_FACTOR
 

Field Detail

DEFAULT_INITIAL_CAPACITY

static final int DEFAULT_INITIAL_CAPACITY
Overrides the default initial capacity to be relatively large. Up to this many entries will be permitted. Once the map reaches that threshold, the entries will be flushed through to the backing index in order to vector updates against that index.

See Also:
Constant Field Values

DEFAULT_MAX_RECLEN

static final int DEFAULT_MAX_RECLEN
The default maximum length of an inlined IV before it is coverted into a raw record reference. Encoded IVs tend to be relatively small so we are generally better off inlining them into the bucket page of the HTree.

See Also:
Constant Field Values

KEY_ORDER

static final String KEY_ORDER
See Also:
Constant Field Values


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.