public class TotalAndSnapshotIndexSearcherStats extends Object implements IndexSearcherStats
Constructor and Description |
---|
TotalAndSnapshotIndexSearcherStats(IndexDirectoryFactory.Name indexName) |
Modifier and Type | Method and Description |
---|---|
void |
onDoc(long millis) |
void |
onGetNewSearcher(long millis) |
void |
onGetSearcherTotal(long millis) |
void |
onSearch(long millis) |
public TotalAndSnapshotIndexSearcherStats(IndexDirectoryFactory.Name indexName)
public void onSearch(long millis)
onSearch
in interface IndexSearcherStats
public void onDoc(long millis)
onDoc
in interface IndexSearcherStats
public void onGetSearcherTotal(long millis)
onGetSearcherTotal
in interface IndexSearcherStats
public void onGetNewSearcher(long millis)
onGetNewSearcher
in interface IndexSearcherStats
Copyright © 2002-2022 Atlassian. All Rights Reserved.