Uses of Interface
com.bigdata.btree.keys.ISortKeyBuilder

Packages that use ISortKeyBuilder
com.bigdata.btree.keys   
com.bigdata.rdf.relation.rule   
com.bigdata.rdf.rules   
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
 

Uses of ISortKeyBuilder in com.bigdata.btree.keys
 

Subinterfaces of ISortKeyBuilder in com.bigdata.btree.keys
 interface IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
 

Classes in com.bigdata.btree.keys that implement ISortKeyBuilder
 class DelegateSortKeyBuilder<E,F>
          Delegation pattern for ISortKeyBuilder that is useful when you need to DelegateSortKeyBuilder.resolve(Object) one type to another before applying the delegate to generate the sort key.
 class KeyBuilder
          A class that may be used to form multi-component keys but which does not support Unicode.
 

Methods in com.bigdata.btree.keys that return ISortKeyBuilder
 ISortKeyBuilder<E> ISortKeyBuilderFactory.newInstance()
          Return a thread-local instance (safe for use by a single thread only).
 

Constructors in com.bigdata.btree.keys with parameters of type ISortKeyBuilder
DelegateSortKeyBuilder(ISortKeyBuilder<F> delegate)
           
 

Uses of ISortKeyBuilder in com.bigdata.rdf.relation.rule
 

Classes in com.bigdata.rdf.relation.rule that implement ISortKeyBuilder
 class BindingSetSortKeyBuilder
          Builds unsigned byte[] sort keys from IBindingSets.
 

Uses of ISortKeyBuilder in com.bigdata.rdf.rules
 

Methods in com.bigdata.rdf.rules that return ISortKeyBuilder
 ISortKeyBuilder<IBindingSet> RDFJoinNexus.newBindingSetSortKeyBuilder(IRule rule)
          FIXME unit tests for DISTINCT with a head and ELEMENT, with bindings and a head, with bindings but no head, and with a head but no bindings (error).
protected  ISortKeyBuilder<?> RDFJoinNexus.newSortKeyBuilder(IPredicate<?> head)
           
 

Uses of ISortKeyBuilder in com.bigdata.rdf.spo
 

Classes in com.bigdata.rdf.spo that implement ISortKeyBuilder
 class SPOSortKeyBuilder
          Class produces unsigned byte[] sort keys for ISPOs.
 

Uses of ISortKeyBuilder in com.bigdata.relation.rule.eval
 

Methods in com.bigdata.relation.rule.eval that return ISortKeyBuilder
 ISortKeyBuilder<IBindingSet> IJoinNexus.newBindingSetSortKeyBuilder(IRule rule)
          Return an ISortKeyBuilder for an IBindingSet.
protected abstract  ISortKeyBuilder<?> AbstractJoinNexus.newSortKeyBuilder(IPredicate<?> head)
          Return the ISortKeyBuilder used to impose DISTINCT on the solutions generated by a query.
 



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