class InternalLocalNode extends Node with LocalNode with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InternalLocalNode
- Logging
- LocalNode
- Node
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InternalLocalNode(settings: Settings, plugins: List[Class[_ <: Plugin]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
client(): Client
- Definition Classes
- Node
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- Node → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
-
val
clusterName: String
- Definition Classes
- InternalLocalNode → LocalNode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getEnvironment(): Environment
- Definition Classes
- Node
-
def
getNodeEnvironment(): NodeEnvironment
- Definition Classes
- Node
-
def
getPluginsService(): PluginsService
- Attributes
- protected[org.elasticsearch.node]
- Definition Classes
- Node
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
host: String
- Definition Classes
- InternalLocalNode → LocalNode
-
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
- InternalLocalNode → LocalNode
-
def
injector(): Injector
- Definition Classes
- Node
-
val
ip: String
- Definition Classes
- InternalLocalNode → LocalNode
- val ipAndPort: String
-
def
isClosed(): Boolean
- Definition Classes
- Node
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newClusterInfoService(arg0: Settings, arg1: ClusterService, arg2: ThreadPool, arg3: NodeClient, arg4: Consumer[ClusterInfo]): ClusterInfoService
- Attributes
- protected[org.elasticsearch.node]
- Definition Classes
- Node
-
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
-
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
-
val
nodeId: String
- Definition Classes
- InternalLocalNode → LocalNode
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
pathConfig: Path
- Definition Classes
- LocalNode
-
val
pathData: Path
- Definition Classes
- InternalLocalNode → LocalNode
-
val
pathHome: Path
- Definition Classes
- InternalLocalNode → LocalNode
- val pathRepo: Path
-
val
port: Int
- Definition Classes
- InternalLocalNode → LocalNode
-
def
processRecoverySettings(arg0: ClusterSettings, arg1: RecoverySettings): Unit
- Attributes
- protected[org.elasticsearch.node]
- Definition Classes
- Node
-
def
settings(): Settings
- Definition Classes
- Node
-
def
start(): Node
- Definition Classes
- Node
- Annotations
- @throws( ... )
- def stop(removeData: Boolean = false): Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- InternalLocalNode → LocalNode
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validateNodeBeforeAcceptingRequests(arg0: BootstrapContext, arg1: BoundTransportAddress, arg2: List[BootstrapCheck]): Unit
- Attributes
- protected[org.elasticsearch.node]
- Definition Classes
- Node
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
Deprecated Value Members
-
def
elastic4sclient(shutdownNodeOnClose: Boolean = true): TcpClient
- Annotations
- @deprecated
- Deprecated
(Since version 6.0.0) use tcp()