Package | Description |
---|---|
org.elasticsearch.index.search.stats |
Modifier and Type | Method and Description |
---|---|
SearchStats.Stats |
SearchStats.getTotal() |
static SearchStats.Stats |
SearchStats.Stats.readStats(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
Map<String,SearchStats.Stats> |
SearchStats.getGroupStats() |
Modifier and Type | Method and Description |
---|---|
void |
SearchStats.Stats.add(SearchStats.Stats stats) |
Constructor and Description |
---|
SearchStats(SearchStats.Stats totalStats,
long openContexts,
Map<String,SearchStats.Stats> groupStats) |
Stats(SearchStats.Stats stats) |
Constructor and Description |
---|
SearchStats(SearchStats.Stats totalStats,
long openContexts,
Map<String,SearchStats.Stats> groupStats) |
Copyright © 2009–2015. All rights reserved.