Class LmdbBNode

    • Method Detail

      • setInternalID

        public void setInternalID​(long internalID,
                                  ValueStoreRevision revision)
        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 interface LmdbValue
      • getValueStoreRevision

        public ValueStoreRevision 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 interface LmdbValue
        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 interface LmdbValue
        Returns:
        The value's ID, or LmdbValue.UNKNOWN_ID if not yet set.
      • getID

        public String getID()
        Specified by:
        getID in interface org.eclipse.rdf4j.model.BNode
        Overrides:
        getID in class SimpleBNode
      • init

        protected void init()
      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in interface org.eclipse.rdf4j.model.BNode
        Overrides:
        equals in class org.eclipse.rdf4j.model.base.AbstractBNode