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
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetFollowIndexNamePattern()java.util.List<java.lang.String>getLeaderIndexPatterns()java.lang.StringgetRemoteCluster()inthashCode()Methods inherited from class org.elasticsearch.client.ccr.FollowConfig
getMaxOutstandingReadRequests, getMaxOutstandingWriteRequests, getMaxReadRequestOperationCount, getMaxReadRequestSize, getMaxRetryDelay, getMaxWriteBufferCount, getMaxWriteBufferSize, getMaxWriteRequestOperationCount, getMaxWriteRequestSize, getReadPollTimeout, getSettings, setMaxOutstandingReadRequests, setMaxOutstandingWriteRequests, setMaxReadRequestOperationCount, setMaxReadRequestSize, setMaxRetryDelay, setMaxWriteBufferCount, setMaxWriteBufferSize, setMaxWriteRequestOperationCount, setMaxWriteRequestSize, setReadPollTimeout, setSettings
-
Method Details
-
getRemoteCluster
public java.lang.String getRemoteCluster() -
getLeaderIndexPatterns
public java.util.List<java.lang.String> getLeaderIndexPatterns() -
getFollowIndexNamePattern
public java.lang.String getFollowIndexNamePattern() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classFollowConfig
-
hashCode
public int hashCode()- Overrides:
hashCodein classFollowConfig
-