Class ClusterNodeCount
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterNodeCount
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterNodeCount extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterNodeCount.BuilderBuilder forClusterNodeCount. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterNodeCount>_DESERIALIZERJson deserializer forClusterNodeCount -
Method Summary
Modifier and Type Method Description intcoordinatingOnly()Required - API name:coordinating_onlyintdata()Required - API name:dataintdataCold()Required - API name:data_coldintdataContent()Required - API name:data_contentjava.lang.IntegerdataFrozen()API name:data_frozenintdataHot()Required - API name:data_hotintdataWarm()Required - API name:data_warmintingest()Required - API name:ingestintmaster()Required - API name:masterintml()Required - API name:mlstatic ClusterNodeCountof(java.util.function.Function<ClusterNodeCount.Builder,ObjectBuilder<ClusterNodeCount>> fn)intremoteClusterClient()Required - API name:remote_cluster_clientvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterNodeCountDeserializer(ObjectDeserializer<ClusterNodeCount.Builder> op)java.lang.StringtoString()inttotal()Required - API name:totalinttransform()Required - API name:transformintvotingOnly()Required - API name:voting_onlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterNodeCount
-
-
Method Details
-
of
public static ClusterNodeCount of(java.util.function.Function<ClusterNodeCount.Builder,ObjectBuilder<ClusterNodeCount>> fn) -
coordinatingOnly
public final int coordinatingOnly()Required - API name:coordinating_only -
data
public final int data()Required - API name:data -
ingest
public final int ingest()Required - API name:ingest -
master
public final int master()Required - API name:master -
total
public final int total()Required - API name:total -
votingOnly
public final int votingOnly()Required - API name:voting_only -
dataCold
public final int dataCold()Required - API name:data_cold -
dataFrozen
@Nullable public final java.lang.Integer dataFrozen()API name:data_frozen -
dataContent
public final int dataContent()Required - API name:data_content -
dataWarm
public final int dataWarm()Required - API name:data_warm -
dataHot
public final int dataHot()Required - API name:data_hot -
ml
public final int ml()Required - API name:ml -
remoteClusterClient
public final int remoteClusterClient()Required - API name:remote_cluster_client -
transform
public final int transform()Required - API name:transform -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterNodeCountDeserializer
protected static void setupClusterNodeCountDeserializer(ObjectDeserializer<ClusterNodeCount.Builder> op)
-