Class Constants
java.lang.Object
cz.cvut.kbss.ontodriver.rdf4j.config.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Default connection request timeout (in milliseconds).static final String
Default language to use when anAssertion
does not specify a language.static final int
How many assertions will trigger load-all statement loading strategy.static final int
Default maximum connection pool size.static final int
Default number of tries to connect to a remote repository. -
Method Summary
-
Field Details
-
DEFAULT_LOAD_ALL_THRESHOLD
public static final int DEFAULT_LOAD_ALL_THRESHOLDHow many assertions will trigger load-all statement loading strategy. -
DEFAULT_LANG
Default language to use when anAssertion
does not specify a language.The
null
value ensures that strings will be saved as xsd:string and loaded with any language tag (or without a language tag at all). -
DEFAULT_RECONNECT_ATTEMPTS_COUNT
public static final int DEFAULT_RECONNECT_ATTEMPTS_COUNTDefault number of tries to connect to a remote repository. -
DEFAULT_MAX_CONNECTIONS
public static final int DEFAULT_MAX_CONNECTIONSDefault maximum connection pool size. -
DEFAULT_CONNECTION_REQUEST_TIMEOUT
public static final int DEFAULT_CONNECTION_REQUEST_TIMEOUTDefault connection request timeout (in milliseconds).
-