Package org.elasticsearch.common

  • Interface Summary 
    Interface Description
    CheckedFunction<T,​R,​E extends java.lang.Exception>
    A Function-like interface which allows throwing checked exceptions.
    CheckedRunnable<E extends java.lang.Exception>
    A Runnable-like interface which allows throwing checked exceptions.
  • Class Summary 
    Class Description
    Booleans  
    CharArrays
    Helper class similar to Arrays to handle conversions for Char arrays
    Glob
    Utility class for glob-like matching
  • Annotation Types Summary 
    Annotation Type Description
    Nullable
    The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
    SuppressForbidden
    Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.