Uses of Class
org.springframework.data.elasticsearch.core.SearchShardStatistics.Failure
Packages that use SearchShardStatistics.Failure
-
Uses of SearchShardStatistics.Failure in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return SearchShardStatistics.FailureModifier and TypeMethodDescriptionSearchShardStatistics.Failure.of(@Nullable String index, @Nullable String node, @Nullable String status, int shard, @Nullable Exception exception, @Nullable ElasticsearchErrorCause elasticsearchErrorCause) Methods in org.springframework.data.elasticsearch.core that return types with arguments of type SearchShardStatistics.FailureMethod parameters in org.springframework.data.elasticsearch.core with type arguments of type SearchShardStatistics.FailureModifier and TypeMethodDescriptionstatic SearchShardStatisticsSearchShardStatistics.of(Number failed, Number successful, Number total, @Nullable Number skipped, List<SearchShardStatistics.Failure> failures)