public abstract class SearchStats extends Object
| Constructor and Description |
|---|
SearchStats() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
absoluteSearches() |
static SearchStats |
create(long emptySearches,
long absoluteSearches,
long keywordSearches,
long relativeSearches,
long totalSearches) |
abstract long |
emptySearches() |
abstract long |
keywordSearches() |
abstract long |
relativeSearches() |
abstract long |
totalSearches() |
public static SearchStats create(long emptySearches, long absoluteSearches, long keywordSearches, long relativeSearches, long totalSearches)
public abstract long emptySearches()
public abstract long absoluteSearches()
public abstract long keywordSearches()
public abstract long relativeSearches()
public abstract long totalSearches()
Copyright © 2015-2016 Graylog, Inc.. All Rights Reserved.