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

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

There is a newer version: 8.15.4
Show newest version
package com.sksamuel.elastic4s.requests.cluster

import com.fasterxml.jackson.annotation.JsonProperty

case class NodeUsage(timestamp: Long, since: Long, @JsonProperty("rest_actions") restActions: Map[String, Int])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy