Package

com.sksamuel.elastic4s.http

nodes

Permalink

package nodes

Visibility
  1. Public
  2. All

Type Members

  1. case class MemoryStats(totalInBytes: Long, freeInBytes: Long, usedInBytes: Long, freePercent: Int, usedPercent: Int) extends Product with Serializable

    Permalink
  2. 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, threadPools: Map[String, ThreadPool]) extends Product with Serializable

    Permalink
  3. case class NodeInfoResponse(clusterName: String, nodes: Map[String, NodeInfo]) extends Product with Serializable

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

    Permalink
  5. trait NodesImplicits extends AnyRef

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

    Permalink
  7. case class OsInfo(refreshIntervalInMillis: Long, name: String, arch: String, version: String, availableProcessors: Int, allocatedProcessors: Int) extends Product with Serializable

    Permalink
  8. case class OsStats(cpuPercent: Int, loadAverage: Double, mem: MemoryStats, swap: SwapStats) extends Product with Serializable

    Permalink
  9. case class Process(refreshIntervalInMillis: Long, id: String, mlockall: Boolean) extends Product with Serializable

    Permalink
  10. case class SwapStats(totalInBytes: Long, freeInBytes: Long, usedInBytes: Long) extends Product with Serializable

    Permalink
  11. case class ThreadPool(type: String, keepAlive: Option[String], min: Long, max: Long, queue_size: Long) extends Product with Serializable

    Permalink
  12. case class Transport(boundAddress: Seq[String], publishAddress: String) extends Product with Serializable

    Permalink

Ungrouped