Package org.elasticsearch.client.ccr
Class FollowInfoResponse.FollowerInfo
- java.lang.Object
-
- org.elasticsearch.client.ccr.FollowInfoResponse.FollowerInfo
-
- Enclosing class:
- FollowInfoResponse
public static final class FollowInfoResponse.FollowerInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFollowerIndex()StringgetLeaderIndex()FollowConfiggetParameters()StringgetRemoteCluster()FollowInfoResponse.StatusgetStatus()inthashCode()
-
-
-
Method Detail
-
getFollowerIndex
public String getFollowerIndex()
-
getRemoteCluster
public String getRemoteCluster()
-
getLeaderIndex
public String getLeaderIndex()
-
getStatus
public FollowInfoResponse.Status getStatus()
-
getParameters
public FollowConfig getParameters()
-
-