Class ForgetFollowerRequest

java.lang.Object
org.elasticsearch.client.ccr.ForgetFollowerRequest
All Implemented Interfaces:
Validatable, ToXContent, ToXContentObject

public final class ForgetFollowerRequest
extends java.lang.Object
implements ToXContentObject, Validatable
Represents a forget follower request. Note that this an expert API intended to be used only when unfollowing a follower index fails to remove the follower retention leases. Please be sure that you understand the purpose this API before using.
  • Constructor Details

    • ForgetFollowerRequest

      public ForgetFollowerRequest​(java.lang.String followerCluster, java.lang.String followerIndex, java.lang.String followerIndexUUID, java.lang.String leaderRemoteCluster, java.lang.String leaderIndex)
      Construct a forget follower request.
      Parameters:
      followerCluster - the name of the cluster containing the follower index to forget
      followerIndex - the name of follower index
      followerIndexUUID - the UUID of the follower index
      leaderRemoteCluster - the alias of the remote cluster containing the leader index from the perspective of the follower index
      leaderIndex - the name of the leader index
  • Method Details