java.lang.Object
org.apache.jena.riot.system.FactoryRDFStd
org.apache.jena.riot.system.FactoryRDFCaching
- All Implemented Interfaces:
FactoryRDF
Adds some caching of created nodes - the caching is tuned to RIOT parser usage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateStringLiteral
(String lexical) createTypedLiteral
(String lexical, RDFDatatype datatype) org.apache.jena.atlas.lib.cache.CacheInfo
stats()
Methods inherited from class org.apache.jena.riot.system.FactoryRDFStd
createBlankNode, createBlankNode, createBlankNode, createLangLiteral, createQuad, createTriple, reset
-
Field Details
-
DftNodeCacheSize
public static final int DftNodeCacheSize- See Also:
-
-
Constructor Details
-
FactoryRDFCaching
public FactoryRDFCaching() -
FactoryRDFCaching
-
-
Method Details
-
createURI
- Specified by:
createURI
in interfaceFactoryRDF
- Overrides:
createURI
in classFactoryRDFStd
-
createTypedLiteral
- Specified by:
createTypedLiteral
in interfaceFactoryRDF
- Overrides:
createTypedLiteral
in classFactoryRDFStd
-
createStringLiteral
- Specified by:
createStringLiteral
in interfaceFactoryRDF
- Overrides:
createStringLiteral
in classFactoryRDFStd
-
stats
public org.apache.jena.atlas.lib.cache.CacheInfo stats()
-