Packages

c

com.sksamuel.elastic4s.embedded

InternalLocalNode

class InternalLocalNode extends Node with LocalNode with Logging

Linear Supertypes
Logging, LocalNode, Node, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalLocalNode
  2. Logging
  3. LocalNode
  4. Node
  5. Closeable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalLocalNode(settings: Settings, plugins: List[Class[_ <: Plugin]])

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 client(): Client
    Definition Classes
    Node
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def close(): Unit
    Definition Classes
    Node → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  8. val clusterName: String
    Definition Classes
    InternalLocalNodeLocalNode
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getEnvironment(): Environment
    Definition Classes
    Node
  14. def getNodeEnvironment(): NodeEnvironment
    Definition Classes
    Node
  15. def getPluginsService(): PluginsService
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val host: String
    Definition Classes
    InternalLocalNodeLocalNode
  18. def http(shutdownNodeOnClose: Boolean): HttpClient

    Returns a new HttpClient connected to this node.

    Returns a new HttpClient connected to this node.

    If shutdownNodeOnClose is true, then the local node will be shutdown once this client is closed. Otherwise you are required to manage the lifecycle of the local node yourself.

    Definition Classes
    InternalLocalNodeLocalNode
  19. def injector(): Injector
    Definition Classes
    Node
  20. val ip: String
    Definition Classes
    InternalLocalNodeLocalNode
  21. val ipAndPort: String
  22. def isClosed(): Boolean
    Definition Classes
    Node
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def newClusterInfoService(arg0: Settings, arg1: ClusterService, arg2: ThreadPool, arg3: NodeClient, arg4: Consumer[ClusterInfo]): ClusterInfoService
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  27. def newSearchService(arg0: ClusterService, arg1: IndicesService, arg2: ThreadPool, arg3: ScriptService, arg4: BigArrays, arg5: FetchPhase, arg6: ResponseCollectorService): SearchService
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  28. def newTransportService(arg0: Settings, arg1: Transport, arg2: ThreadPool, arg3: TransportInterceptor, arg4: Function[BoundTransportAddress, DiscoveryNode], arg5: ClusterSettings, arg6: Set[String]): TransportService
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  29. val nodeId: String
    Definition Classes
    InternalLocalNodeLocalNode
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def pathConfig: Path
    Definition Classes
    LocalNode
  33. val pathData: Path
    Definition Classes
    InternalLocalNodeLocalNode
  34. val pathHome: Path
    Definition Classes
    InternalLocalNodeLocalNode
  35. val pathRepo: Path
  36. val port: Int
    Definition Classes
    InternalLocalNodeLocalNode
  37. def processRecoverySettings(arg0: ClusterSettings, arg1: RecoverySettings): Unit
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  38. def settings(): Settings
    Definition Classes
    Node
  39. def start(): Node
    Definition Classes
    Node
    Annotations
    @throws( ... )
  40. def stop(removeData: Boolean = false): Any
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def tcp(shutdownNodeOnClose: Boolean = true): TcpClient

    Returns a new TcpClient connected to this node.

    Returns a new TcpClient connected to this node.

    If shutdownNodeOnClose is true, then the local node will be shutdown once this client is closed. Otherwise you are required to manage the lifecycle of the local node yourself.

    Definition Classes
    InternalLocalNodeLocalNode
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def validateNodeBeforeAcceptingRequests(arg0: BootstrapContext, arg1: BoundTransportAddress, arg2: List[BootstrapCheck]): Unit
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
    Annotations
    @throws( ... )
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def elastic4sclient(shutdownNodeOnClose: Boolean = true): TcpClient
    Annotations
    @deprecated
    Deprecated

    (Since version 6.0.0) use tcp()

Inherited from Logging

Inherited from LocalNode

Inherited from Node

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped