Class ShardQueryCache
java.lang.Object
co.elastic.clients.elasticsearch.indices.stats.ShardQueryCache
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ShardQueryCache extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShardQueryCache.Builder
Builder forShardQueryCache
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardQueryCache>
_DESERIALIZER
Json deserializer forShardQueryCache
-
Constructor Summary
Constructors Constructor Description ShardQueryCache(ShardQueryCache.Builder builder)
ShardQueryCache(java.util.function.Function<ShardQueryCache.Builder,ShardQueryCache.Builder> fn)
-
Method Summary
Modifier and Type Method Description long
cacheCount()
Required - API name:cache_count
long
cacheSize()
Required - API name:cache_size
long
evictions()
Required - API name:evictions
long
hitCount()
Required - API name:hit_count
long
memorySizeInBytes()
Required - API name:memory_size_in_bytes
long
missCount()
Required - API name:miss_count
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupShardQueryCacheDeserializer(DelegatingDeserializer<ShardQueryCache.Builder> op)
long
totalCount()
Required - API name:total_count
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forShardQueryCache
-
-
Constructor Details
-
ShardQueryCache
-
ShardQueryCache
public ShardQueryCache(java.util.function.Function<ShardQueryCache.Builder,ShardQueryCache.Builder> fn)
-
-
Method Details
-
cacheCount
public long cacheCount()Required - API name:cache_count
-
cacheSize
public long cacheSize()Required - API name:cache_size
-
evictions
public long evictions()Required - API name:evictions
-
hitCount
public long hitCount()Required - API name:hit_count
-
memorySizeInBytes
public long memorySizeInBytes()Required - API name:memory_size_in_bytes
-
missCount
public long missCount()Required - API name:miss_count
-
totalCount
public long totalCount()Required - API name:total_count
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupShardQueryCacheDeserializer
protected static void setupShardQueryCacheDeserializer(DelegatingDeserializer<ShardQueryCache.Builder> op)
-