Class SingletonClientProvider

java.lang.Object
org.eclipse.rdf4j.sail.elasticsearchstore.SingletonClientProvider
All Implemented Interfaces:
AutoCloseable

public class SingletonClientProvider extends Object
Author:
Håvard Mikkelsen Ottestad
  • Constructor Details Link icon

    • SingletonClientProvider Link icon

      public SingletonClientProvider(String hostname, int port, String clusterName)
  • Method Details Link icon

    • getClient Link icon

      public org.elasticsearch.client.Client getClient()
    • isClosed Link icon

      public boolean isClosed()
    • close Link icon

      public void close()
      Specified by:
      close in interface AutoCloseable