Class

com.sksamuel.elastic4s.embedded

InternalLocalNode

Related Doc: package embedded

Permalink

class InternalLocalNode extends Node with LocalNode with Logging

Annotations
@deprecated
Deprecated

(Since version 6.5) The elasticsearch embedded module will be removed in 7.0

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]])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def client(shutdownNodeOnClose: Boolean): ElasticClient

    Permalink

    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
  6. def client(): Client

    Permalink
    Definition Classes
    Node
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def close(): Unit

    Permalink
    Definition Classes
    Node → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  9. val clusterName: String

    Permalink
    Definition Classes
    InternalLocalNodeLocalNode
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getEnvironment(): Environment

    Permalink
    Definition Classes
    Node
  14. def getNodeEnvironment(): NodeEnvironment

    Permalink
    Definition Classes
    Node
  15. def getPluginsService(): PluginsService

    Permalink
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. val host: String

    Permalink
    Definition Classes
    InternalLocalNodeLocalNode
  18. def injector(): Injector

    Permalink
    Definition Classes
    Node
  19. val ip: String

    Permalink
    Definition Classes
    InternalLocalNodeLocalNode
  20. val ipAndPort: String

    Permalink
  21. def isClosed(): Boolean

    Permalink
    Definition Classes
    Node
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def newClusterInfoService(arg0: Settings, arg1: ClusterService, arg2: ThreadPool, arg3: NodeClient, arg4: Consumer[ClusterInfo]): ClusterInfoService

    Permalink
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  26. def newSearchService(arg0: ClusterService, arg1: IndicesService, arg2: ThreadPool, arg3: ScriptService, arg4: BigArrays, arg5: FetchPhase, arg6: ResponseCollectorService): SearchService

    Permalink
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  27. def newTransportService(arg0: Settings, arg1: Transport, arg2: ThreadPool, arg3: TransportInterceptor, arg4: Function[BoundTransportAddress, DiscoveryNode], arg5: ClusterSettings, arg6: Set[String]): TransportService

    Permalink
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  28. val nodeId: String

    Permalink
    Definition Classes
    InternalLocalNodeLocalNode
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def originalSettings(): Settings

    Permalink
    Definition Classes
    Node
  32. def pathConfig: Path

    Permalink
    Definition Classes
    LocalNode
  33. val pathData: Path

    Permalink
    Definition Classes
    InternalLocalNodeLocalNode
  34. val pathHome: Path

    Permalink
    Definition Classes
    InternalLocalNodeLocalNode
  35. val pathRepo: Path

    Permalink
  36. val port: Int

    Permalink
    Definition Classes
    InternalLocalNodeLocalNode
  37. def processRecoverySettings(arg0: ClusterSettings, arg1: RecoverySettings): Unit

    Permalink
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
  38. def registerDerivedNodeNameWithLogger(nodeName: String): Unit

    Permalink
    Definition Classes
    InternalLocalNode → Node
  39. def settings(): Settings

    Permalink
    Definition Classes
    Node
  40. def start(): Node

    Permalink
    Definition Classes
    Node
    Annotations
    @throws( ... )
  41. def stop(removeData: Boolean = false): Any

    Permalink
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def validateNodeBeforeAcceptingRequests(arg0: BootstrapContext, arg1: BoundTransportAddress, arg2: List[BootstrapCheck]): Unit

    Permalink
    Attributes
    protected[org.elasticsearch.node]
    Definition Classes
    Node
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logging

Inherited from LocalNode

Inherited from Node

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped