Class AutoFollowPatternSummary
java.lang.Object
co.elastic.clients.elasticsearch.ccr.get_auto_follow_pattern.AutoFollowPatternSummary
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class AutoFollowPatternSummary
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AutoFollowPatternSummary>Json deserializer forAutoFollowPatternSummary -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanactive()Required - API name:activefinal StringThe name of follower index.Required - An array of simple index patterns that can be used to exclude indices from being auto-followed.Required - An array of simple index patterns to match against indices in the remote cluster specified by the remote_cluster field.final intRequired - The maximum number of outstanding reads requests from the remote cluster.static AutoFollowPatternSummaryfinal StringRequired - The remote cluster containing the leader indices to match against.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAutoFollowPatternSummary
-
-
Method Details
-
of
public static AutoFollowPatternSummary of(Function<AutoFollowPatternSummary.Builder, ObjectBuilder<AutoFollowPatternSummary>> fn) -
active
public final boolean active()Required - API name:active -
remoteCluster
Required - The remote cluster containing the leader indices to match against.API name:
remote_cluster -
followIndexPattern
The name of follower index.API name:
follow_index_pattern -
leaderIndexPatterns
Required - An array of simple index patterns to match against indices in the remote cluster specified by the remote_cluster field.API name:
leader_index_patterns -
leaderIndexExclusionPatterns
Required - An array of simple index patterns that can be used to exclude indices from being auto-followed.API name:
leader_index_exclusion_patterns -
maxOutstandingReadRequests
public final int maxOutstandingReadRequests()Required - The maximum number of outstanding reads requests from the remote cluster.API name:
max_outstanding_read_requests -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAutoFollowPatternSummaryDeserializer
protected static void setupAutoFollowPatternSummaryDeserializer(ObjectDeserializer<AutoFollowPatternSummary.Builder> op)
-