Packages

t

com.sksamuel.elastic4s

TcpClientConstructors

trait TcpClientConstructors extends Logging

Annotations
@deprecated
Deprecated

(Since version 6.0.0) Use the http client, it doesn't bring in half the internet in dependencies

Linear Supertypes
Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TcpClientConstructors
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def fromClient(client: Client): ElasticClient

    Creates an ElasticClient which wraps an existing Client.

    Creates an ElasticClient which wraps an existing Client.

    client

    the client to wrap

    Annotations
    @deprecated
    Deprecated

    (Since version 6.0.0) Use the http client, it doesn't bring in half the internet in dependencies

  2. def fromNode(node: Node): ElasticClient

    Creates an ElasticClient by requesting a client from a given Node.

    Creates an ElasticClient by requesting a client from a given Node.

    node

    the node a client will connect to

    Annotations
    @deprecated
    Deprecated

    (Since version 6.0.0) Use the http client, it doesn't bring in half the internet in dependencies

  3. def remote(uri: ElasticsearchClientUri): ElasticClient

    Creates an ElasticClient connected to the elasticsearch instance(s) specified by the uri.

    Creates an ElasticClient connected to the elasticsearch instance(s) specified by the uri. This method will use settings from the URI string and default plugins.

    The created client will use the standard plugins provided by the PreBuiltTransportClient instance.

    uri

    the instance(s) to connect to.

    Annotations
    @deprecated
    Deprecated

    (Since version 5.0.0) use transport

  4. def transport(settings: Settings, uri: ElasticsearchClientUri, plugins: Class[_ <: Plugin]*): ElasticClient

    Creates an ElasticClient connected to the elasticsearch instance(s) specified by the uri.

    Creates an ElasticClient connected to the elasticsearch instance(s) specified by the uri.

    Any options set on the URI will be added to the given settings object before the client is created. If a setting is specified in both the settings object and the uri, the version in the supplied settings object will be used.

    Any given plugins will be added to the client in addition to the standard plugins provided by the PreBuiltTransportClient instance.

    settings

    the settings as applicable to the client.

    uri

    the instance(s) to connect to.

    plugins

    the plugins to add to the client.

    Annotations
    @deprecated
    Deprecated

    (Since version 6.0.0) Use the http client, it doesn't bring in half the internet in dependencies

  5. def transport(uri: ElasticsearchClientUri): ElasticClient
    Annotations
    @deprecated
    Deprecated

    (Since version 6.0.0) Use the http client, it doesn't bring in half the internet in dependencies

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped