Class MemIRI

java.lang.Object
org.eclipse.rdf4j.sail.memory.model.MemResource
org.eclipse.rdf4j.sail.memory.model.MemIRI
All Implemented Interfaces:
Serializable, IRI, Resource, Value, MemValue

public class MemIRI extends MemResource implements IRI
A MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable reuse of namespace String objects (reducing memory usage) and that gives it node properties.
See Also: