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