Class LmdbBNode
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractBNode
org.eclipse.rdf4j.model.impl.SimpleBNode
org.eclipse.rdf4j.sail.lmdb.model.LmdbBNode
- All Implemented Interfaces:
Serializable
,BNode
,Resource
,Value
,LmdbResource
,LmdbValue
- See Also:
-
Field Summary
Fields inherited from interface org.eclipse.rdf4j.sail.lmdb.model.LmdbValue
UNKNOWN_ID
-
Constructor Summary
ConstructorDescriptionLmdbBNode
(ValueStoreRevision revision, long internalID) LmdbBNode
(ValueStoreRevision revision, String nodeID) LmdbBNode
(ValueStoreRevision revision, String nodeID, long internalID) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compares this blank node to another object.getID()
Retrieves this blank node's identifier.long
Gets the ID that is used in the lmdb store for this Value.Gets the revision of the value store that created this value.protected void
init()
void
void
setInternalID
(long internalID, ValueStoreRevision revision) Sets the ID that is used for this value in a specific revision of the value store.protected Object
Methods inherited from class org.eclipse.rdf4j.model.base.AbstractBNode
hashCode, stringValue, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.model.Resource
isResource
Methods inherited from interface org.eclipse.rdf4j.model.Value
isIRI, isLiteral, isTriple, stringValue
-
Constructor Details
-
LmdbBNode
-
LmdbBNode
-
LmdbBNode
-
-
Method Details
-
setInternalID
Description copied from interface:LmdbValue
Sets the ID that is used for this value in a specific revision of the value store.- Specified by:
setInternalID
in interfaceLmdbValue
-
getValueStoreRevision
Description copied from interface:LmdbValue
Gets the revision of the value store that created this value. The value's internal ID is only valid when it's value store revision is equal to the value store's current revision.- Specified by:
getValueStoreRevision
in interfaceLmdbValue
- Returns:
- The revision of the value store that created this value at the time it last set the value's internal ID.
-
getInternalID
public long getInternalID()Description copied from interface:LmdbValue
Gets the ID that is used in the lmdb store for this Value.- Specified by:
getInternalID
in interfaceLmdbValue
- Returns:
- The value's ID, or
LmdbValue.UNKNOWN_ID
if not yet set.
-
setID
- Overrides:
setID
in classSimpleBNode
-
getID
Description copied from interface:BNode
Retrieves this blank node's identifier.- Specified by:
getID
in interfaceBNode
- Overrides:
getID
in classSimpleBNode
- Returns:
- A blank node identifier.
-
init
protected void init() -
equals
Description copied from interface:BNode
Compares this blank node to another object.- Specified by:
equals
in interfaceBNode
- Overrides:
equals
in classAbstractBNode
- Parameters:
o
- the object to compare this blank node to- Returns:
true
, if the other object is an instance ofBNode
and their IDs are equal;false
, otherwise.
-
writeReplace
- Throws:
ObjectStreamException
-