Class ClusterProcess
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterProcess
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ClusterProcess extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description ClusterProcess(ClusterProcess.Builder builder)ClusterProcess(java.util.function.Function<ClusterProcess.Builder,ClusterProcess.Builder> fn) -
Method Summary
Modifier and Type Method Description ClusterProcessCpucpu()Required - API name:cpuClusterProcessOpenFileDescriptorsopenFileDescriptors()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(DelegatingDeserializer<ClusterProcess.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterProcess
-
-
Constructor Details
-
ClusterProcess
-
ClusterProcess
public ClusterProcess(java.util.function.Function<ClusterProcess.Builder,ClusterProcess.Builder> fn)
-
-
Method Details
-
cpu
Required - API name:cpu -
openFileDescriptors
Required - API name:open_file_descriptors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClusterProcessDeserializer
protected static void setupClusterProcessDeserializer(DelegatingDeserializer<ClusterProcess.Builder> op)
-