Uses of Interface
org.apache.solr.metrics.SolrMetricProducer
-
Packages that use SolrMetricProducer Package Description org.apache.solr.cloud.autoscaling Package for classes related to autoscalingorg.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin SolrRequestHandlerimplementations for powering he Solr Admin UIorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.handler.tagger TheTaggerRequestHandlerand supporting classes.org.apache.solr.highlight SolrHighlighterAPI and related implementations and utilitiesorg.apache.solr.metrics TheSolrCoreMetricManageris responsible for collecting metrics fromSolrMetricProducer's and exposing metrics toSolrMetricReporter's.org.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.function Solr implementations ofValueSourcefor function queries.org.apache.solr.security Commonly used classes for Solr security framework.org.apache.solr.store.blockcache An HDFS blockcache implementation.org.apache.solr.store.hdfs An HDFS Directory implementation.org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.util.stats Utilities for collecting statistics -
-
Uses of SolrMetricProducer in org.apache.solr.cloud.autoscaling
Classes in org.apache.solr.cloud.autoscaling that implement SolrMetricProducer Modifier and Type Class Description classAutoScalingHandlerHandler for /cluster/autoscaling -
Uses of SolrMetricProducer in org.apache.solr.core
Classes in org.apache.solr.core that implement SolrMetricProducer Modifier and Type Class Description classHdfsDirectoryFactoryclassSolrCoreSolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work. -
Uses of SolrMetricProducer in org.apache.solr.handler
Classes in org.apache.solr.handler that implement SolrMetricProducer Modifier and Type Class Description classAnalysisRequestHandlerBaseA base class for all analysis request handlers.classBlobHandlerclassCdcrRequestHandlerThis request handler implements the CDCR API and is responsible of the execution of theCdcrReplicatorthreads.classContentStreamHandlerBaseShares common code between various handlers that manipulateContentStreamobjects.classDocumentAnalysisRequestHandlerAn analysis handler that provides a breakdown of the analysis process of provided documents.classDumpRequestHandlerclassExportHandlerclassFieldAnalysisRequestHandlerProvides the ability to specify multiple field types and field names in the same request.classGraphHandlerSolr Request Handler for graph traversal with streaming functions that responds with GraphML markup.classMoreLikeThisHandlerSolr MoreLikeThis -- Return similar documents either based on a single document or based on posted text.classNotFoundRequestHandlerDoes nothing other than showing a 404 messageclassPingRequestHandlerPing Request Handler for reporting SolrCore health to a Load Balancer.classRealTimeGetHandlerclassReplicationHandlerA Handler which provides a REST API for replication and serves replication requests from Slaves.classRequestHandlerBaseclassSchemaHandlerclassSolrConfigHandlerclassSQLHandlerclassStandardRequestHandlerDeprecated.classStreamHandlerSolr Request Handler for streaming data.classUpdateRequestHandlerUpdateHandler that uses content-type to pick the right LoaderclassUpdateRequestHandlerApi -
Uses of SolrMetricProducer in org.apache.solr.handler.admin
Classes in org.apache.solr.handler.admin that implement SolrMetricProducer Modifier and Type Class Description classAutoscalingHistoryHandlerThis handler makes it easier to retrieve a history of autoscaling events from the .system collection.classCollectionsHandlerclassConfigSetsHandlerASolrRequestHandlerfor ConfigSets API requests.classCoreAdminHandlerclassHealthCheckHandlerclassInfoHandlerclassLoggingHandlerA request handler to show which loggers are registered and allows you to set themclassLukeRequestHandlerThis handler exposes the internal lucene index.classMetricsCollectorHandlerHandler to collect and aggregate metric reports.classMetricsHandlerRequest handler to return metricsclassMetricsHistoryHandlerCollects metrics from all nodes in the system on a regular basis in a background thread.classPluginInfoHandlerclassPropertiesRequestHandlerclassSecurityConfHandlerclassSecurityConfHandlerLocalSecurity Configuration Handler which works on standalone local filesclassSecurityConfHandlerZkSecurity Configuration Handler which works with ZookeeperclassSegmentsInfoRequestHandlerThis handler exposes information about last commit generation segmentsclassShowFileRequestHandlerThis handler uses the RawResponseWriter to give client access to files inside ${solr.home}/confclassSolrInfoMBeanHandlerA request handler that provides info about all registered SolrInfoMBeans.classSystemInfoHandlerThis handler returns system infoclassThreadDumpHandlerclassZookeeperInfoHandlerZookeeper InfoclassZookeeperStatusHandlerZookeeper Status handler, talks to ZK using sockets and four-letter words -
Uses of SolrMetricProducer in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement SolrMetricProducer Modifier and Type Class Description classHttpShardHandlerFactoryclassSearchHandlerRefer SOLR-281classSuggestComponentSuggestComponent: interacts with multipleSolrSuggesterto serve up suggestions Responsible for routing commands and queries to the appropriateSolrSuggesterand for initializing them as specified by SolrConfig -
Uses of SolrMetricProducer in org.apache.solr.handler.tagger
Classes in org.apache.solr.handler.tagger that implement SolrMetricProducer Modifier and Type Class Description classTaggerRequestHandlerScans posted text, looking for matching strings in the Solr index. -
Uses of SolrMetricProducer in org.apache.solr.highlight
Classes in org.apache.solr.highlight that implement SolrMetricProducer Modifier and Type Class Description classBreakIteratorBoundaryScannerclassDefaultEncoderUse theDefaultEncoderclassGapFragmenterclassHighlightingPluginBaseclassHtmlEncoderUse theSimpleHTMLEncoderclassHtmlFormatterUse theSimpleHTMLFormatterclassRegexFragmenterFragmenterthat tries to produce snippets that "look" like a regular expression.classScoreOrderFragmentsBuilderclassSimpleBoundaryScannerclassSimpleFragListBuilderclassSimpleFragmentsBuilderclassSingleFragListBuilderclassSolrBoundaryScannerclassSolrFragmentsBuilderclassWeightedFragListBuilder -
Uses of SolrMetricProducer in org.apache.solr.metrics
Methods in org.apache.solr.metrics with parameters of type SolrMetricProducer Modifier and Type Method Description voidSolrCoreMetricManager. registerMetricProducer(String scope, SolrMetricProducer producer)Registers a mapping of name/metric's with the manager's metric registry. -
Uses of SolrMetricProducer in org.apache.solr.search
Subinterfaces of SolrMetricProducer in org.apache.solr.search Modifier and Type Interface Description interfaceSolrCache<K,V>Primary API for dealing with Solr's internal caches.Classes in org.apache.solr.search that implement SolrMetricProducer Modifier and Type Class Description classCaffeineCache<K,V>A SolrCache backed by the Caffeine caching library [1].classFastLRUCache<K,V>Deprecated.This cache implementation is deprecated and will be removed in Solr 9.0.classLFUCache<K,V>Deprecated.This cache implementation is deprecated and will be removed in Solr 9.0.classLRUCache<K,V>Deprecated.This cache implementation is deprecated and will be removed in Solr 9.0.classSolrCacheHolder<K,V>classSolrFieldCacheBeanA SolrInfoBean that provides introspection of the Solr FieldCacheclassSolrIndexSearcherSolrIndexSearcher adds schema awareness and caching functionality overIndexSearcher. -
Uses of SolrMetricProducer in org.apache.solr.search.function
Classes in org.apache.solr.search.function that implement SolrMetricProducer Modifier and Type Class Description static classFileFloatSource.ReloadCacheRequestHandler -
Uses of SolrMetricProducer in org.apache.solr.security
Classes in org.apache.solr.security that implement SolrMetricProducer Modifier and Type Class Description classAuditLoggerPluginBase class for Audit logger plugins.classAuthenticationPluginclassBasicAuthPluginclassConfigurableInternodeAuthHadoopPluginThis class extends HadoopAuthPlugin by enabling configuration of authentication mechanism for Solr internal communication.classHadoopAuthPluginThis class implements a generic plugin which can use authentication schemes exposed by the Hadoop framework.classJWTAuthPluginAuthenticaion plugin that finds logged in user by validating the signature of a JWT tokenclassKerberosPluginclassMultiDestinationAuditLoggerAudit logger that chains other loggers.classPKIAuthenticationPluginclassPublicKeyHandlerclassSolrLogAuditLoggerPluginAudit logger that writes to the Solr log. -
Uses of SolrMetricProducer in org.apache.solr.store.blockcache
Classes in org.apache.solr.store.blockcache that implement SolrMetricProducer Modifier and Type Class Description classMetricsASolrInfoBeanthat provides metrics on block cache operations. -
Uses of SolrMetricProducer in org.apache.solr.store.hdfs
Classes in org.apache.solr.store.hdfs that implement SolrMetricProducer Modifier and Type Class Description classHdfsLocalityReporter -
Uses of SolrMetricProducer in org.apache.solr.update
Classes in org.apache.solr.update that implement SolrMetricProducer Modifier and Type Class Description classCdcrUpdateLogAn extension of theUpdateLogfor the CDCR scenario.
Compared to the original update log implementation, transaction logs are removed based on pointers instead of a fixed size limit.classDirectUpdateHandler2DirectUpdateHandler2implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.classHdfsUpdateLogclassPeerSyncThis class is useful for performing peer to peer synchronization of recently indexed update commands during recovery process.classPeerSyncWithLeaderclassUpdateLogThis holds references to the transaction logs.classUpdateShardHandler -
Uses of SolrMetricProducer in org.apache.solr.util.stats
Classes in org.apache.solr.util.stats that implement SolrMetricProducer Modifier and Type Class Description classInstrumentedHttpListenerFactoryA HttpListenerFactory tracks metrics interesting to solr Inspired and partially copied from dropwizard httpclient libraryclassInstrumentedHttpRequestExecutorSub-class of HttpRequestExecutor which tracks metrics interesting to solr Inspired and partially copied from dropwizard httpclient libraryclassInstrumentedPoolingHttpClientConnectionManagerSub-class of PoolingHttpClientConnectionManager which tracks metrics interesting to Solr.
-