Package org.elasticsearch.client.ccr
Class IndicesFollowStats
- java.lang.Object
-
- org.elasticsearch.client.ccr.IndicesFollowStats
-
public final class IndicesFollowStats extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndicesFollowStats.ShardFollowStats
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<IndicesFollowStats.ShardFollowStats>>getShardFollowStats()List<IndicesFollowStats.ShardFollowStats>getShardFollowStats(String index)
-
-
-
Method Detail
-
getShardFollowStats
public List<IndicesFollowStats.ShardFollowStats> getShardFollowStats(String index)
-
getShardFollowStats
public Map<String,List<IndicesFollowStats.ShardFollowStats>> getShardFollowStats()
-
-