Class CacheStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.searchable_snapshots.CacheStatsResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CacheStatsResponse>Json deserializer forCacheStatsResponse
- 
Method SummaryModifier and TypeMethodDescriptionnodes()Required - API name:nodesstatic CacheStatsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
- 
Field Details- 
_DESERIALIZERJson deserializer forCacheStatsResponse
 
- 
- 
Method Details- 
ofpublic static CacheStatsResponse of(Function<CacheStatsResponse.Builder, ObjectBuilder<CacheStatsResponse>> fn) 
- 
nodesRequired - API name:nodes
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupCacheStatsResponseDeserializerprotected static void setupCacheStatsResponseDeserializer(ObjectDeserializer<CacheStatsResponse.Builder> op) 
 
-