Class HTTPRepositorySettings
java.lang.Object
org.eclipse.rdf4j.repository.http.helpers.HTTPRepositorySettings
Class encapsulates configuration settings specific for
HTTPRepository
.- Author:
- Jacek Grzebyta
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RioSetting
<Integer> Maximum size (in number of statements) allowed for statement buffers before they are forcibly flushed. -
Constructor Summary
-
Method Summary
-
Field Details
-
MAX_STATEMENT_BUFFER_SIZE
Maximum size (in number of statements) allowed for statement buffers before they are forcibly flushed.By default inner buffers within
HTTPRepositoryConnection
keep in memory up to 200000 statement before they are flushed to the remote repository.
-
-
Constructor Details
-
HTTPRepositorySettings
public HTTPRepositorySettings()
-