Package

com.sksamuel.elastic4s.http

nodes

Permalink

package nodes

Visibility
  1. Public
  2. All

Type Members

  1. case class MemoryStats(total_in_bytes: Long, free_in_bytes: Long, used_in_bytes: Long, free_percent: Int, used_percent: Int) extends Product with Serializable

    Permalink
  2. case class NodeStats(name: String, transport_address: String, host: String, ip: Seq[String], os: Option[OsStats]) extends Product with Serializable

    Permalink
  3. trait NodesImplicits extends AnyRef

    Permalink
  4. case class NodesStatsResponse(cluster_name: String, nodes: Map[String, NodeStats]) extends Product with Serializable

    Permalink
  5. case class OsStats(cpu_percent: Int, load_average: Double, mem: MemoryStats, swap: SwapStats) extends Product with Serializable

    Permalink
  6. case class SwapStats(total_in_bytes: Long, free_in_bytes: Long, used_in_bytes: Long) extends Product with Serializable

    Permalink

Ungrouped