Class ClusterProcess
java.lang.Object
org.opensearch.client.opensearch.cluster.stats.ClusterProcess
- All Implemented Interfaces:
ToJsonp
public final class ClusterProcess extends java.lang.Object implements ToJsonp
-
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 for ClusterProcess -
Constructor Summary
Constructors Modifier Constructor Description protectedClusterProcess(ClusterProcess.Builder builder) -
Method Summary
Modifier and Type Method Description ClusterProcessCpucpu()API name:cpuClusterProcessOpenFileDescriptorsopenFileDescriptors()API name:open_file_descriptorsprotected static voidsetupClusterProcessDeserializer(DelegatingDeserializer<ClusterProcess.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for ClusterProcess
-
-
Constructor Details
-
Method Details
-
cpu
API name:cpu -
openFileDescriptors
API name:open_file_descriptors -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupClusterProcessDeserializer
protected static void setupClusterProcessDeserializer(DelegatingDeserializer<ClusterProcess.Builder> op)
-