NodeHotThreadsRequest

com.sksamuel.elastic4s.handlers.cluster.NodeHotThreadsRequest
case class NodeHotThreadsRequest(nodeId: Option[String], ignoreIdleThreads: Option[Boolean], interval: Option[String], snapshots: Option[Int], threads: Option[Int], `type`: Option[String], masterTimeout: Option[String], timeout: Option[String])

Attributes

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

Members list

Value members

Concrete methods

def `type`(t: String): NodeHotThreadsRequest
def interval(interval: Duration): NodeHotThreadsRequest
def interval(interval: String): NodeHotThreadsRequest
def masterTimeout(timeout: Duration): NodeHotThreadsRequest
def masterTimeout(timeout: String): NodeHotThreadsRequest
def snapshots(snapshots: Int): NodeHotThreadsRequest
def threads(threads: Int): NodeHotThreadsRequest
def timeout(timeout: Duration): NodeHotThreadsRequest
def timeout(timeout: String): NodeHotThreadsRequest

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product