mirror of
https://github.com/apache/lucene.git
synced 2025-02-24 11:16:35 +00:00
SOLR-13858: Remove no longer used field and getter.
This commit is contained in:
parent
0ce2d610c2
commit
d9fb14dec1
@ -241,7 +241,6 @@ public final class SolrCore implements SolrInfoBean, Closeable {
|
||||
private Counter newSearcherMaxReachedCounter;
|
||||
private Counter newSearcherOtherErrorsCounter;
|
||||
|
||||
private Set<String> metricNames = ConcurrentHashMap.newKeySet();
|
||||
private final String metricTag = SolrMetricProducer.getUniqueMetricTag(this, null);
|
||||
private final SolrMetricsContext solrMetricsContext;
|
||||
|
||||
@ -251,10 +250,6 @@ public final class SolrCore implements SolrInfoBean, Closeable {
|
||||
|
||||
private PackageListeners packageListeners = new PackageListeners(this);
|
||||
|
||||
public Set<String> getMetricNames() {
|
||||
return metricNames;
|
||||
}
|
||||
|
||||
public Date getStartTimeStamp() {
|
||||
return startTime;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user