Class FollowerIndex
java.lang.Object
co.elastic.clients.elasticsearch.ccr.follow_info.FollowerIndex
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class FollowerIndex extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description FollowerIndex(FollowerIndex.Builder builder)FollowerIndex(java.util.function.Function<FollowerIndex.Builder,FollowerIndex.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringfollowerIndex()Required - API name:follower_indexjava.lang.StringleaderIndex()Required - API name:leader_indexFollowerIndexParametersparameters()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(DelegatingDeserializer<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
-
-
Constructor Details
-
FollowerIndex
-
FollowerIndex
-
-
Method Details
-
followerIndex
public java.lang.String followerIndex()Required - API name:follower_index -
leaderIndex
public java.lang.String leaderIndex()Required - API name:leader_index -
parameters
API name:parameters -
remoteCluster
public 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
protected static void setupFollowerIndexDeserializer(DelegatingDeserializer<FollowerIndex.Builder> op)
-