Class ForgetFollowerRequest

  • All Implemented Interfaces:
    Validatable, ToXContent, ToXContentObject

    public final class ForgetFollowerRequest
    extends 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 Detail

      • ForgetFollowerRequest

        public ForgetFollowerRequest​(String followerCluster,
                                     String followerIndex,
                                     String followerIndexUUID,
                                     String leaderRemoteCluster,
                                     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