Class SearchStats.UnsupportedSearchStats

java.lang.Object
org.elasticsearch.xpack.esql.stats.SearchStats.UnsupportedSearchStats
All Implemented Interfaces:
SearchStats
Enclosing interface:
SearchStats

public abstract static class SearchStats.UnsupportedSearchStats extends Object implements SearchStats
A default implementat that throws UnsupportedOperationException on all methods. Implemetors can override only the methods they know would be called.