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(String index, String node, String status, int shard, Exception exception, 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, Number skipped, List<SearchShardStatistics.Failure> failures)