Package org.apache.solr.core
Interface SolrInfoBean
- All Superinterfaces:
AutoCloseable,SolrMetricProducer
- All Known Subinterfaces:
SolrCache<K,,V> SolrRequestHandler
- All Known Implementing Classes:
ActiveTasksListComponent,ActiveTasksListHandler,AnalysisRequestHandlerBase,AuditLoggerPlugin,AuthenticationPlugin,BasicAuthPlugin,CaffeineCache,CertAuthPlugin,CollectionsHandler,ConfigSetsHandler,ContentStreamHandlerBase,CoreAdminHandler,DebugComponent,DirectUpdateHandler2,DocumentAnalysisRequestHandler,DumpRequestHandler,ExactSharedStatsCache,ExactStatsCache,ExpandComponent,ExportHandler,FacetComponent,FacetModule,FieldAnalysisRequestHandler,GraphHandler,HealthCheckHandler,HighlightComponent,InfoHandler,LocalStatsCache,LoggingHandler,LRUStatsCache,LukeRequestHandler,Metrics,MetricsHandler,MoreLikeThisComponent,MoreLikeThisHandler,MultiAuthPlugin,MultiDestinationAuditLogger,NotFoundRequestHandler,OverseerCollectionConfigSetProcessor,OverseerTaskProcessor,PhrasesIdentificationComponent,PingRequestHandler,PKIAuthenticationPlugin,PropertiesRequestHandler,PublicKeyHandler,QueryCancellationComponent,QueryCancellationHandler,QueryComponent,QueryElevationComponent,RealTimeGetComponent,RealTimeGetHandler,ReplicationHandler,RequestHandlerBase,ResponseLogComponent,SchemaHandler,SearchComponent,SearchHandler,SecurityConfHandler,SecurityConfHandlerLocal,SecurityConfHandlerZk,SegmentsInfoRequestHandler,ShowFileRequestHandler,SolrConfigHandler,SolrCore,SolrFieldCacheBean,SolrIndexSearcher,SolrLogAuditLoggerPlugin,SpellCheckComponent,StandardRequestHandler,StatsCache,StatsComponent,StreamHandler,SuggestComponent,SyntheticSolrCore,SystemInfoHandler,TaggerRequestHandler,TaskManagementHandler,TermsComponent,TermVectorComponent,ThreadDumpHandler,UpdateHandler,UpdateRequestHandler,UpdateShardHandler,V2UpdateRequestHandler,ZookeeperInfoHandler,ZookeeperStatusHandler
Interface for getting various ui friendly strings for use by objects which are 'pluggable' to
make server administration easier.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumCategory of Solr component.static enumTop-level group of beans or metrics for a subsystem. -
Field Summary
Fields inherited from interface org.apache.solr.metrics.SolrMetricProducer
CATEGORY_ATTR, HANDLER_ATTR, NAME_ATTR, OPERATION_ATTR, PLUGIN_NAME_ATTR, RESULT_ATTR, TYPE_ATTR -
Method Summary
Modifier and TypeMethodDescriptionCategory of this componentSimple one or two line descriptiongetName()Simple common usage name, e.g.Methods inherited from interface org.apache.solr.metrics.SolrMetricProducer
close, getSolrMetricsContext, initializeMetrics
-
Method Details
-
getName
String getName()Simple common usage name, e.g. BasicQueryHandler, or fully qualified class name. -
getDescription
String getDescription()Simple one or two line description -
getCategory
SolrInfoBean.Category getCategory()Category of this component
-