| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sail.nativerdf | The Native Store. | 
| org.eclipse.rdf4j.sail.nativerdf.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ValueStoreRevision | ValueStore. getRevision()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| ValueStoreRevision | NativeValue. getValueStoreRevision()Gets the revision of the value store that created this value. | 
| ValueStoreRevision | NativeLiteral. getValueStoreRevision() | 
| ValueStoreRevision | NativeBNode. getValueStoreRevision() | 
| ValueStoreRevision | NativeIRI. getValueStoreRevision() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NativeValue. setInternalID(int id,
             ValueStoreRevision revision)Sets the ID that is used for this value in a specific revision of the value store. | 
| void | NativeLiteral. setInternalID(int internalID,
             ValueStoreRevision revision) | 
| void | NativeBNode. setInternalID(int internalID,
             ValueStoreRevision revision) | 
| void | NativeIRI. setInternalID(int internalID,
             ValueStoreRevision revision) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.