Package | Description |
---|---|
com.bigdata.bop.rdf.update |
This package provides bigdata operators for SPARQL update.
|
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.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
Modifier and Type | Method and Description |
---|---|
protected static ISPO |
AbstractAddRemoveStatementsOp.getSPO(IBindingSet bset,
boolean bindsC,
StatementEnum type)
Return an
ISPO constructed from the source solution. |
Modifier and Type | Method and Description |
---|---|
static StatementEnum |
StatementEnum.decode(byte b)
Decode a byte into a
StatementEnum . |
static StatementEnum |
StatementEnum.deserialize(byte[] val) |
StatementEnum |
BigdataStatementImpl.getStatementType() |
static StatementEnum |
StatementEnum.max(StatementEnum a,
StatementEnum b)
Max returns the value that is first in the total order
Explicit
Axiom
Inferred
Deleted
|
static StatementEnum |
StatementEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementEnum[] |
StatementEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BigdataStatement |
BigdataValueFactory.createStatement(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type)
Create a statement (core impl).
|
BigdataStatementImpl |
BigdataValueFactoryImpl.createStatement(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type) |
BigdataStatement |
BNodeContextFactory.createStatement(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type) |
BigdataStatement |
BigdataValueFactory.createStatement(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type,
boolean userFlag)
Create a statement (core impl).
|
BigdataStatementImpl |
BigdataValueFactoryImpl.createStatement(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type,
boolean userFlag) |
BigdataStatement |
BNodeContextFactory.createStatement(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type,
boolean userFlag) |
static StatementEnum |
StatementEnum.max(StatementEnum a,
StatementEnum b)
Max returns the value that is first in the total order
Explicit
Axiom
Inferred
Deleted
|
void |
BigdataStatementImpl.setStatementType(StatementEnum type) |
Constructor and Description |
---|
BigdataStatementImpl(BigdataResource subject,
BigdataURI predicate,
BigdataValue object,
BigdataResource context,
StatementEnum type,
boolean userFlag)
Used by
BigdataValueFactory |
Modifier and Type | Method and Description |
---|---|
void |
IStatementBuffer.add(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type)
Add a statement to the buffer.
|
void |
StatementBuffer.add(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type)
Add a statement to the buffer (core impl, flushes on overflow).
|
void |
AbstractStatementBuffer.add(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type) |
void |
AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl.add(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value o,
org.openrdf.model.Resource c,
StatementEnum type)
Add a statement to the buffer (core impl).
|
protected void |
StatementBuffer.handleStatement(org.openrdf.model.Resource _s,
org.openrdf.model.URI _p,
org.openrdf.model.Value _o,
org.openrdf.model.Resource _c,
StatementEnum type)
Adds the values and the statement into the buffer.
|
Modifier and Type | Method and Description |
---|---|
StatementEnum |
SPO.getStatementType() |
StatementEnum |
ISPO.getStatementType()
|
Modifier and Type | Method and Description |
---|---|
byte[] |
SPOTupleSerializer.serializeVal(boolean override,
boolean userFlag,
StatementEnum type)
Return the byte[] that would be written into a statement index for this
SPO , including the optional MASK_OVERRIDE
bit. |
void |
SPO.setStatementType(StatementEnum type) |
void |
ISPO.setStatementType(StatementEnum type)
Set the statement type for this statement.
|
Constructor and Description |
---|
SPO(BigdataResource s,
BigdataURI p,
BigdataValue o,
StatementEnum type)
Construct a triple from
BigdataValue s and the specified statement
type. |
SPO(IConstant<IV> s,
IConstant<IV> p,
IConstant<IV> o,
StatementEnum type)
Variant to create an
SPO from constants (used by the unit tests). |
SPO(IV s,
IV p,
IV o,
IV c,
StatementEnum type)
Quads constructor with
StatementEnum . |
SPO(IV s,
IV p,
IV o,
StatementEnum type)
Construct a triple.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.