Class EsqlRefCountingListener

java.lang.Object
org.elasticsearch.compute.EsqlRefCountingListener
All Implemented Interfaces:
Closeable, AutoCloseable, org.elasticsearch.core.Releasable

public final class EsqlRefCountingListener extends Object implements org.elasticsearch.core.Releasable
Similar to RefCountingListener, but prefers non-task-cancelled exceptions over task-cancelled ones as they are more useful for diagnosing issues.
See Also:
  • Constructor Details

  • Method Details