Class SingletonClientProvider
java.lang.Object
org.eclipse.rdf4j.sail.elasticsearchstore.SingletonClientProvider
- All Implemented Interfaces:
AutoCloseable
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
ConstructorsConstructorDescriptionSingletonClientProvider(String hostname, int port, String clusterName) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated, for removal: This API element is subject to removal in a future version.org.elasticsearch.client.ClientDeprecated, for removal: This API element is subject to removal in a future version.booleanisClosed()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SingletonClientProvider
-
-
Method Details
-
getClient
public org.elasticsearch.client.Client getClient()Deprecated, for removal: This API element is subject to removal in a future version. -
isClosed
public boolean isClosed()Deprecated, for removal: This API element is subject to removal in a future version. -
close
public void close()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceAutoCloseable
-