Uses of Package
com.bigdata.btree.keys

Packages that use com.bigdata.btree.keys
com.bigdata.bfs This package provides a scale-out content repository (aka distributed file system) suitable as the backend for a REST-ful service using the bigdata architecture. 
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
com.bigdata.btree.keys   
com.bigdata.btree.proc   
com.bigdata.counters.store This package provides a persistence mechanism for performance counters. 
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.mdi This package provides a metadata index and range partitioned indices managed by that metadata index. 
com.bigdata.rdf.inf This package provides an eager closure inference engine for most of the RDF and RDFS entailments and can be used to realize entailments for owl:sameAs, owl:equivilentClass, and owl:equivilentProperty. 
com.bigdata.rdf.lexicon   
com.bigdata.rdf.magic This package includes an abstraction layer for declaring containers of relations, relations, the relationships between the relations (foreign keys), and the indices for a relation, including what goes into the key and the value for the index. 
com.bigdata.rdf.rules   
com.bigdata.rdf.sail This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform. 
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
com.bigdata.rdf.store This package provides several realizations of an RDF database using the bigdata architecture, including one suitable for temporary data, one suitable for local processing (single host), and one designed for scale-out on commodity hardware. 
com.bigdata.relation.rule This package includes an abstraction layer for rules. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.search This package provides full text indexing and search. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.mapred This package contains the map/reduce service, including the master and clients. 
com.bigdata.service.ndx   
com.bigdata.service.ndx.pipeline   
com.bigdata.sparse This package provides support for treating normal B+Trees using a "sparse row store" pattern and can be applied to both local B+Trees and scale-out indices. 
 

Classes in com.bigdata.btree.keys used by com.bigdata.bfs
IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
KeyBuilder.Options
          Configuration options for DefaultKeyBuilderFactory and the KeyBuilder factory methods.
 

Classes in com.bigdata.btree.keys used by com.bigdata.btree
IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
 

Classes in com.bigdata.btree.keys used by com.bigdata.btree.keys
CollatorEnum
          Type-safe enumeration of collators that may be configured.
DecompositionEnum
          Type safe enumeration for the decomposition mode.
IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
ISortKeyBuilder
          An interface for generating unsigned byte[] sort keys.
KeyBuilder
          A class that may be used to form multi-component keys but which does not support Unicode.
KVO
          A key-value-object tuple.
NoSuccessorException
          An instance of this class is thrown where there is no successor to a value within its value space.
StrengthEnum
          Type safe enumeration for the strength.
UnicodeSortKeyGenerator
          Interface allows us to encapsulate differences between the ICU and JDK libraries for generating sort keys from Unicode strings.
 

Classes in com.bigdata.btree.keys used by com.bigdata.btree.proc
IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
KVO
          A key-value-object tuple.
 

Classes in com.bigdata.btree.keys used by com.bigdata.counters.store
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
 

Classes in com.bigdata.btree.keys used by com.bigdata.journal
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
 

Classes in com.bigdata.btree.keys used by com.bigdata.mdi
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
 

Classes in com.bigdata.btree.keys used by com.bigdata.rdf.inf
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 used by com.bigdata.rdf.lexicon
IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
KVO
          A key-value-object tuple.
 

Classes in com.bigdata.btree.keys used by com.bigdata.rdf.magic
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
 

Classes in com.bigdata.btree.keys used by com.bigdata.rdf.rules
ISortKeyBuilder
          An interface for generating unsigned byte[] sort keys.
 

Classes in com.bigdata.btree.keys used by com.bigdata.rdf.sail
KeyBuilder.Options
          Configuration options for DefaultKeyBuilderFactory and the KeyBuilder factory methods.
 

Classes in com.bigdata.btree.keys used by com.bigdata.rdf.spo
IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
ISortKeyBuilder
          An interface for generating unsigned byte[] sort keys.
 

Classes in com.bigdata.btree.keys used by com.bigdata.rdf.store
KeyBuilder.Options
          Configuration options for DefaultKeyBuilderFactory and the KeyBuilder factory methods.
 

Classes in com.bigdata.btree.keys used by com.bigdata.relation.rule
IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
ISortKeyBuilder
          An interface for generating unsigned byte[] sort keys.
 

Classes in com.bigdata.btree.keys used by com.bigdata.relation.rule.eval
ISortKeyBuilder
          An interface for generating unsigned byte[] sort keys.
 

Classes in com.bigdata.btree.keys used by com.bigdata.resources
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
 

Classes in com.bigdata.btree.keys used by com.bigdata.search
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 used by com.bigdata.service
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
 

Classes in com.bigdata.btree.keys used by com.bigdata.service.mapred
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 used by com.bigdata.service.ndx
KVO
          A key-value-object tuple.
 

Classes in com.bigdata.btree.keys used by com.bigdata.service.ndx.pipeline
KVO
          A key-value-object tuple.
 

Classes in com.bigdata.btree.keys used by com.bigdata.sparse
IKeyBuilder
           Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.
IKeyBuilderFactory
          A factory for pre-configured IKeyBuilder instances.
 



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