Package | Description |
---|---|
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
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 |
---|---|
ModifiedEnum |
BigdataStatementImpl.getModified() |
Modifier and Type | Method and Description |
---|---|
void |
BigdataStatementImpl.setModified(ModifiedEnum modified) |
Modifier and Type | Method and Description |
---|---|
static ModifiedEnum[] |
ModifiedEnum.fromBooleans(boolean[] b,
int n) |
ModifiedEnum |
SPO.getModified() |
ModifiedEnum |
ISPO.getModified()
Return the state of the transient modified flag.
|
static ModifiedEnum |
ModifiedEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifiedEnum[] |
ModifiedEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SPO.setModified(ModifiedEnum modified) |
void |
ISPO.setModified(ModifiedEnum modified)
Set a transient flag indicating whether or not the persistent state of
the statement was modified when it was last written onto the database.
|
static boolean[] |
ModifiedEnum.toBooleans(ModifiedEnum[] modified,
int n) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.