All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.elastic4s.requests.cluster.NodeUsageResponse.scala Maven / Gradle / Ivy

The newest version!
package com.sksamuel.elastic4s.requests.cluster

import com.fasterxml.jackson.annotation.JsonProperty

case class NodeUsageResponse(@JsonProperty("_nodes") nodeCounts: NodeCounts,
                             @JsonProperty("cluster_name") clusterName: String,
                             nodes: Map[String, NodeUsage])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy