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
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.