Class FrozenIndices
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.FrozenIndices
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class FrozenIndices extends Base
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFrozenIndices.BuilderBuilder forFrozenIndices.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FrozenIndices>_DESERIALIZERJson deserializer forFrozenIndices -
Constructor Summary
Constructors Constructor Description FrozenIndices(FrozenIndices.Builder builder)FrozenIndices(java.util.function.Function<FrozenIndices.Builder,FrozenIndices.Builder> fn) -
Method Summary
Modifier and Type Method Description longindicesCount()Required - API name:indices_countprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFrozenIndicesDeserializer(DelegatingDeserializer<FrozenIndices.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, enabled, serialize, setupBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFrozenIndices
-
-
Constructor Details
-
FrozenIndices
-
FrozenIndices
-
-
Method Details
-
indicesCount
public long indicesCount()Required - API name:indices_count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupFrozenIndicesDeserializer
protected static void setupFrozenIndicesDeserializer(DelegatingDeserializer<FrozenIndices.Builder> op)
-