Class AutoFollowMetadata.AutoFollowPattern

java.lang.Object
org.elasticsearch.xpack.core.ccr.action.ImmutableFollowParameters
org.elasticsearch.xpack.core.ccr.AutoFollowMetadata.AutoFollowPattern
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment
Enclosing class:
AutoFollowMetadata

public static class AutoFollowMetadata.AutoFollowPattern extends ImmutableFollowParameters implements org.elasticsearch.xcontent.ToXContentFragment
  • Field Details

    • ACTIVE

      public static final org.elasticsearch.xcontent.ParseField ACTIVE
    • REMOTE_CLUSTER_FIELD

      public static final org.elasticsearch.xcontent.ParseField REMOTE_CLUSTER_FIELD
    • LEADER_PATTERNS_FIELD

      public static final org.elasticsearch.xcontent.ParseField LEADER_PATTERNS_FIELD
    • LEADER_EXCLUSION_PATTERNS_FIELD

      public static final org.elasticsearch.xcontent.ParseField LEADER_EXCLUSION_PATTERNS_FIELD
    • FOLLOW_PATTERN_FIELD

      public static final org.elasticsearch.xcontent.ParseField FOLLOW_PATTERN_FIELD
    • SETTINGS_FIELD

      public static final org.elasticsearch.xcontent.ParseField SETTINGS_FIELD
  • Constructor Details

    • AutoFollowPattern

      public AutoFollowPattern(String remoteCluster, List<String> leaderIndexPatterns, List<String> leaderIndexExclusionPatterns, String followIndexPattern, Settings settings, boolean active, Integer maxReadRequestOperationCount, Integer maxWriteRequestOperationCount, Integer maxOutstandingReadRequests, Integer maxOutstandingWriteRequests, ByteSizeValue maxReadRequestSize, ByteSizeValue maxWriteRequestSize, Integer maxWriteBufferCount, ByteSizeValue maxWriteBufferSize, org.elasticsearch.core.TimeValue maxRetryDelay, org.elasticsearch.core.TimeValue pollTimeout)
  • Method Details