Uses of Class
org.eclipse.rdf4j.sail.nativerdf.model.CorruptValue
-
Packages that use CorruptValue Package Description org.eclipse.rdf4j.sail.nativerdf.model Native implementations of the RDF Model interfaces. -
-
Uses of CorruptValue in org.eclipse.rdf4j.sail.nativerdf.model
Subclasses of CorruptValue in org.eclipse.rdf4j.sail.nativerdf.model Modifier and Type Class Description class
CorruptIRI
CorruptIRI is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabledclass
CorruptIRIOrBNode
CorruptIRIOrBNode is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabledclass
CorruptLiteral
CorruptLiteral is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabledclass
CorruptUnknownValue
CorruptUnknownValue is used when a NativeValue cannot be read from the ValueStore and if soft failure is enabled
-