Class FollowIndexStats
java.lang.Object
co.elastic.clients.elasticsearch.ccr.FollowIndexStats
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FollowIndexStats>Json deserializer forFollowIndexStats
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringindex()Required - The name of the follower index.static FollowIndexStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal List<ShardStats>shards()Required - An array of shard-level following task statistics.toString()
- 
Field Details- 
_DESERIALIZERJson deserializer forFollowIndexStats
 
- 
- 
Method Details- 
ofpublic static FollowIndexStats of(Function<FollowIndexStats.Builder, ObjectBuilder<FollowIndexStats>> fn) 
- 
indexRequired - The name of the follower index.API name: index
- 
shardsRequired - An array of shard-level following task statistics.API name: shards
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupFollowIndexStatsDeserializerprotected static void setupFollowIndexStatsDeserializer(ObjectDeserializer<FollowIndexStats.Builder> op) 
 
-