mirror of https://github.com/apache/lucene.git
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 newSearcherMaxReachedCounter;
|
||||||
private Counter newSearcherOtherErrorsCounter;
|
private Counter newSearcherOtherErrorsCounter;
|
||||||
|
|
||||||
private Set<String> metricNames = ConcurrentHashMap.newKeySet();
|
|
||||||
private final String metricTag = SolrMetricProducer.getUniqueMetricTag(this, null);
|
private final String metricTag = SolrMetricProducer.getUniqueMetricTag(this, null);
|
||||||
private final SolrMetricsContext solrMetricsContext;
|
private final SolrMetricsContext solrMetricsContext;
|
||||||
|
|
||||||
|
@ -251,10 +250,6 @@ public final class SolrCore implements SolrInfoBean, Closeable {
|
||||||
|
|
||||||
private PackageListeners packageListeners = new PackageListeners(this);
|
private PackageListeners packageListeners = new PackageListeners(this);
|
||||||
|
|
||||||
public Set<String> getMetricNames() {
|
|
||||||
return metricNames;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Date getStartTimeStamp() {
|
public Date getStartTimeStamp() {
|
||||||
return startTime;
|
return startTime;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue