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 IndexSearcherStatspublic void onDoc(long millis)
onDoc in interface IndexSearcherStatspublic void onGetSearcherTotal(long millis)
onGetSearcherTotal in interface IndexSearcherStatspublic void onGetNewSearcher(long millis)
onGetNewSearcher in interface IndexSearcherStatsCopyright © 2002-2023 Atlassian. All Rights Reserved.