Class ClusterProcess
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterProcess
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterProcess extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterProcess.BuilderBuilder forClusterProcess. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterProcess>_DESERIALIZERJson deserializer forClusterProcess -
Method Summary
Modifier and Type Method Description ClusterProcessCpucpu()Required - API name:cpustatic ClusterProcessof(java.util.function.Function<ClusterProcess.Builder,ObjectBuilder<ClusterProcess>> fn)ClusterProcessOpenFileDescriptorsopenFileDescriptors()Required - API name:open_file_descriptorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterProcessDeserializer(ObjectDeserializer<ClusterProcess.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterProcess
-
-
Method Details
-
of
public static ClusterProcess of(java.util.function.Function<ClusterProcess.Builder,ObjectBuilder<ClusterProcess>> fn) -
cpu
Required - API name:cpu -
openFileDescriptors
Required - API name:open_file_descriptors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterProcessDeserializer
protected static void setupClusterProcessDeserializer(ObjectDeserializer<ClusterProcess.Builder> op)
-