Class ElasticsearchStoreFactory
java.lang.Object
org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreFactory
- All Implemented Interfaces:
SailFactory
@Deprecated(since="5.3.0",
forRemoval=true)
public class ElasticsearchStoreFactory
extends Object
implements SailFactory
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.
A
SailFactory that creates ElasticsearchStores based on RDF
configuration data.- Author:
- HÃ¥vard Mikkelsen Ottestad
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getSail(SailImplConfig sailImplConfig) Deprecated, for removal: This API element is subject to removal in a future version.Returns a Sail instance that has been initialized using the supplied configuration data.Deprecated, for removal: This API element is subject to removal in a future version.Returns the Sail's type: rdf4j:ElasticsearchStore.
-
Field Details
-
SAIL_TYPE
Deprecated, for removal: This API element is subject to removal in a future version.The type of repositories that are created by this factory.- See Also:
-
-
Constructor Details
-
ElasticsearchStoreFactory
public ElasticsearchStoreFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSailType
Deprecated, for removal: This API element is subject to removal in a future version.Returns the Sail's type: rdf4j:ElasticsearchStore.- Specified by:
getSailTypein interfaceSailFactory
-
getConfig
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConfigin interfaceSailFactory
-
getSail
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SailFactoryReturns a Sail instance that has been initialized using the supplied configuration data.- Specified by:
getSailin interfaceSailFactory- Parameters:
sailImplConfig- TODO- Returns:
- The created (but un-initialized) Sail.
- Throws:
SailConfigException- If no Sail could be created due to invalid or incomplete configuration data.
-