Uses of Class
org.eclipse.rdf4j.rio.helpers.LongRioSetting
-
Packages that use LongRioSetting Package Description org.eclipse.rdf4j.rio.binary Parser/writer for the RDF4J binary RDF format.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio. -
-
Uses of LongRioSetting in org.eclipse.rdf4j.rio.binary
Fields in org.eclipse.rdf4j.rio.binary declared as LongRioSetting Modifier and Type Field Description static LongRioSetting
BinaryRDFWriterSettings. BUFFER_SIZE
Setting for the number of statements to consider while analyzing duplicate RDF terms.static LongRioSetting
BinaryRDFWriterSettings. VERSION
Setting for the binary RDF format to use. -
Uses of LongRioSetting in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as LongRioSetting Modifier and Type Field Description static LongRioSetting
BinaryRDFWriterSettings. BUFFER_SIZE
Deprecated, for removal: This API element is subject to removal in a future version.UseBinaryRDFWriterSettings.BUFFER_SIZE
instead.static LongRioSetting
BasicParserSettings. LARGE_LITERALS_LIMIT
IfBasicParserSettings.LARGE_LITERALS_HANDLING
is set toLargeLiteralHandling.PRESERVE
, which it is by default, then the value of this setting is not used.static LongRioSetting
BinaryRDFWriterSettings. VERSION
Deprecated, for removal: This API element is subject to removal in a future version.UseBinaryRDFWriterSettings.VERSION
instead.
-