Class FollowerIndex
java.lang.Object
co.elastic.clients.elasticsearch.ccr.follow_info.FollowerIndex
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class FollowerIndex extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFollowerIndex.BuilderBuilder forFollowerIndex. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FollowerIndex>_DESERIALIZERJson deserializer forFollowerIndex -
Method Summary
Modifier and Type Method Description java.lang.StringfollowerIndex()Required - API name:follower_indexjava.lang.StringleaderIndex()Required - API name:leader_indexstatic FollowerIndexof(java.util.function.Function<FollowerIndex.Builder,ObjectBuilder<FollowerIndex>> fn)FollowerIndexParametersparameters()API name:parametersjava.lang.StringremoteCluster()Required - API name:remote_clustervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFollowerIndexDeserializer(ObjectDeserializer<FollowerIndex.Builder> op)FollowerIndexStatusstatus()Required - API name:statusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFollowerIndex
-
-
Method Details
-
of
public static FollowerIndex of(java.util.function.Function<FollowerIndex.Builder,ObjectBuilder<FollowerIndex>> fn) -
followerIndex
public final java.lang.String followerIndex()Required - API name:follower_index -
leaderIndex
public final java.lang.String leaderIndex()Required - API name:leader_index -
parameters
API name:parameters -
remoteCluster
public final java.lang.String remoteCluster()Required - API name:remote_cluster -
status
Required - API name:status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupFollowerIndexDeserializer
-