Uses of Interface
com.bigdata.rdf.model.BigdataBNode

Packages that use BigdataBNode
com.bigdata.rdf.internal.impl.bnode   
com.bigdata.rdf.model This package provides a tuned implementation of the Sesame RDF data model for the RDF database. 
com.bigdata.rdf.rio This package provides an integration with the openrdf RIO parser that supports fast data loads. 
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. 
 

Uses of BigdataBNode in com.bigdata.rdf.internal.impl.bnode
 

Classes in com.bigdata.rdf.internal.impl.bnode with type parameters of type BigdataBNode
 class AbstractBNodeIV<V extends BigdataBNode,T>
          Class for inline RDF blank nodes.
 class FullyInlineUnicodeBNodeIV<V extends BigdataBNode>
          Class for inline RDF blank nodes.
 class NumericBNodeIV<V extends BigdataBNode>
          Class for inline RDF blank nodes.
 class SidIV<V extends BigdataBNode>
          Internal value representing an inline statement identifier.
 class UUIDBNodeIV<V extends BigdataBNode>
          Class for inline RDF blank nodes.
 

Uses of BigdataBNode in com.bigdata.rdf.model
 

Classes in com.bigdata.rdf.model that implement BigdataBNode
 class BigdataBNodeImpl
          A blank node.
 

Methods in com.bigdata.rdf.model that return BigdataBNode
 BigdataBNode BigdataValueFactory.asValue(BNode v)
          Strongly typed for BNodes.
 BigdataBNode BNodeContextFactory.asValue(BNode v)
           
 BigdataBNode BigdataValueFactoryImpl.asValue(BNode v)
           
 BigdataBNode BigdataValueFactory.createBNode()
           
 BigdataBNode BNodeContextFactory.createBNode()
           
 BigdataBNode BigdataValueFactory.createBNode(String id)
           
 BigdataBNode BNodeContextFactory.createBNode(String id)
           
 

Uses of BigdataBNode in com.bigdata.rdf.rio
 

Method parameters in com.bigdata.rdf.rio with type arguments of type BigdataBNode
 void AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl.setBNodeMap(Map<String,BigdataBNode> bnodes)
           
 void IStatementBuffer.setBNodeMap(Map<String,BigdataBNode> bnodes)
          Set the canonicalizing map for blank nodes based on their ID.
 void StatementBuffer.setBNodeMap(Map<String,BigdataBNode> bnodes)
           
 void AbstractStatementBuffer.setBNodeMap(Map<String,BigdataBNode> bnodes)
           
 

Uses of BigdataBNode in com.bigdata.rdf.store
 

Constructor parameters in com.bigdata.rdf.store with type arguments of type BigdataBNode
BigdataStatementIteratorImpl(AbstractTripleStore db, Map<IV,BigdataBNode> bnodes, IChunkedOrderedIterator<ISPO> src)
           
 



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