NodeInfo

com.sksamuel.elastic4s.requests.nodes.NodeInfo
case class NodeInfo(name: String, transportAddress: String, host: String, ip: String, version: String, buildHash: String, totalIndexingBuffer: Long, roles: Seq[String], settingsAsMap: Map[String, AnyRef], os: OsInfo, process: Process, transport: Transport, http: Http, threadPools: Map[String, ThreadPool])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def settings: Config

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product