Class ElasticsearchStoreConfig

All Implemented Interfaces:
SailImplConfig

@Deprecated(since="5.3.0", forRemoval=true) public class ElasticsearchStoreConfig extends BaseSailConfig
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 Details

    • ElasticsearchStoreConfig

      public ElasticsearchStoreConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • export

      public Resource export(Model m)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      export in interface SailImplConfig
      Overrides:
      export in class BaseSailConfig
    • parse

      public void parse(Model graph, Resource implNode) throws SailConfigException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      parse in interface SailImplConfig
      Overrides:
      parse in class BaseSailConfig
      Throws:
      SailConfigException
    • getHostname

      public String getHostname()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPort

      public int getPort()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getClusterName

      public String getClusterName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getIndex

      public String getIndex()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setHostname

      public void setHostname(String hostname)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPort

      public void setPort(int port)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setClusterName

      public void setClusterName(String clusterName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setIndex

      public void setIndex(String index)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • assertRequiredValuesPresent

      public void assertRequiredValuesPresent()
      Deprecated, for removal: This API element is subject to removal in a future version.