Class SplunkConnectionImpl.CountingSearchResultListener

java.lang.Object
org.apache.calcite.adapter.splunk.search.SplunkConnectionImpl.CountingSearchResultListener
All Implemented Interfaces:
SearchResultListener
Enclosing class:
SplunkConnectionImpl

public static class SplunkConnectionImpl.CountingSearchResultListener extends Object implements SearchResultListener
Implementation of SearchResultListener interface that just counts the results.
  • Constructor Details

    • CountingSearchResultListener

      public CountingSearchResultListener(boolean print)
  • Method Details