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.CacheInfostats()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:
createURIin interfaceFactoryRDF- Overrides:
createURIin classFactoryRDFStd
-
createTypedLiteral
- Specified by:
createTypedLiteralin interfaceFactoryRDF- Overrides:
createTypedLiteralin classFactoryRDFStd
-
createStringLiteral
- Specified by:
createStringLiteralin interfaceFactoryRDF- Overrides:
createStringLiteralin classFactoryRDFStd
-
stats
public org.apache.jena.atlas.lib.cache.CacheInfo stats()
-