Class NodeInfoOSCPU
java.lang.Object
co.elastic.clients.elasticsearch.nodes.info.NodeInfoOSCPU
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoOSCPU>Json deserializer forNodeInfoOSCPU -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:cache_sizefinal intRequired - API name:cache_size_in_bytesfinal intRequired - API name:cores_per_socketfinal intmhz()Required - API name:mhzfinal Stringmodel()Required - API name:modelstatic NodeInfoOSCPUvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final intRequired - API name:total_coresfinal intRequired - API name:total_socketsfinal Stringvendor()Required - API name:vendor
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoOSCPU
-
-
Method Details
-
of
-
cacheSize
Required - API name:cache_size -
cacheSizeInBytes
public final int cacheSizeInBytes()Required - API name:cache_size_in_bytes -
coresPerSocket
public final int coresPerSocket()Required - API name:cores_per_socket -
mhz
public final int mhz()Required - API name:mhz -
model
Required - API name:model -
totalCores
public final int totalCores()Required - API name:total_cores -
totalSockets
public final int totalSockets()Required - API name:total_sockets -
vendor
Required - API name:vendor -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupNodeInfoOSCPUDeserializer
-