Uses of Class
org.elasticsearch.common.FieldMemoryStats
-
Packages that use FieldMemoryStats Package Description org.elasticsearch.common org.elasticsearch.index.fielddata org.elasticsearch.search.suggest.completion -
-
Uses of FieldMemoryStats in org.elasticsearch.common
Methods in org.elasticsearch.common that return FieldMemoryStats Modifier and Type Method Description FieldMemoryStatsFieldMemoryStats. copy()Creates a deep copy of this stats instanceMethods in org.elasticsearch.common with parameters of type FieldMemoryStats Modifier and Type Method Description voidFieldMemoryStats. add(FieldMemoryStats fieldMemoryStats)Adds / merges the given field memory stats into this stats instance -
Uses of FieldMemoryStats in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return FieldMemoryStats Modifier and Type Method Description FieldMemoryStatsFieldDataStats. getFields()Constructors in org.elasticsearch.index.fielddata with parameters of type FieldMemoryStats Constructor Description FieldDataStats(long memorySize, long evictions, FieldMemoryStats fields) -
Uses of FieldMemoryStats in org.elasticsearch.search.suggest.completion
Methods in org.elasticsearch.search.suggest.completion that return FieldMemoryStats Modifier and Type Method Description FieldMemoryStatsCompletionStats. getFields()Constructors in org.elasticsearch.search.suggest.completion with parameters of type FieldMemoryStats Constructor Description CompletionStats(long size, FieldMemoryStats fields)
-