Class SearchShardStatistics.Failure
java.lang.Object
org.springframework.data.elasticsearch.core.SearchShardStatistics.Failure
- Enclosing class:
SearchShardStatistics
- Since:
- 5.3
- Author:
- Haibo Liu
-
Method Summary
Modifier and TypeMethodDescription@Nullable ElasticsearchErrorCause@Nullable Exception@Nullable StringgetIndex()@Nullable StringgetNode()intgetShard()@Nullable Stringof(@Nullable String index, @Nullable String node, @Nullable String status, int shard, @Nullable Exception exception, @Nullable ElasticsearchErrorCause elasticsearchErrorCause)
-
Method Details
-
of
public static SearchShardStatistics.Failure of(@Nullable String index, @Nullable String node, @Nullable String status, int shard, @Nullable Exception exception, @Nullable ElasticsearchErrorCause elasticsearchErrorCause) -
getIndex
-
getNode
-
getStatus
-
getException
-
getShard
public int getShard() -
getElasticsearchErrorCause
-