All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nasa.pds.api.registry.ConnectionContext Maven / Gradle / Ivy

There is a newer version: 4.5.6
Show newest version
package gov.nasa.pds.api.registry;

import java.util.List;
import org.opensearch.client.opensearch.OpenSearchClient;
import org.opensearch.client.opensearch.generic.OpenSearchGenericClient;

public interface ConnectionContext {

  public OpenSearchClient getOpenSearchClient();

  public OpenSearchGenericClient getOpenSearchGenericClient();

  public String getHost();

  public List getRegistryIndices();

  public List getRegistryRefIndices();

  public int getTimeOutSeconds();

  public List getArchiveStatus();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy