Package jenax.engine.qlever.docker
Class QleverConfRun
java.lang.Object
jenax.engine.qlever.docker.QleverConfRun
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Longprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Integerprotected Booleanprotected Integerprotected Longprotected Booleanprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyInto(QleverConfRun dest, boolean copyNulls) booleangetPort()getText()inthashCode()voidsetAccessToken(String accessToken) voidsetCacheMaxNumEntries(Long cacheMaxNumEntries) voidsetCacheMaxSize(String cacheMaxSize) voidsetCacheMaxSizeSingleEntry(String cacheMaxSizeSingleEntry) voidsetDefaultQueryTimeout(String defaultQueryTimeout) voidsetIndexBaseName(String indexBaseName) voidsetLazyResultMaxCacheSize(String lazyResultMaxCacheSize) voidsetMemoryMaxSize(String memoryMaxSize) voidsetNoPatterns(Boolean noPatterns) voidsetNoPatternTrick(Boolean noPatternTrick) voidsetNumSimultaneousQueries(Integer numSimultaneousQueries) voidsetOnlyPsoAndPosPermutations(Boolean onlyPsoAndPosPermutations) voidvoidsetServiceMaxValueRows(Long serviceMaxValueRows) voidvoidsetThrowOnUnboundVariables(Boolean throwOnUnboundVariables) toString()
-
Field Details
-
indexBaseName
-
port
-
accessToken
-
numSimultaneousQueries
-
memoryMaxSize
-
cacheMaxSize
-
cacheMaxSizeSingleEntry
-
lazyResultMaxCacheSize
-
cacheMaxNumEntries
-
noPatterns
-
noPatternTrick
-
text
-
onlyPsoAndPosPermutations
-
defaultQueryTimeout
-
serviceMaxValueRows
-
throwOnUnboundVariables
-
-
Constructor Details
-
QleverConfRun
public QleverConfRun()
-
-
Method Details
-
getIndexBaseName
-
setIndexBaseName
-
getPort
-
setPort
-
getAccessToken
-
setAccessToken
-
getNumSimultaneousQueries
-
setNumSimultaneousQueries
-
getMemoryMaxSize
-
setMemoryMaxSize
-
getCacheMaxSize
-
setCacheMaxSize
-
getCacheMaxSizeSingleEntry
-
setCacheMaxSizeSingleEntry
-
getLazyResultMaxCacheSize
-
setLazyResultMaxCacheSize
-
getCacheMaxNumEntries
-
setCacheMaxNumEntries
-
getNoPatterns
-
setNoPatterns
-
getNoPatternTrick
-
setNoPatternTrick
-
getText
-
setText
-
getOnlyPsoAndPosPermutations
-
setOnlyPsoAndPosPermutations
-
getDefaultQueryTimeout
-
setDefaultQueryTimeout
-
getServiceMaxValueRows
-
setServiceMaxValueRows
-
getThrowOnUnboundVariables
-
setThrowOnUnboundVariables
-
copyInto
-
toString
-
hashCode
public int hashCode() -
equals
-