Uses of Class
org.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
-
Packages that use CommonStatsFlags.Flag Package Description org.elasticsearch.action.admin.indices.stats -
-
Uses of CommonStatsFlags.Flag in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats that return CommonStatsFlags.Flag Modifier and Type Method Description CommonStatsFlags.Flag[]CommonStatsFlags. getFlags()static CommonStatsFlags.FlagCommonStatsFlags.Flag. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonStatsFlags.Flag[]CommonStatsFlags.Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.action.admin.indices.stats with parameters of type CommonStatsFlags.Flag Modifier and Type Method Description booleanCommonStatsFlags. isSet(CommonStatsFlags.Flag flag)CommonStatsFlagsCommonStatsFlags. set(CommonStatsFlags.Flag flag, boolean add)Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type CommonStatsFlags.Flag Constructor Description CommonStatsFlags(CommonStatsFlags.Flag... flags)
-