Class DriverEarlyTerminationException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public final class DriverEarlyTerminationException extends ElasticsearchException
An exception indicates that a compute should be terminated early as the downstream pipeline has enough or no long requires more data.
See Also:
  • Constructor Details

    • DriverEarlyTerminationException

      public DriverEarlyTerminationException(String message)