Class FollowStatsRequest

java.lang.Object
org.elasticsearch.client.ccr.FollowStatsRequest
All Implemented Interfaces:
Validatable

public final class FollowStatsRequest
extends java.lang.Object
implements Validatable
  • Field Summary

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors 
    Constructor Description
    FollowStatsRequest​(java.lang.String followerIndex)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFollowerIndex()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Constructor Details

  • Method Details