java.lang.Object
org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
All Implemented Interfaces:
Cloneable, Writeable

public class CommonStatsFlags extends Object implements Writeable, Cloneable
Contains flags that can be used to regulate the presence and calculation of different stat fields in CommonStats. The SHARD_LEVEL flags are for stat fields that can be calculated at the shard level and then may be later aggregated at the index level along with index-level flag stat fields (e.g., Mappings).