ElasticsearchClientUri

com.sksamuel.elastic4s.ElasticsearchClientUri
See theElasticsearchClientUri companion class

Attributes

Companion
class
Deprecated
true
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(host: String, port: Int): ElasticsearchClientUri

Creates an ElasticsearchClientUri from a single host and port with no options.

Creates an ElasticsearchClientUri from a single host and port with no options.

Attributes

def apply(str: String): ElasticsearchClientUri

Implicits

Implicits

implicit def stringtoUri(str: String): ElasticsearchClientUri