Class AnalyticsShardRequestManager.AnalyticsShardRequester

    • Constructor Detail

      • AnalyticsShardRequester

        public AnalyticsShardRequester​(String baseUrl)
        Create a requester for analytics shard data.
        Parameters:
        baseUrl - of the replica to send the request to
    • Method Detail

      • call

        public org.apache.solr.common.SolrException call()
                                                  throws Exception
        Send the analytics request to the shard.
        Specified by:
        call in interface Callable<org.apache.solr.common.SolrException>
        Throws:
        Exception
      • close

        public void close()
                   throws IOException
        Close the connection to the solr instance.
        Throws:
        IOException - if an error occurs while closing the connection