Class SingletonClientProvider
java.lang.Object
org.eclipse.rdf4j.sail.elasticsearchstore.SingletonClientProvider
- All Implemented Interfaces:
 AutoCloseable
- Author:
 - HÃ¥vard Mikkelsen Ottestad
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SingletonClientProvider
 
 - 
 - 
Method Details
- 
getClient
public org.elasticsearch.client.Client getClient() - 
isClosed
public boolean isClosed() - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 
 -