Package org.elasticsearch.client
Class Node.Roles
- java.lang.Object
-
- org.elasticsearch.client.Node.Roles
-
-
Constructor Summary
Constructors Constructor Description Roles(boolean masterEligible, boolean data, boolean ingest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanisData()Teturns whether or not the node stores data.booleanisIngest()Teturns whether or not the node runs ingest pipelines.booleanisMasterEligible()Teturns whether or not the node could be elected master.StringtoString()
-