Class ElasticsearchStoreConfig
java.lang.Object
org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
org.eclipse.rdf4j.sail.base.config.BaseSailConfig
org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
- All Implemented Interfaces:
SailImplConfig
@Deprecated(since="5.3.0",
forRemoval=true)
public class ElasticsearchStoreConfig
extends BaseSailConfig
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated in preparation for an Elasticsearch client upgrade; this API will change or be removed in a
future release.
- Author:
- HÃ¥vard Mikkelsen Ottestad
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getIndex()Deprecated, for removal: This API element is subject to removal in a future version.intgetPort()Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetClusterName(String clusterName) Deprecated, for removal: This API element is subject to removal in a future version.voidsetHostname(String hostname) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetPort(int port) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class BaseSailConfig
getDefaultQueryEvaluationMode, getEvaluationStrategyFactory, getEvaluationStrategyFactoryClassName, setDefaultQueryEvaluationMode, setEvaluationStrategyFactoryClassNameMethods inherited from class AbstractSailImplConfig
getConnectionTimeOut, getIterationCacheSyncThreshold, getType, setConnectionTimeOut, setIterationCacheSyncThreshold, setType, validate
-
Constructor Details
-
ElasticsearchStoreConfig
public ElasticsearchStoreConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
export
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
exportin interfaceSailImplConfig- Overrides:
exportin classBaseSailConfig
-
parse
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
parsein interfaceSailImplConfig- Overrides:
parsein classBaseSailConfig- Throws:
SailConfigException
-
getHostname
Deprecated, for removal: This API element is subject to removal in a future version. -
getPort
public int getPort()Deprecated, for removal: This API element is subject to removal in a future version. -
getClusterName
Deprecated, for removal: This API element is subject to removal in a future version. -
getIndex
Deprecated, for removal: This API element is subject to removal in a future version. -
setHostname
Deprecated, for removal: This API element is subject to removal in a future version. -
setPort
public void setPort(int port) Deprecated, for removal: This API element is subject to removal in a future version. -
setClusterName
Deprecated, for removal: This API element is subject to removal in a future version. -
setIndex
Deprecated, for removal: This API element is subject to removal in a future version. -
assertRequiredValuesPresent
public void assertRequiredValuesPresent()Deprecated, for removal: This API element is subject to removal in a future version.
-