Package org.elasticsearch.client.ccr
Class GetAutoFollowPatternResponse.Pattern
- java.lang.Object
-
- org.elasticsearch.client.ccr.FollowConfig
-
- org.elasticsearch.client.ccr.GetAutoFollowPatternResponse.Pattern
-
- Enclosing class:
- GetAutoFollowPatternResponse
public static class GetAutoFollowPatternResponse.Pattern extends FollowConfig
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFollowIndexNamePattern()List<String>getLeaderIndexPatterns()StringgetRemoteCluster()inthashCode()-
Methods inherited from class org.elasticsearch.client.ccr.FollowConfig
getMaxOutstandingReadRequests, getMaxOutstandingWriteRequests, getMaxReadRequestOperationCount, getMaxReadRequestSize, getMaxRetryDelay, getMaxWriteBufferCount, getMaxWriteBufferSize, getMaxWriteRequestOperationCount, getMaxWriteRequestSize, getReadPollTimeout, setMaxOutstandingReadRequests, setMaxOutstandingWriteRequests, setMaxReadRequestOperationCount, setMaxReadRequestSize, setMaxRetryDelay, setMaxWriteBufferCount, setMaxWriteBufferSize, setMaxWriteRequestOperationCount, setMaxWriteRequestSize, setReadPollTimeout
-
-
-
-
Method Detail
-
getRemoteCluster
public String getRemoteCluster()
-
getFollowIndexNamePattern
public String getFollowIndexNamePattern()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classFollowConfig
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFollowConfig
-
-