Module org.elasticsearch.tdigest
Interface TDigestParser.ParsingExceptionProvider
- Enclosing class:
TDigestParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for throwing a parsing exception, needed for visibility
-
Method Summary
Modifier and TypeMethodDescriptionapply(XContentParser parser, XContentParser.Token expected, XContentParser.Token actual)
-
Method Details
-
apply
RuntimeException apply(XContentParser parser, XContentParser.Token expected, XContentParser.Token actual) throws IOException - Throws:
IOException
-