Class ClusterProcess
- java.lang.Object
-
- org.opensearch.client.opensearch.cluster.stats.ClusterProcess
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ClusterProcess> _DESERIALIZER
Json deserializer forClusterProcess
-
-
Method Detail
-
of
public static ClusterProcess of(java.util.function.Function<ClusterProcess.Builder,ObjectBuilder<ClusterProcess>> fn)
-
cpu
public final ClusterProcessCpu cpu()
Required - API name:cpu
-
openFileDescriptors
public final ClusterProcessOpenFileDescriptors openFileDescriptors()
Required - API name:open_file_descriptors
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupClusterProcessDeserializer
protected static void setupClusterProcessDeserializer(ObjectDeserializer<ClusterProcess.Builder> op)
-
-