Enum CommonStatsFlags.Flag

java.lang.Object
java.lang.Enum<CommonStatsFlags.Flag>
org.elasticsearch.action.admin.indices.stats.CommonStatsFlags.Flag
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CommonStatsFlags.Flag>, java.lang.constant.Constable
Enclosing class:
CommonStatsFlags

public static enum CommonStatsFlags.Flag
extends java.lang.Enum<CommonStatsFlags.Flag>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    Completion  
    Docs  
    FieldData  
    Flush  
    Get  
    Indexing  
    Merge  
    QueryCache  
    Recovery  
    Refresh  
    RequestCache  
    Search  
    Segments  
    Store  
    Translog  
    Warmer  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getRestName()  
    static CommonStatsFlags.Flag valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static CommonStatsFlags.Flag[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait