Class FollowStats
java.lang.Object
co.elastic.clients.elasticsearch.ccr.stats.FollowStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class FollowStats extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFollowStats.BuilderBuilder forFollowStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FollowStats>_DESERIALIZERJson deserializer forFollowStats -
Constructor Summary
Constructors Constructor Description FollowStats(FollowStats.Builder builder)FollowStats(java.util.function.Function<FollowStats.Builder,FollowStats.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<FollowIndexStats>indices()Required - API name:indicesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFollowStatsDeserializer(DelegatingDeserializer<FollowStats.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFollowStats
-
-
Constructor Details
-
FollowStats
-
FollowStats
-
-
Method Details
-
indices
Required - API name:indices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupFollowStatsDeserializer
-